Download outline map of Monjas (geojson format) :
Monjas.geojson (**)
Download polygon array of Monjas map for "Google Maps" :
Monjas.txt
Bounding Box for Monjas Map : ( 14.433425 , -89.982276 , 14.585976 , -89.830255 )
Wikipedia ID for Monjas : Q2608718
Wikipedia SPARQL Query for Monjas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2608718 wdt:P1082 ?population. }
OPTIONAL { wd:Q2608718 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2608718 wdt:P2046 ?area. }
OPTIONAL { wd:Q2608718 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2608718 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2608718 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 Monjas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.433425, -89.982276, 14.585976, -89.830255);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Monjas)
[out:json];
(
rel["name"="Monjas"][type=boundary];
rel["name:en"="Monjas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Monjas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buena Vista | 14.550000 , -89.900000 |
Casa de Tablas | 14.533330 , -89.916670 |
Damian | 14.533330 , -89.833330 |
El Carmen | 14.483330 , -89.916670 |
El Salamo | 14.533330 , -89.866670 |
Garay | 14.516670 , -89.933330 |
Golito | 14.483330 , -89.966670 |
Juan Cano | 14.533330 , -89.850000 |
La Campana | 14.466670 , -89.866670 |
La Ceiba | 14.566670 , -89.900000 |
La Estancia | 14.533330 , -89.900000 |
Las Moritas | 14.533330 , -89.933330 |
Las Tapias | 14.516670 , -89.933330 |
Llano Grande | 14.483330 , -89.900000 |
Los Achiotes | 14.533330 , -89.916670 |
Los Cerritos | 14.533330 , -89.850000 |
Los Terrones | 14.466670 , -89.900000 |
Monjas | 14.500000 , -89.866670 |
Morazan | 14.516670 , -89.916670 |
Piedras de Fuego | 14.500000 , -89.916670 |
Rincon | 14.533330 , -89.833330 |
Rio Blanco | 14.516670 , -89.950000 |
San Antonio | 14.533330 , -89.933330 |
San Juancito | 14.566670 , -89.866670 |
Notes:
- You can download geometry data for Monjas 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.