Download outline map of Victoria (geojson format) :
Victoria.geojson (**)
Download polygon array of Victoria map for "Google Maps" :
Victoria.txt
Bounding Box for Victoria Map : ( 5.295666 , -74.975 , 5.605296 , -74.698743 )
Wikipedia ID for Victoria : Q586109
Wikipedia SPARQL Query for Victoria (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q586109 wdt:P1082 ?population. }
OPTIONAL { wd:Q586109 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q586109 wdt:P2046 ?area. }
OPTIONAL { wd:Q586109 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q586109 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q586109 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 Victoria map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.295666, -74.975, 5.605296, -74.698743);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Victoria)
[out:json];
(
rel["name"="Victoria"][type=boundary];
rel["name:en"="Victoria"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Victoria
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acapulco | 5.397390 , -74.862090 |
Africa | 5.402830 , -74.867180 |
America | 5.426340 , -74.823190 |
Buenos Aires | 5.362790 , -74.871200 |
Campo Alegre | 5.462630 , -74.903540 |
Canaveral | 5.323530 , -74.941150 |
Colombia | 5.444690 , -74.754980 |
Corinto | 5.389180 , -74.914910 |
Cuba | 5.347810 , -74.924470 |
El Brillante | 5.398230 , -74.796430 |
El Carmen | 5.435800 , -74.904880 |
El Horizonte | 5.418570 , -74.898170 |
El Palmar | 5.307040 , -74.804640 |
El Porvenir | 5.396390 , -74.759770 |
El Vergel | 5.400550 , -74.746230 |
Holanda | 5.370630 , -74.843730 |
Hondita | 5.336530 , -74.865130 |
Isaza | 5.578700 , -74.822280 |
La Bonita | 5.450700 , -74.843950 |
La Candelaria | 5.447170 , -74.869580 |
La Estrella | 5.356930 , -74.892240 |
La Florida | 5.487060 , -74.758150 |
La Granja | 5.424570 , -74.855100 |
La Lorena | 5.348140 , -74.842490 |
La Palma | 5.391390 , -74.843380 |
La Palma | 5.482330 , -74.887580 |
La Pradera | 5.424510 , -74.896560 |
La Quinta | 5.442440 , -74.908130 |
Las Cruces | 5.480920 , -74.873950 |
Las Mercedes | 5.368230 , -74.826440 |
Lavaderos | 5.353440 , -74.885000 |
Limones | 5.440740 , -74.809410 |
Liverpool | 5.375040 , -74.923700 |
Los Andes | 5.406710 , -74.832090 |
Pasitos | 5.389760 , -74.872260 |
Pintoresco | 5.441590 , -74.821280 |
Pocitos | 5.383200 , -74.872190 |
Quamoco | 5.346480 , -74.870620 |
San Felipe | 5.368800 , -74.882920 |
San Felix | 5.351570 , -74.845080 |
Santa Fe | 5.485790 , -74.834770 |
Terranova | 5.448780 , -74.801230 |
Vega Grande | 5.456670 , -74.763580 |
Victoria | 5.316480 , -74.911010 |
Notes:
- You can download geometry data for Victoria 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.