TerriaJS / nationalmap

Australia's NationalMap
https://nationalmap.gov.au
122 stars 45 forks source link

ArcGIS REST #1261

Open uwer opened 4 months ago

uwer commented 4 months ago

Adding an ArcGIS Rest endpoint as user data spoils the layer names and consequently fails to retrieve the layer. Attempt to add URL https://www.environment.gov.au/mapping/rest/services/ogc_services/ as File type ESRI ArcGIS Server the layers miss the first letter of their layer name

nf-s commented 3 months ago

Hi @uwer

Unfortunately, this is a bug we have known about for a while

There is an issue with trailing slashes causing names to be truncated. If you remove the trailing slash, then names will be correct.

Thanks, Nick

uwer commented 3 months ago

Thanks Nick, considering how easy the fix would be i am surprised this is still an issue 5 years later. Cheers Uwe