Segovia (Antioquia) Map Cropping Samples
Segovia (Antioquia) Map Cropping Samples-1
Segovia (Antioquia) Map Cropping Samples-2
Segovia neighborhoods and villages map with 3D shadow effect
flag map of Segovia with 3D shadow effect
Segovia map with 3d shadow effect
Download outline map of Segovia (geojson format) :
Segovia.geojson (**)
Download polygon array of Segovia map for "Google Maps" :
Segovia.txt
Bounding Box for Segovia Map : ( 7.076356 , -74.915778 , 7.478831 , -74.339025 )
Wikipedia ID for Segovia : Q2274555
Wikipedia SPARQL Query for Segovia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2274555 wdt:P1082 ?population. }
OPTIONAL { wd:Q2274555 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2274555 wdt:P2046 ?area. }
OPTIONAL { wd:Q2274555 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2274555 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2274555 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 Segovia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.076356, -74.915778, 7.478831, -74.339025);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Segovia)
[out:json];
(
rel["name"="Segovia"][type=boundary];
rel["name:en"="Segovia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Segovia
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto de Tigre | 7.178180 , -74.678400 |
Bagre | 7.169440 , -74.639370 |
Campoalegre | 7.095810 , -74.703010 |
Cristales | 7.104580 , -74.707590 |
El Encantado | 7.178470 , -74.790430 |
El Llano | 7.135690 , -74.703010 |
El Tigre | 7.193250 , -74.637640 |
El Vergel | 7.302140 , -74.682520 |
Galilea | 7.250740 , -74.820220 |
La Alondra | 7.262850 , -74.790640 |
La Aurora | 7.254130 , -74.820670 |
La Clara | 7.250000 , -74.450000 |
La Granja | 7.146470 , -74.785250 |
La Libertad | 7.221300 , -74.769510 |
La Pradera Sur | 7.205200 , -74.717410 |
Los Chorros | 7.223450 , -74.615980 |
Novios | 7.266670 , -74.450000 |
San Nicolas | 7.106410 , -74.689220 |
Sapo | 7.300000 , -74.466670 |
Segovia | 7.079930 , -74.698900 |
Tres Piedras | 7.216330 , -74.802600 |
Notes:
- You can download geometry data for Segovia 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.