Capital (Misiones) Map Cropping Samples
Capital (Misiones) Map Cropping Samples-1
Capital (Misiones) 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 : ( -27.7576680373 , -56.0569114406 , -27.3162266814 , -55.6062909885 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Capital map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-27.7576680373, -56.0569114406, -27.3162266814, -55.6062909885);
);
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) |
Garupá | -27.481710 , -55.829210 |
Miguel Lanús | -27.428080 , -55.880630 |
Parada Leis | -27.601020 , -55.840700 |
Posadas | -27.370136 , -55.896720 |
Villa Dolores | -27.399740 , -55.902040 |
Villa Lonca | -27.456680 , -55.859440 |
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.