Download outline map of Quixaba (geojson format) :
Quixaba.geojson (**)
Download polygon array of Quixaba map for "Google Maps" :
Quixaba.txt
Bounding Box for Quixaba Map : ( -7.803019 , -37.957762 , -7.62553 , -37.75726 )
Wikipedia ID for Quixaba : Q2034566
Wikipedia SPARQL Query for Quixaba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2034566 wdt:P1082 ?population. }
OPTIONAL { wd:Q2034566 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2034566 wdt:P2046 ?area. }
OPTIONAL { wd:Q2034566 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2034566 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2034566 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 Quixaba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.803019, -37.957762, -7.62553, -37.75726);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Quixaba)
[out:json];
(
rel["name"="Quixaba"][type=boundary];
rel["name:en"="Quixaba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Quixaba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acude dos Carlos | -7.750000 , -37.883330 |
Almeida | -7.700000 , -37.833330 |
Barreiro | -7.733330 , -37.833330 |
Batinga | -7.633330 , -37.800000 |
Caicara | -7.783330 , -37.850000 |
Caldeirao | -7.733330 , -37.883330 |
Gameleira | -7.666670 , -37.833330 |
Lagoa de Cruz | -7.712988 , -37.918599 |
Mata Escura | -7.683330 , -37.783330 |
Mendes | -7.700000 , -37.866670 |
Pe de Ladeira | -7.683330 , -37.800000 |
Quixaba | -7.720117 , -37.848228 |
Riacho do Meio | -7.716670 , -37.816670 |
Roseo | -7.750000 , -37.800000 |
Saco da Serra | -7.766670 , -37.850000 |
Tanque do Boi | -7.750000 , -37.916670 |
Notes:
- You can download geometry data for Quixaba 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.