From 2c8ed28bd1482b05e84d33e1081e88f473b96b62 Mon Sep 17 00:00:00 2001 From: Gijs Date: Wed, 2 Jun 2021 16:50:43 +0200 Subject: [PATCH] Forgot readme. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ab75b5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +http://sigma.madrid.es/arcgismalla/rest/services/MTMOV/MPUAUA/MapServer/0/query?f=geojson&where=&returnGeometry=true&spatialRel=esriSpatialRelIntersects&geometry={%22xmin%22%3A401308.89911408804%2C%22ymin%22%3A4078962.633037318%2C%22xmax%22%3A471319.45374262496%2C%22ymax%22%3A4778973.187665854}&geometryType=esriGeometryEnvelope&outFields=* + + +# Data + +Projection used by the api is [EPSG:25830](https://epsg.io/)25830 + +Convert betwenn lat/long and this projection with here: + +Retreive a 1000 trees within the bounding + + +Ordered, with offset, to retreive more than a 1000 trees: + increment the resultOffset each time with a 1000 + + +general information on the map server: + +API Reference: \ No newline at end of file