Encino (Santander) Map Cropping Samples
Encino (Santander) Map Cropping Samples-1
Encino (Santander) Map Cropping Samples-2
Encino neighborhoods and villages map with 3D shadow effect
flag map of Encino with 3D shadow effect
Encino map with 3d shadow effect
Download outline map of Encino (geojson format) :
Encino.geojson (**)
Download polygon array of Encino map for "Google Maps" :
Encino.txt
Bounding Box for Encino Map : ( 5.965978 , -73.175711 , 6.205589 , -72.92319 )
Wikipedia ID for Encino : Q1654297
Wikipedia SPARQL Query for Encino (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1654297 wdt:P1082 ?population. }
OPTIONAL { wd:Q1654297 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1654297 wdt:P2046 ?area. }
OPTIONAL { wd:Q1654297 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1654297 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1654297 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 Encino map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.965978, -73.175711, 6.205589, -72.92319);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Encino)
[out:json];
(
rel["name"="Encino"][type=boundary];
rel["name:en"="Encino"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Encino
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anacal | 6.158010 , -73.148390 |
Avendano La Antigua | 6.028630 , -73.041190 |
Boquemonte | 6.065070 , -73.020600 |
Canada | 6.042430 , -73.038030 |
Casa Vieja | 6.165060 , -73.153990 |
Chapa | 6.124230 , -73.123410 |
El Delirio | 6.153320 , -73.109360 |
El Llano | 6.155260 , -73.121300 |
El Patio | 6.065430 , -73.050730 |
El Pino | 6.074880 , -73.053740 |
Encino | 6.137350 , -73.098470 |
Palmar de Minas | 6.115450 , -73.026490 |
Poima | 6.173540 , -73.139850 |
Quebrada Amoladero | 6.150280 , -73.115280 |
Rionegro | 6.128440 , -73.111690 |
San Agustin | 6.097310 , -73.070620 |
San Jose | 6.033610 , -73.023920 |
San Rafael | 6.114910 , -73.109740 |
Suaita Viejo | 6.083330 , -73.100000 |
Vaho de Palo | 6.107390 , -73.071440 |
Notes:
- You can download geometry data for Encino 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.