Download outline map of Cruces (geojson format) :
Cruces.geojson (**)
Download polygon array of Cruces map for "Google Maps" :
Cruces.txt
Bounding Box for Cruces Map : ( 22.222065 , -80.334044 , 22.383492 , -80.09623 )
Wikipedia ID for Cruces : Q5042
Wikipedia SPARQL Query for Cruces (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q5042 wdt:P1082 ?population. }
OPTIONAL { wd:Q5042 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q5042 wdt:P2046 ?area. }
OPTIONAL { wd:Q5042 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q5042 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q5042 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 Cruces map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](22.222065, -80.334044, 22.383492, -80.09623);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cruces)
[out:json];
(
rel["name"="Cruces"][type=boundary];
rel["name:en"="Cruces"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cruces
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arroyo Colorado | 22.250000 , -80.150000 |
Campo de Aterrizaje | 22.316670 , -80.283330 |
Chicharrones | 22.306800 , -80.197550 |
Chiquita | 22.333330 , -80.300000 |
Cruces | 22.341110 , -80.266670 |
El No | 22.289720 , -80.165280 |
Esperanza | 22.300570 , -80.226910 |
Guachinango | 22.333330 , -80.300000 |
Jova | 22.331960 , -80.216790 |
La Caridad | 22.300000 , -80.150000 |
La Ceiba | 22.300000 , -80.166670 |
La Martina | 22.326330 , -80.153970 |
La Piedra | 22.239050 , -80.141580 |
La Teresa | 22.281210 , -80.210120 |
Las Pozas | 22.283330 , -80.233330 |
Mal Tiempo | 22.317330 , -80.265770 |
Mal Tiempo Kilometro Cinco | 22.317390 , -80.231150 |
Malezas | 22.270420 , -80.269230 |
Mapule | 22.266670 , -80.150000 |
Martha Abreu | 22.361910 , -80.245900 |
Osvaldo Fuentes | 22.263890 , -80.157500 |
Paez | 22.266670 , -80.216670 |
Palmarito | 22.243800 , -80.248610 |
Paradero de Camarones | 22.311620 , -80.314160 |
Potrerillo | 22.267470 , -80.144410 |
San Francisco | 22.350000 , -80.250000 |
Santa Isabel | 22.231740 , -80.140770 |
Sardinas | 22.283330 , -80.233330 |
Tales Diaz | 22.300630 , -80.269940 |
Tierras Nuevas | 22.283330 , -80.166670 |
Notes:
- You can download geometry data for Cruces 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.