Download outline map of Santa Sofía (geojson format) :
Santa Sofía.geojson (**)
Download polygon array of Santa Sofía map for "Google Maps" :
Santa Sofía.txt
Bounding Box for Santa Sofía Map : ( 5.670558 , -73.653211 , 5.795755 , -73.565119 )
Wikipedia ID for Santa Sofía : Q1654858
Wikipedia SPARQL Query for Santa Sofía (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1654858 wdt:P1082 ?population. }
OPTIONAL { wd:Q1654858 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1654858 wdt:P2046 ?area. }
OPTIONAL { wd:Q1654858 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1654858 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1654858 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 Santa Sofía map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.670558, -73.653211, 5.795755, -73.565119);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Sofía)
[out:json];
(
rel["name"="Santa Sofía"][type=boundary];
rel["name:en"="Santa Sofía"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Sofía
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barragan | 5.688060 , -73.577500 |
Colorados Norte | 5.731390 , -73.622500 |
Colorados Sur | 5.704720 , -73.625560 |
El Conservo | 5.704440 , -73.588330 |
El Horizonte | 5.778610 , -73.622220 |
El Naranjo | 5.743890 , -73.618060 |
El Pantano | 5.710000 , -73.582780 |
El Roble | 5.739720 , -73.606670 |
Fandino | 5.717780 , -73.637780 |
Guamal | 5.755560 , -73.621390 |
Guatoque | 5.742220 , -73.604720 |
La Dorada | 5.721670 , -73.605000 |
La Esperanza | 5.719440 , -73.600000 |
La Esperanza | 5.699440 , -73.591390 |
La Esperanza | 5.707500 , -73.603330 |
La Joya | 5.724720 , -73.607500 |
La Playa | 5.761110 , -73.608330 |
La Romera | 5.723610 , -73.580000 |
Las Canadas | 5.767220 , -73.614720 |
Los Pantanos | 5.727500 , -73.635830 |
Los Pozos | 5.751110 , -73.599170 |
Los Santrillos | 5.739720 , -73.586390 |
Los Zorros | 5.686110 , -73.597220 |
Lucerito | 5.773610 , -73.605000 |
Naranjitos | 5.768330 , -73.621670 |
Palo Blanco | 5.710830 , -73.628890 |
Puerto Lopez | 5.732500 , -73.595830 |
San Judas | 5.776110 , -73.580000 |
San Miguel | 5.775830 , -73.574720 |
Santa Ecce Homo | 5.678890 , -73.595280 |
Santa Juana | 5.787220 , -73.595000 |
Santa Sofía | 5.709080 , -73.604040 |
Notes:
- You can download geometry data for Santa Sofía 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.