Belterra (Para) Map Cropping Samples
Belterra (Para) Map Cropping Samples-1
Belterra (Para) Map Cropping Samples-2
Belterra neighborhoods and villages map with 3D shadow effect
flag map of Belterra with 3D shadow effect
Belterra map with 3d shadow effect
Download outline map of Belterra (geojson format) :
Belterra.geojson (**)
Download polygon array of Belterra map for "Google Maps" :
Belterra.txt
Bounding Box for Belterra Map : ( -3.948091 , -55.23387 , -2.547465 , -54.799195 )
Wikipedia ID for Belterra : Q609824
Wikipedia SPARQL Query for Belterra (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q609824 wdt:P1082 ?population. }
OPTIONAL { wd:Q609824 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q609824 wdt:P2046 ?area. }
OPTIONAL { wd:Q609824 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q609824 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q609824 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 Belterra map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-3.948091, -55.23387, -2.547465, -54.799195);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Belterra)
[out:json];
(
rel["name"="Belterra"][type=boundary];
rel["name:en"="Belterra"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Belterra
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aramanai | -2.712265 , -54.999323 |
Belterra | -2.659980 , -54.915284 |
Marai | -3.070200 , -55.099470 |
Pinim | -3.128330 , -55.132770 |
Porto Novo | -2.622610 , -54.978070 |
Santa Maria | -2.616670 , -54.983330 |
Tabocal | -3.016670 , -55.100000 |
Tauari | -3.088270 , -55.126200 |
Notes:
- You can download geometry data for Belterra 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.