Download outline map of Los Hidalgos (geojson format) :
Los Hidalgos.geojson (**)
Download polygon array of Los Hidalgos map for "Google Maps" :
Los Hidalgos.txt
Bounding Box for Los Hidalgos Map : ( 19.685 , -71.075029 , 19.800777 , -70.945 )
Wikipedia ID for Los Hidalgos : Q518820
Wikipedia SPARQL Query for Los Hidalgos (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q518820 wdt:P1082 ?population. }
OPTIONAL { wd:Q518820 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q518820 wdt:P2046 ?area. }
OPTIONAL { wd:Q518820 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q518820 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q518820 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 Los Hidalgos map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.685, -71.075029, 19.800777, -70.945);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Los Hidalgos)
[out:json];
(
rel["name"="Los Hidalgos"][type=boundary];
rel["name:en"="Los Hidalgos"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Los Hidalgos
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Hedionada | 19.762010 , -71.009900 |
Canada Grande | 19.766780 , -71.044350 |
El Mamey | 19.738500 , -71.029790 |
La Boca | 19.762400 , -71.031000 |
La Cumbre | 19.701790 , -70.984190 |
La Pena | 19.730510 , -71.010150 |
La Penita | 19.710690 , -70.984600 |
La Subida de los Mosquitos | 19.762500 , -70.983340 |
Las Alforjas | 19.705890 , -70.975750 |
Las Caobas | 19.761940 , -71.070360 |
Las Piraguas | 19.757390 , -71.053280 |
Los Altos | 19.731760 , -70.999020 |
Los Altos | 19.766040 , -71.031680 |
Los Cedros | 19.737280 , -70.983370 |
Los Hidalgos | 19.733330 , -71.033330 |
Los Higos | 19.726110 , -71.010120 |
Los Tablones | 19.719640 , -71.027080 |
Los Tres Pasos | 19.736500 , -71.052980 |
Marmolejos | 19.739330 , -71.008080 |
Ranchete | 19.726280 , -71.055800 |
Ruisenor | 19.757760 , -70.989440 |
Unijica | 19.779450 , -71.036110 |
Verraco | 19.752960 , -70.996070 |
Vista Alegre | 19.721830 , -70.963520 |
Notes:
- You can download geometry data for Los Hidalgos 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.