Download outline map of Mineiros (geojson format) :
Mineiros.geojson (**)
Download polygon array of Mineiros map for "Google Maps" :
Mineiros.txt
Bounding Box for Mineiros Map : ( -18.646193 , -53.251209 , -16.766144 , -52.098753 )
Wikipedia ID for Mineiros : Q1795244
Wikipedia SPARQL Query for Mineiros (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1795244 wdt:P1082 ?population. }
OPTIONAL { wd:Q1795244 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1795244 wdt:P2046 ?area. }
OPTIONAL { wd:Q1795244 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1795244 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1795244 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Mineiros map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-18.646193, -53.251209, -16.766144, -52.098753);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mineiros)
[out:json];
(
rel["name"="Mineiros"][type=boundary];
rel["name:en"="Mineiros"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mineiros
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belarmino | -17.516670 , -52.700000 |
Cabeceira Alta do Formoso | -18.100000 , -53.116670 |
Camargo | -17.700000 , -52.300000 |
Cedro | -17.566670 , -52.600000 |
Jose | -17.583330 , -52.850000 |
Martins | -17.850000 , -52.700000 |
Mineiros | -17.563114 , -52.550450 |
Pilao | -17.683330 , -52.216670 |
Santa Rita do Araguaia | -17.716670 , -53.200000 |
Notes:
- You can download geometry data for Mineiros 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.