Download outline map of Moyogalpa (geojson format) :
Moyogalpa.geojson (**)
Download polygon array of Moyogalpa map for "Google Maps" :
Moyogalpa.txt
Bounding Box for Moyogalpa Map : ( 11.467576 , -85.71606 , 11.580857 , -85.64662 )
Wikipedia ID for Moyogalpa : Q2215641
Wikipedia SPARQL Query for Moyogalpa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2215641 wdt:P1082 ?population. }
OPTIONAL { wd:Q2215641 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2215641 wdt:P2046 ?area. }
OPTIONAL { wd:Q2215641 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2215641 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2215641 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 Moyogalpa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.467576, -85.71606, 11.580857, -85.64662);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Moyogalpa)
[out:json];
(
rel["name"="Moyogalpa"][type=boundary];
rel["name:en"="Moyogalpa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Moyogalpa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
La Concepcion | 11.556160 , -85.673390 |
La Flor | 11.571070 , -85.656850 |
Los Angeles | 11.496760 , -85.693470 |
Moyogalpa | 11.540060 , -85.697950 |
Sacramento | 11.480310 , -85.676640 |
San Lazaro | 11.485560 , -85.658390 |
Notes:
- You can download geometry data for Moyogalpa 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.