Download outline map of Belen (geojson format) :
Belen.geojson (**)
Download polygon array of Belen map for "Google Maps" :
Belen.txt
Bounding Box for Belen Map : ( 14.453444 , -88.537949 , 14.595359 , -88.330597 )
Wikipedia ID for Belen : Q2355084
Wikipedia SPARQL Query for Belen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2355084 wdt:P1082 ?population. }
OPTIONAL { wd:Q2355084 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2355084 wdt:P2046 ?area. }
OPTIONAL { wd:Q2355084 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2355084 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2355084 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 Belen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.453444, -88.537949, 14.595359, -88.330597);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Belen)
[out:json];
(
rel["name"="Belen"][type=boundary];
rel["name:en"="Belen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Belen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belén | 14.500000 , -88.483330 |
Carrizales | 14.500000 , -88.450000 |
Casire | 14.500000 , -88.500000 |
Cololepa | 14.483330 , -88.400000 |
El Carrizal | 14.483330 , -88.450000 |
El Porvenir de Ojuera | 14.533330 , -88.383330 |
El Sile | 14.550000 , -88.516670 |
La Puerta | 14.500000 , -88.500000 |
Las Arenas | 14.483330 , -88.483330 |
Las Canadas | 14.533330 , -88.516670 |
Las Cidras | 14.566670 , -88.400000 |
Las Crucitas | 14.466670 , -88.483330 |
Las Mesas | 14.533330 , -88.466670 |
Las Mesitas | 14.516670 , -88.466670 |
Las Minas | 14.550000 , -88.516670 |
Los Liros | 14.522270 , -88.366300 |
Los Ranchos | 14.483330 , -88.500000 |
Olominas | 14.466670 , -88.483330 |
Poza Redonda | 14.483330 , -88.416670 |
Quebrada Grande | 14.516670 , -88.483330 |
Suntul | 14.500000 , -88.466670 |
Notes:
- You can download geometry data for Belen 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.