Lourdes (Norte de Santander) Map Cropping Samples
Lourdes (Norte de Santander) Map Cropping Samples-1
Lourdes (Norte de Santander) Map Cropping Samples-2
Lourdes neighborhoods and villages map with 3D shadow effect
flag map of Lourdes with 3D shadow effect
Lourdes map with 3d shadow effect
Download outline map of Lourdes (geojson format) :
Lourdes.geojson (**)
Download polygon array of Lourdes map for "Google Maps" :
Lourdes.txt
Bounding Box for Lourdes Map : ( 7.902372 , -72.902878 , 8.026898 , -72.795319 )
Wikipedia ID for Lourdes : Q1656799
Wikipedia SPARQL Query for Lourdes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1656799 wdt:P1082 ?population. }
OPTIONAL { wd:Q1656799 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1656799 wdt:P2046 ?area. }
OPTIONAL { wd:Q1656799 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1656799 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1656799 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 Lourdes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.902372, -72.902878, 8.026898, -72.795319);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lourdes)
[out:json];
(
rel["name"="Lourdes"][type=boundary];
rel["name:en"="Lourdes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lourdes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campo Rico | 8.005000 , -72.854720 |
El Alto | 7.924900 , -72.832660 |
Estancia Nueva | 7.954220 , -72.829520 |
Guaimaral | 7.991970 , -72.815660 |
La Armenia | 7.983330 , -72.833330 |
Las Mercedes | 7.964600 , -72.855420 |
Los Pinos | 7.966670 , -72.850000 |
Los Volcanes | 7.950000 , -72.866670 |
Lourdes | 7.944110 , -72.832530 |
Naranjal | 7.983330 , -72.816670 |
San Antonio | 7.966670 , -72.833330 |
San Isidro | 7.987950 , -72.851470 |
Notes:
- You can download geometry data for Lourdes 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.