Download outline map of Chinautla (geojson format) :
Chinautla.geojson (**)
Download polygon array of Chinautla map for "Google Maps" :
Chinautla.txt
Bounding Box for Chinautla Map : ( 14.671394 , -90.541198 , 14.809597 , -90.452491 )
Wikipedia ID for Chinautla : Q1027001
Wikipedia SPARQL Query for Chinautla (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1027001 wdt:P1082 ?population. }
OPTIONAL { wd:Q1027001 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1027001 wdt:P2046 ?area. }
OPTIONAL { wd:Q1027001 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1027001 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1027001 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 Chinautla map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.671394, -90.541198, 14.809597, -90.452491);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chinautla)
[out:json];
(
rel["name"="Chinautla"][type=boundary];
rel["name:en"="Chinautla"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chinautla
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asilo La Piedad | 14.683330 , -90.483330 |
Chinautla | 14.708330 , -90.499440 |
El Durazno | 14.700000 , -90.483330 |
El Guayabo | 14.716670 , -90.466670 |
Jocotales | 14.683330 , -90.483330 |
Las Lomas | 14.750000 , -90.483330 |
Los Altos | 14.700000 , -90.466670 |
San Antonio Las Flores | 14.750560 , -90.498890 |
Santa Marta | 14.683330 , -90.483330 |
Tres Sabanas | 14.716670 , -90.466670 |
Notes:
- You can download geometry data for Chinautla 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.