Skip to content

Conversation

@JakobMiksch
Copy link
Contributor

@JakobMiksch JakobMiksch commented Jan 4, 2023

@JakobMiksch JakobMiksch changed the title Arcgis rest service layers Add ArcGIS Rest Service Layer UI Jan 4, 2023
@fergaldoyle
Copy link
Contributor

fergaldoyle commented Feb 7, 2023

@JakobMiksch to fix tests failing in this pull request, the dependant changes in @geoext/geoext will have to be published to NPM, then @geoext/geoext version number will need to be updated in package.json.

Alternatively, we could temporarily update package.json so it installs @geoext/geoext directly from a github commit, e.g.
"@geoext/geoext": "github:geoext/geoext#53afb79524f7d6bd0374da11c6a8d44ee2951687"

Or another option is to change the karma config so that it doesn't get GeoExt from node_modules, but instead from https://geoext.github.io/geoext3/master/GeoExt.js so it always has access to the latest version.

Copy link
Member

@marcjansen marcjansen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone should

  • address the TODOs
  • clean up commits
  • and also this should probably be unmarked as draft

Or is sth. else missing?

this.arcGISLayerConfig.service.name,
'json'
);
// TODO requesting service and populating store should
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO Should be addressed please

},

onRequestServiceFailure: function (status) {
// TODO: read text from viewmodel or config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO should be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants