Download outline map of Mutatá (geojson format) :
Mutatá.geojson (**)
Download polygon array of Mutatá map for "Google Maps" :
Mutatá.txt
Bounding Box for Mutatá Map : ( 7.132796 , -76.793727 , 7.55565 , -76.218089 )
Wikipedia ID for Mutatá : Q1525997
Wikipedia SPARQL Query for Mutatá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525997 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525997 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525997 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525997 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525997 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525997 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 Mutatá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.132796, -76.793727, 7.55565, -76.218089);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mutatá)
[out:json];
(
rel["name"="Mutatá"][type=boundary];
rel["name:en"="Mutatá"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mutatá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bajira | 7.372500 , -76.714720 |
Choiva | 7.307780 , -76.530280 |
Guaicohondo | 7.295000 , -76.554720 |
Jurado | 7.495830 , -76.572220 |
La Enganera | 7.438610 , -76.540000 |
La Primavera | 7.356670 , -76.635280 |
Mutatá | 7.244070 , -76.435640 |
Pavarando | 7.276110 , -76.562220 |
Pavarando Grande | 7.277220 , -76.560830 |
Pavarandocito | 7.297220 , -76.526940 |
Pepita | 7.268890 , -76.542220 |
Porroso | 7.422500 , -76.532500 |
Notes:
- You can download geometry data for Mutatá 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.