Download outline map of Bella Vista (geojson format) :
Bella Vista.geojson (**)
Download polygon array of Bella Vista map for "Google Maps" :
Bella Vista.txt
Bounding Box for Bella Vista Map : ( -22.913499 , -56.826067 , -22.074456 , -56.070409 )
Wikipedia ID for Bella Vista : Q815785
Wikipedia SPARQL Query for Bella Vista (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q815785 wdt:P1082 ?population. }
OPTIONAL { wd:Q815785 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q815785 wdt:P2046 ?area. }
OPTIONAL { wd:Q815785 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q815785 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q815785 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 Bella Vista map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-22.913499, -56.826067, -22.074456, -56.070409);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bella Vista)
[out:json];
(
rel["name"="Bella Vista"][type=boundary];
rel["name:en"="Bella Vista"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bella Vista
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bella Vista | -22.133330 , -56.516670 |
Charagua | -22.616670 , -56.366670 |
Colonia Casualidad | -22.683330 , -56.516670 |
Colonia San Jose | -22.400000 , -56.316670 |
Colonia Sargento Dure | -22.166670 , -56.450000 |
Esperanza | -22.333330 , -56.133330 |
Estancia Arambulo | -22.800000 , -56.566670 |
Estancia Arroyo Primero | -22.283330 , -56.550000 |
Estancia Bedoya-cue | -22.683330 , -56.683330 |
Estancia Cascada | -22.533330 , -56.233330 |
Estancia Cerro Cora | -22.900000 , -56.700000 |
Estancia Duarte Cue | -22.433330 , -56.583330 |
Estancia San Alfredo | -22.466670 , -56.433330 |
Estancia San Juan | -22.866670 , -56.583330 |
Estancia San Victor | -22.633330 , -56.466670 |
Estancia Zapallo | -22.533330 , -56.533330 |
Guardia Oliva | -22.216670 , -56.333330 |
Isla La Muerte | -22.550000 , -56.666670 |
Peguajho | -22.266670 , -56.383330 |
Pindura-cue | -22.850000 , -56.666670 |
Puesto Laguna Ciervo | -22.383330 , -56.200000 |
Puesto San Lorenzo | -22.366670 , -56.533330 |
San Roque | -22.133330 , -56.416670 |
San Roque | -22.650000 , -56.316670 |
Notes:
- You can download geometry data for Bella Vista 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.