I'm trying to understand Overpass API, I'm experimenting with it, but cannot get what I expect. Overpass API doesn't return me neither polygon shapes, nor WKT, nor GEOJson, nor even a highlight of the area I'm querying for.
My goal is to get either WKT or GEOJson of current OSM relations (exactly polygons (a set of lng/lat points)) for countries and cities. For example, I want to get a polygon for France. I make these queries in http://overpass-turbo.eu/:
relation ["name"="France"] ["coverage"="polygon"] ["type"="boundary:administrative"];out body;The response I get, no any polygon lat/lng data:
The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.The second version of my request, I provide only a name:
relation ["name"="France"];out body;Now I get dilated information about the country, but no polygons either:
The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. ...... and so on ......How to get a set of lng/lat (WKT or GEOJson) of the territory (countries and cities only) by their name?
أكثر...
My goal is to get either WKT or GEOJson of current OSM relations (exactly polygons (a set of lng/lat points)) for countries and cities. For example, I want to get a polygon for France. I make these queries in http://overpass-turbo.eu/:
relation ["name"="France"] ["coverage"="polygon"] ["type"="boundary:administrative"];out body;The response I get, no any polygon lat/lng data:
The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.The second version of my request, I provide only a name:
relation ["name"="France"];out body;Now I get dilated information about the country, but no polygons either:
The data included in this document is from www.openstreetmap.org. The data is made available under ODbL. ...... and so on ......How to get a set of lng/lat (WKT or GEOJson) of the territory (countries and cities only) by their name?
أكثر...