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 : ( 28.485712 , -97.305916 , 29.104046 , -96.642323 )
Wikipedia ID for Victoria : Q26699
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:Q26699 wdt:P1082 ?population. }
OPTIONAL { wd:Q26699 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26699 wdt:P2046 ?area. }
OPTIONAL { wd:Q26699 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26699 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26699 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"](28.485712, -97.305916, 29.104046, -96.642323);
);
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) |
Aloe | 28.766660 , -97.076100 |
Bloomington | 28.650419 , -96.902195 |
Carr | 28.735830 , -96.754980 |
Chipley | 28.786660 , -97.035820 |
Coletoville | 28.759440 , -97.146100 |
Dacosta | 28.720270 , -96.873040 |
Dernal | 28.695550 , -96.944430 |
Dupre | 28.843880 , -97.010820 |
Fordtran | 29.067200 , -97.008600 |
Guadalupe | 28.751940 , -96.922760 |
Hughes | 28.751660 , -96.971380 |
Inez | 28.871784 , -96.795891 |
McFaddin | 28.553890 , -97.013880 |
Mission Valley | 28.899150 , -97.194160 |
Moursund | 28.886370 , -97.057770 |
Nursery | 28.923600 , -97.098600 |
Oak Village | 28.719160 , -97.150270 |
Placedo | 28.691936 , -96.825904 |
Quail Creek | 28.777323 , -97.084815 |
Raisin | 28.742210 , -97.119710 |
Salem | 28.988870 , -96.911090 |
Telferner | 28.848880 , -96.890540 |
Victoria | 28.826673 , -96.984822 |
Wood Hi | 28.794440 , -96.841650 |
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.