Download outline map of Alta Floresta (geojson format) :
Alta Floresta.geojson (**)
Download polygon array of Alta Floresta map for "Google Maps" :
Alta Floresta.txt
Bounding Box for Alta Floresta Map : ( -10.68342 , -56.986466 , -9.400722 , -55.82272 )
Wikipedia ID for Alta Floresta : Q433574
Wikipedia SPARQL Query for Alta Floresta (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q433574 wdt:P1082 ?population. }
OPTIONAL { wd:Q433574 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q433574 wdt:P2046 ?area. }
OPTIONAL { wd:Q433574 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q433574 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q433574 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 Alta Floresta map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.68342, -56.986466, -9.400722, -55.82272);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alta Floresta)
[out:json];
(
rel["name"="Alta Floresta"][type=boundary];
rel["name:en"="Alta Floresta"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alta Floresta
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alta Floresta | -9.868147 , -56.089743 |
Alta Floresta | -9.900030 , -55.909983 |
União da Serra | -10.376909 , -56.422110 |
Notes:
- You can download geometry data for Alta Floresta 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.