Download outline map of Malhador (geojson format) :
Malhador.geojson (**)
Download polygon array of Malhador map for "Google Maps" :
Malhador.txt
Bounding Box for Malhador Map : ( -10.740953 , -37.336322 , -10.601028 , -37.224253 )
Wikipedia ID for Malhador : Q2013198
Wikipedia SPARQL Query for Malhador (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2013198 wdt:P1082 ?population. }
OPTIONAL { wd:Q2013198 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2013198 wdt:P2046 ?area. }
OPTIONAL { wd:Q2013198 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2013198 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2013198 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 Malhador map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-10.740953, -37.336322, -10.601028, -37.224253);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Malhador)
[out:json];
(
rel["name"="Malhador"][type=boundary];
rel["name:en"="Malhador"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Malhador
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adique | -10.647619 , -37.321344 |
Alecrim | -10.616057 , -37.302647 |
Malhador | -10.658343 , -37.305940 |
Palmeira | -10.707885 , -37.310940 |
Poço Terreiro | -10.629762 , -37.321532 |
Saco Torto | -10.683393 , -37.303817 |
Tábua | -10.697360 , -37.257543 |
Notes:
- You can download geometry data for Malhador 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.