Socorro (Santander) Map Cropping Samples
Socorro (Santander) Map Cropping Samples-1
Socorro (Santander) Map Cropping Samples-2
Socorro neighborhoods and villages map with 3D shadow effect
flag map of Socorro with 3D shadow effect
Socorro map with 3d shadow effect
Download outline map of Socorro (geojson format) :
Socorro.geojson (**)
Download polygon array of Socorro map for "Google Maps" :
Socorro.txt
Bounding Box for Socorro Map : ( 6.405988 , -73.316562 , 6.525785 , -73.175785 )
Wikipedia ID for Socorro : Q979980
Wikipedia SPARQL Query for Socorro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q979980 wdt:P1082 ?population. }
OPTIONAL { wd:Q979980 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q979980 wdt:P2046 ?area. }
OPTIONAL { wd:Q979980 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q979980 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q979980 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 Socorro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.405988, -73.316562, 6.525785, -73.175785);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Socorro)
[out:json];
(
rel["name"="Socorro"][type=boundary];
rel["name:en"="Socorro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Socorro
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arbol Solo | 6.419830 , -73.222770 |
Barlovento | 6.446670 , -73.289200 |
Berlin | 6.504300 , -73.232230 |
Caraota | 6.493740 , -73.269220 |
Chanchon | 6.466800 , -73.291250 |
El Bosque | 6.455920 , -73.185940 |
El Espumal | 6.431000 , -73.303870 |
Hora de San Jose | 6.439260 , -73.213630 |
La Honda | 6.451650 , -73.232820 |
La Laguna | 6.446880 , -73.233630 |
La Plazuela | 6.432270 , -73.283050 |
Morros | 6.497290 , -73.221520 |
San Agustin | 6.419960 , -73.241380 |
Santa Cecilia | 6.466220 , -73.211730 |
Santa Isabel | 6.497000 , -73.247880 |
Socorro | 6.468380 , -73.260220 |
Villa Gomez | 6.426380 , -73.278460 |
Notes:
- You can download geometry data for Socorro 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.