Download outline map of Mantua (geojson format) :
Mantua.geojson (**)
Download polygon array of Mantua map for "Google Maps" :
Mantua.txt
Bounding Box for Mantua Map : ( 22.131768 , -84.447136 , 22.607225 , -84.086532 )
Wikipedia ID for Mantua : Q2213002
Wikipedia SPARQL Query for Mantua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2213002 wdt:P1082 ?population. }
OPTIONAL { wd:Q2213002 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2213002 wdt:P2046 ?area. }
OPTIONAL { wd:Q2213002 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2213002 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2213002 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 Mantua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](22.131768, -84.447136, 22.607225, -84.086532);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mantua)
[out:json];
(
rel["name"="Mantua"][type=boundary];
rel["name:en"="Mantua"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mantua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antunez | 22.282670 , -84.256100 |
Arroyos de Mantua | 22.344490 , -84.380840 |
Caimito | 22.300000 , -84.283330 |
Conico | 22.253060 , -84.293330 |
Cuajani | 22.166670 , -84.283330 |
Dimas | 22.483690 , -84.231560 |
El Aji | 22.179110 , -84.267010 |
El Pino | 22.394540 , -84.280450 |
Hacienda Camarones | 22.406670 , -84.261940 |
Hacienda Oliva | 22.416670 , -84.266670 |
Hato Guane | 22.182080 , -84.264760 |
Hato Viejo | 22.173060 , -84.238890 |
La Ceiba | 22.180000 , -84.314440 |
La Jagua | 22.416670 , -84.133330 |
La Manigua | 22.219300 , -84.332740 |
La Vigia | 22.325830 , -84.343890 |
La Vigia | 22.306660 , -84.373000 |
Laguna Santa Lucia | 22.175440 , -84.328400 |
Las Canas | 22.366670 , -84.233330 |
Las Clavellinas | 22.239440 , -84.365560 |
Los Ciegos | 22.306110 , -84.366390 |
Lucilla | 22.200000 , -84.316670 |
Macurije | 22.518620 , -84.180140 |
Mantua | 22.288890 , -84.284440 |
Montezuelo | 22.239570 , -84.260790 |
Pinal Ciego | 22.466670 , -84.250000 |
Pino Gordo | 22.325260 , -84.338500 |
Pizarro | 22.333330 , -84.333330 |
Pueblo Nuevo | 22.461940 , -84.214440 |
San Felipe | 22.268320 , -84.265180 |
San Francisco | 22.200480 , -84.348250 |
San Ramon | 22.517030 , -84.155310 |
San Ramon | 22.540580 , -84.143030 |
Santa Ana | 22.429440 , -84.200280 |
Santa Isabel | 22.363890 , -84.290000 |
Tongonina | 22.164440 , -84.265280 |
Vista Hermosa | 22.421160 , -84.268910 |
Notes:
- You can download geometry data for Mantua 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.