Download outline map of Alcantil (geojson format) :
Alcantil.geojson (**)
Download polygon array of Alcantil map for "Google Maps" :
Alcantil.txt
Bounding Box for Alcantil Map : ( -7.801361 , -36.131888 , -7.587314 , -35.959879 )
Wikipedia ID for Alcantil : Q1816058
Wikipedia SPARQL Query for Alcantil (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1816058 wdt:P1082 ?population. }
OPTIONAL { wd:Q1816058 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1816058 wdt:P2046 ?area. }
OPTIONAL { wd:Q1816058 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1816058 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1816058 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 Alcantil map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.801361, -36.131888, -7.587314, -35.959879);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alcantil)
[out:json];
(
rel["name"="Alcantil"][type=boundary];
rel["name:en"="Alcantil"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alcantil
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alcantil | -7.741007 , -36.066564 |
Aroeira | -7.700000 , -36.066670 |
Barra de Aroeiras | -7.699745 , -36.062153 |
Bonitinho | -7.683330 , -36.000000 |
Cachoeira (2) | -7.650000 , -36.000000 |
Estrela | -7.650000 , -36.066670 |
Inacio | -7.666670 , -36.050000 |
Lagoa de Jucá | -7.688013 , -35.997188 |
Madeira | -7.600000 , -36.000000 |
Maranhao | -7.766670 , -36.116670 |
Panela | -7.716670 , -36.100000 |
Riacho Grande | -7.600000 , -36.050000 |
Notes:
- You can download geometry data for Alcantil 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.