Download outline map of Chicamán (geojson format) :
Chicamán.geojson (**)
Download polygon array of Chicamán map for "Google Maps" :
Chicamán.txt
Bounding Box for Chicamán Map : ( 14.327209 , -91.4234 , 14.646102 , -91.26453 )
Wikipedia ID for Chicamán : Q2402199
Wikipedia SPARQL Query for Chicamán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2402199 wdt:P1082 ?population. }
OPTIONAL { wd:Q2402199 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2402199 wdt:P2046 ?area. }
OPTIONAL { wd:Q2402199 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2402199 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2402199 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 Chicamán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.327209, -91.4234, 14.646102, -91.26453);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chicamán)
[out:json];
(
rel["name"="Chicacao"][type=boundary];
rel["name:en"="Chicacao"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chicamán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chicacao | 14.533330 , -91.316670 |
Concepcion Chinan | 14.566670 , -91.333330 |
La Perla | 14.366670 , -91.400000 |
Monte Llano | 14.483330 , -91.350000 |
Nahualate | 14.433330 , -91.383330 |
San Bartolo | 14.550000 , -91.333330 |
San Miguel Panán | 14.533330 , -91.366670 |
San Pedro | 14.533330 , -91.350000 |
San Pedro Cutzan | 14.500000 , -91.333330 |
Notes:
- You can download geometry data for Chicamán 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.