We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://api3.geo.admin.ch/rest/services/all/MapServer/identify?geometry=2607346.990917286,1228410.6817057366&geometryFormat=geojson&geometryType=esriGeometryPoint&imageDisplay=1780,772,96&lang=de&layers=all:ch.kantone.cadastralwebmap-farbe&limit=10&mapExtent=2607182.461501755,1228369.7490333454,2607507.9384982456,1228510.9109666548&returnGeometry=true&sr=2056&tolerance=10
is some kind of a GeoJSON but cannot used in clients without some proprocessing.
The text was updated successfully, but these errors were encountered:
@davidoesch So do we break the compatibility and return GeoJSON in a consistent way across all services (and ditch the useless ESRI JSON)?
Sorry, something went wrong.
... or @edigonzales gets used to ESRI Json spec
Yummy! But no.
well it's the "standard"
Standard = https://tools.ietf.org/html/rfc7946 "Standard" = Esri/geojson-utils#3
procrastinatio
No branches or pull requests
https://api3.geo.admin.ch/rest/services/all/MapServer/identify?geometry=2607346.990917286,1228410.6817057366&geometryFormat=geojson&geometryType=esriGeometryPoint&imageDisplay=1780,772,96&lang=de&layers=all:ch.kantone.cadastralwebmap-farbe&limit=10&mapExtent=2607182.461501755,1228369.7490333454,2607507.9384982456,1228510.9109666548&returnGeometry=true&sr=2056&tolerance=10
is some kind of a GeoJSON but cannot used in clients without some proprocessing.
The text was updated successfully, but these errors were encountered: