Download outline map of Gamarra (geojson format) :
Gamarra.geojson (**)
Download polygon array of Gamarra map for "Google Maps" :
Gamarra.txt
Bounding Box for Gamarra Map : ( 8.152351 , -73.777932 , 8.488414 , -73.613649 )
Wikipedia ID for Gamarra : Q1525797
Wikipedia SPARQL Query for Gamarra (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525797 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525797 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525797 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525797 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525797 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525797 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 Gamarra map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.152351, -73.777932, 8.488414, -73.613649);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gamarra)
[out:json];
(
rel["name"="Gamarra"][type=boundary];
rel["name:en"="Gamarra"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gamarra
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguas Blancas | 8.421290 , -73.682140 |
Balconcitos | 8.356420 , -73.697700 |
Bella Vista | 8.276330 , -73.721400 |
Caiman | 8.443900 , -73.680500 |
Campo Alegro | 8.213440 , -73.722070 |
Concordia | 8.366670 , -73.733330 |
El Chorro | 8.384430 , -73.686040 |
El Contento | 8.221360 , -73.772630 |
El Contento | 8.216670 , -73.766670 |
El Palomar | 8.312080 , -73.745300 |
El Reposo | 8.343040 , -73.716620 |
Gamarra | 8.322790 , -73.742680 |
La Cabana | 8.192410 , -73.740800 |
La Cienaguita | 8.391590 , -73.668990 |
La Dorada | 8.463100 , -73.689130 |
La Maria | 8.375530 , -73.747240 |
Las Camelias | 8.324020 , -73.683550 |
Las Puntas | 8.457990 , -73.707950 |
Las Taguas | 8.227010 , -73.702190 |
Los Guasimos | 8.416670 , -73.733330 |
Palenquillo | 8.444780 , -73.721610 |
Puerto Mosquito | 8.189510 , -73.753900 |
Puerto Nacional | 8.342500 , -73.750660 |
Santa Rosa | 8.288280 , -73.734020 |
Socorro | 8.394790 , -73.624480 |
Tamacal | 8.305480 , -73.720830 |
Tarapaca | 8.188300 , -73.700370 |
Torcoroma | 8.377270 , -73.715120 |
Villa Rosario | 8.362730 , -73.718920 |
Notes:
- You can download geometry data for Gamarra 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.