Download outline map of Altagracia (geojson format) :
Altagracia.geojson (**)
Download polygon array of Altagracia map for "Google Maps" :
Altagracia.txt
Bounding Box for Altagracia Map : ( 11.392508 , -85.655567 , 11.589234 , -85.455661 )
Wikipedia ID for Altagracia : Q1647907
Wikipedia SPARQL Query for Altagracia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1647907 wdt:P1082 ?population. }
OPTIONAL { wd:Q1647907 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1647907 wdt:P2046 ?area. }
OPTIONAL { wd:Q1647907 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1647907 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1647907 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 Altagracia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.392508, -85.655567, 11.589234, -85.455661);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Altagracia)
[out:json];
(
rel["name"="Altagracia"][type=boundary];
rel["name:en"="Altagracia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Altagracia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altagracia | 11.566150 , -85.578400 |
Cuatro Esquinas | 11.530780 , -85.573440 |
El Peru | 11.463170 , -85.562370 |
El Quino | 11.536200 , -85.575440 |
La Argentina | 11.458440 , -85.523890 |
Las Cuchillas | 11.467890 , -85.489170 |
Las Pilas | 11.513160 , -85.588320 |
Merida | 11.441990 , -85.560190 |
Potrerillos | 11.453450 , -85.466350 |
San Jose del Sur | 11.487050 , -85.647610 |
San Marcos | 11.581850 , -85.648250 |
San Miguel | 11.578230 , -85.589480 |
San Pedro | 11.422140 , -85.476480 |
Santa Ana | 11.488380 , -85.563910 |
Santa Teresa | 11.490770 , -85.598200 |
Tichana | 11.405530 , -85.489880 |
Urbaite | 11.524260 , -85.587950 |
Notes:
- You can download geometry data for Altagracia 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.