Download outline map of El Asintal (geojson format) :
El Asintal.geojson (**)
Download polygon array of El Asintal map for "Google Maps" :
El Asintal.txt
Bounding Box for El Asintal Map : ( 14.500989 , -91.804713 , 14.671689 , -91.71292 )
Wikipedia ID for El Asintal : Q2402509
Wikipedia SPARQL Query for El Asintal (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2402509 wdt:P1082 ?population. }
OPTIONAL { wd:Q2402509 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2402509 wdt:P2046 ?area. }
OPTIONAL { wd:Q2402509 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2402509 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2402509 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 El Asintal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.500989, -91.804713, 14.671689, -91.71292);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (El Asintal)
[out:json];
(
rel["name"="El Asintal"][type=boundary];
rel["name:en"="El Asintal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of El Asintal
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barrios | 14.666670 , -91.733330 |
Concepcion Nil | 14.583330 , -91.716670 |
El Asintal | 14.600000 , -91.733330 |
Jerez | 14.550000 , -91.733330 |
San Jose Nil Chiquito | 14.533330 , -91.766670 |
Sibana | 14.566670 , -91.750000 |
Xab | 14.583330 , -91.766670 |
Notes:
- You can download geometry data for El Asintal 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.