Capital (Cordoba) Map Cropping Samples
Capital (Cordoba) Map Cropping Samples-1
Capital (Cordoba) Map Cropping Samples-2
Capital neighborhoods and villages map with 3D shadow effect
flag map of Capital with 3D shadow effect
Capital map with 3d shadow effect
Download outline map of Capital (geojson format) :
Capital.geojson (**)
Download polygon array of Capital map for "Google Maps" :
Capital.txt
Bounding Box for Capital Map : ( -31.528284 , -64.313594 , -31.305497 , -64.050786 )
Wikipedia ID for Capital : Q4810370
Wikipedia SPARQL Query for Capital (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4810370 wdt:P1082 ?population. }
OPTIONAL { wd:Q4810370 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4810370 wdt:P2046 ?area. }
OPTIONAL { wd:Q4810370 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4810370 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4810370 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 Capital map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-31.528284, -64.313594, -31.305497, -64.050786);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Capital)
[out:json];
(
rel["name"="Capital"][type=boundary];
rel["name:en"="Capital"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Capital
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argüello | -31.336320 , -64.258750 |
Córdoba | -31.415348 , -64.183764 |
Coronel Olmedo | -31.479780 , -64.142160 |
El Gateado | -31.329190 , -64.116090 |
Ferreyra | -31.463200 , -64.111370 |
Guiñazú | -31.311740 , -64.171440 |
Los Boulevares | -31.341870 , -64.221830 |
Malvinas Argentinas | -31.383330 , -64.066670 |
Rivera Indarte | -31.323830 , -64.297700 |
San Vicente | -31.423530 , -64.144130 |
Santa Isabel | -31.451060 , -64.212280 |
Villa Belgrano | -31.357220 , -64.252910 |
Villa Esquiu | -31.366670 , -64.100000 |
Villa Gran Parque | -31.338500 , -64.178440 |
Notes:
- You can download geometry data for Capital 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.