As I user I would like to visualise maps from ArcGIS / MapHub in my WebViz plugin through a connector to be able to re-use maps that already exist in ArcGIS
Access rights must be managed somehow... Add layer for WMS
I think this is related to #669.
@tagr71 do you have an example open ArcGIS service that we can use for testing?
Could be some useful information here:
- Geonorge om API'er: https://www.geonorge.no/aktuelt/om-geonorge/brukerveiledning/#bruke_tjenester_og_APIer
- WMS-tjenester: https://status.geonorge.no/wms/
- Open NPD ArcGIS API (?): https://factmaps.npd.no/arcgis/
I think this is related to #669.
@tagr71 do you have an example open ArcGIS service that we can use for testing?
No, I do not have, but REP might have towards an NPD ARcGIS db (probably the same as mentioned above)
Should be fairly simple to achieve with a Tile3DLayer, btw. Here is an example: https://deck.gl/examples/arcgis/
Looks like some NPD data uses some ArcGIS specific JSON format for describing geometry. Could we use this library to convert to GeoJSON: https://www.npmjs.com/package/@esri/arcgis-to-geojson-utils @amroahmed90