Download outline map of San Manuel (geojson format) :
San Manuel.geojson (**)
Download polygon array of San Manuel map for "Google Maps" :
San Manuel.txt
Bounding Box for San Manuel Map : ( 15.3029 , -87.966263 , 15.448944 , -87.818649 )
Wikipedia ID for San Manuel : Q1644884
Wikipedia SPARQL Query for San Manuel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1644884 wdt:P1082 ?population. }
OPTIONAL { wd:Q1644884 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1644884 wdt:P2046 ?area. }
OPTIONAL { wd:Q1644884 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1644884 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1644884 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 San Manuel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.3029, -87.966263, 15.448944, -87.818649);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Manuel)
[out:json];
(
rel["name"="San Manuel"][type=boundary];
rel["name:en"="San Manuel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Manuel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campo Pineda | 15.416670 , -87.900000 |
Campo Uno | 15.416670 , -87.916670 |
Caule | 15.366670 , -87.916670 |
Cazenave | 15.383330 , -87.916670 |
Chasnigua | 15.383330 , -87.933330 |
Cobb | 15.416670 , -87.850000 |
Corozal | 15.416670 , -87.833330 |
El Bardo | 15.350000 , -87.900000 |
El Matapalo | 15.333330 , -87.933330 |
El Porvenir | 15.366670 , -87.900000 |
Guaruma Uno | 15.383330 , -87.933330 |
Jaguas | 15.366670 , -87.916670 |
La Bolsa | 15.333330 , -87.916670 |
La Libertad | 15.333330 , -87.916670 |
La Mesa | 15.416670 , -87.883330 |
La Mora | 15.350000 , -87.900000 |
La Sabana | 15.366670 , -87.933330 |
Lima Nueva | 15.383330 , -87.933330 |
Limones | 15.400000 , -87.933330 |
Mantecales | 15.383330 , -87.916670 |
Monte Vista | 15.383330 , -87.850000 |
Mopala | 15.416670 , -87.850000 |
Playa del Padre | 15.416670 , -87.866670 |
San Manuel | 15.333330 , -87.916670 |
Notes:
- You can download geometry data for San Manuel 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.