Download outline map of Vertentes (geojson format) :
Vertentes.geojson (**)
Download polygon array of Vertentes map for "Google Maps" :
Vertentes.txt
Bounding Box for Vertentes Map : ( -7.990064 , -36.070933 , -7.787263 , -35.91045 )
Wikipedia ID for Vertentes : Q2065306
Wikipedia SPARQL Query for Vertentes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2065306 wdt:P1082 ?population. }
OPTIONAL { wd:Q2065306 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2065306 wdt:P2046 ?area. }
OPTIONAL { wd:Q2065306 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2065306 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2065306 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 Vertentes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.990064, -36.070933, -7.787263, -35.91045);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vertentes)
[out:json];
(
rel["name"="Vertentes"][type=boundary];
rel["name:en"="Vertentes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vertentes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Capela Nova | -7.980260 , -35.992100 |
Chã do Junco | -7.871193 , -35.945715 |
Cumaru | -7.891712 , -35.951681 |
Ferraz | -7.816670 , -36.016670 |
Lagoa Rasa | -7.883295 , -35.925428 |
Livramento | -7.879349 , -35.916840 |
Moreira | -7.966670 , -36.016670 |
São João do Ferraz | -7.823555 , -36.023607 |
Serra da Cachoeira | -7.798291 , -35.955621 |
Serra Seca | -7.938531 , -36.007608 |
Vertentes | -7.906958 , -35.988712 |
Notes:
- You can download geometry data for Vertentes 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.