Download outline map of Villa Nueva (geojson format) :
Villa Nueva.geojson (**)
Download polygon array of Villa Nueva map for "Google Maps" :
Villa Nueva.txt
Bounding Box for Villa Nueva Map : ( 14.473247 , -90.667854 , 14.585847 , -90.548883 )
Wikipedia ID for Villa Nueva : Q1018584
Wikipedia SPARQL Query for Villa Nueva (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1018584 wdt:P1082 ?population. }
OPTIONAL { wd:Q1018584 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1018584 wdt:P2046 ?area. }
OPTIONAL { wd:Q1018584 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1018584 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1018584 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 Villa Nueva map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.473247, -90.667854, 14.585847, -90.548883);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Villa Nueva)
[out:json];
(
rel["name"="Villa Nueva"][type=boundary];
rel["name:en"="Villa Nueva"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Villa Nueva
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Morlon | 14.483330 , -90.600000 |
El Tabloncito | 14.550000 , -90.616670 |
La Barca | 14.483330 , -90.600000 |
La Embaulada | 14.566670 , -90.650000 |
Ramirez | 14.550000 , -90.583330 |
Villa Nueva | 14.526940 , -90.587500 |
Notes:
- You can download geometry data for Villa Nueva 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.