Download outline map of Selviria (geojson format) :
Selviria.geojson (**)
Download polygon array of Selviria map for "Google Maps" :
Selviria.txt
Bounding Box for Selviria Map : ( -20.618325 , -52.119123 , -19.915741 , -51.343547 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Selviria map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-20.618325, -52.119123, -19.915741, -51.343547);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Selviria)
[out:json];
(
rel["name"="Selviria"][type=boundary];
rel["name:en"="Selviria"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Selviria
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cachoeira | -20.016670 , -51.800000 |
Moradores | -20.516670 , -51.516670 |
Queiroz | -20.300000 , -51.450000 |
Selvíria | -20.364769 , -51.432428 |
Vestia | -20.383330 , -51.416670 |
Notes:
- You can download geometry data for Selviria in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.