Guadalupe (Huila) Map Cropping Samples
Guadalupe (Huila) Map Cropping Samples-1
Guadalupe (Huila) Map Cropping Samples-2
Guadalupe neighborhoods and villages map with 3D shadow effect
flag map of Guadalupe with 3D shadow effect
Guadalupe map with 3d shadow effect
Download outline map of Guadalupe (geojson format) :
Guadalupe.geojson (**)
Download polygon array of Guadalupe map for "Google Maps" :
Guadalupe.txt
Bounding Box for Guadalupe Map : ( 1.875885 , -75.78991 , 2.088718 , -75.591358 )
Wikipedia ID for Guadalupe : Q1525875
Wikipedia SPARQL Query for Guadalupe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1525875 wdt:P1082 ?population. }
OPTIONAL { wd:Q1525875 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1525875 wdt:P2046 ?area. }
OPTIONAL { wd:Q1525875 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1525875 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1525875 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 Guadalupe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.875885, -75.78991, 2.088718, -75.591358);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guadalupe)
[out:json];
(
rel["name"="Guadalupe"][type=boundary];
rel["name:en"="Guadalupe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guadalupe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Andalucia | 1.903720 , -75.685820 |
Cachimbal | 1.987130 , -75.753290 |
El Alto | 1.985750 , -75.781760 |
Filo Salazar | 1.945870 , -75.691980 |
Guadalupe | 2.024800 , -75.755890 |
Guapoton | 2.059380 , -75.708460 |
La Bernarda | 1.977120 , -75.726100 |
Los Cauchos | 2.035250 , -75.739200 |
Los Pinos | 2.010410 , -75.692560 |
Marmato | 1.962000 , -75.773000 |
Pueblo Nuevo | 1.955320 , -75.728860 |
Resinas | 1.924320 , -75.695090 |
San Miguel | 1.889400 , -75.698780 |
Sartenejal | 1.998880 , -75.738890 |
Notes:
- You can download geometry data for Guadalupe 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.