Download outline map of Fronteiras (geojson format) :
Fronteiras.geojson (**)
Download polygon array of Fronteiras map for "Google Maps" :
Fronteiras.txt
Bounding Box for Fronteiras Map : ( -7.21488 , -40.79134 , -6.93527 , -40.406249 )
Wikipedia ID for Fronteiras : Q2064409
Wikipedia SPARQL Query for Fronteiras (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2064409 wdt:P1082 ?population. }
OPTIONAL { wd:Q2064409 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2064409 wdt:P2046 ?area. }
OPTIONAL { wd:Q2064409 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2064409 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2064409 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 Fronteiras map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.21488, -40.79134, -6.93527, -40.406249);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fronteiras)
[out:json];
(
rel["name"="Fronteiras"][type=boundary];
rel["name:en"="Fronteiras"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fronteiras
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alecrim | -6.950000 , -40.500000 |
Angico | -7.200000 , -40.583330 |
Angico | -7.133330 , -40.550000 |
Baixa Verde (1) | -7.033330 , -40.550000 |
Barra (5) | -7.033330 , -40.683330 |
Barra (6) | -7.050000 , -40.550000 |
Barreiras | -7.083330 , -40.583330 |
Boa Vista (6) | -7.166670 , -40.533330 |
Campos | -7.116670 , -40.600000 |
Catingueira | -7.033330 , -40.483330 |
Catole | -7.150000 , -40.550000 |
Coqueiro | -7.066670 , -40.650000 |
Curral Queimado | -7.066670 , -40.583330 |
Favelas | -7.116670 , -40.683330 |
Fronteiras | -7.084993 , -40.613739 |
Jua | -7.133330 , -40.700000 |
Mamao | -7.000000 , -40.633330 |
Mamoes | -7.066670 , -40.566670 |
Manino | -7.200000 , -40.633330 |
Olho d'Agua (3) | -6.966670 , -40.550000 |
Pedra Branca | -7.066670 , -40.500000 |
Poco do Cavalo | -7.050000 , -40.666670 |
Poco do Juazeiro | -7.016670 , -40.666670 |
Recanto (1) | -7.016670 , -40.466670 |
Sao Goncalo | -7.100000 , -40.500000 |
Tamboril (1) | -7.100000 , -40.716670 |
Tanques | -7.183330 , -40.533330 |
Volta do Rio | -6.983330 , -40.616670 |
Notes:
- You can download geometry data for Fronteiras 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.