Download outline map of Lavaca (geojson format) :
Lavaca.geojson (**)
Download polygon array of Lavaca map for "Google Maps" :
Lavaca.txt
Bounding Box for Lavaca Map : ( 29.063244 , -97.240108 , 29.632706 , -96.560555 )
Wikipedia ID for Lavaca : Q27023
Wikipedia SPARQL Query for Lavaca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27023 wdt:P1082 ?population. }
OPTIONAL { wd:Q27023 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27023 wdt:P2046 ?area. }
OPTIONAL { wd:Q27023 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27023 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27023 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 Lavaca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.063244, -97.240108, 29.632706, -96.560555);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lavaca)
[out:json];
(
rel["name"="Lavaca"][type=boundary];
rel["name:en"="Lavaca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lavaca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Breslau | 29.523020 , -96.996650 |
Ezzell | 29.282470 , -96.900810 |
Glecker | 29.606350 , -96.912480 |
Good Hope | 29.452190 , -96.899700 |
Hallettsville | 29.443134 , -96.943296 |
Henkhaus | 29.510520 , -97.152490 |
Hope | 29.216640 , -96.997760 |
Kinkler | 29.534130 , -96.899150 |
Koerth | 29.309140 , -96.996650 |
Komensky | 29.572180 , -97.046100 |
Midway | 29.364690 , -97.173320 |
Mont | 29.382190 , -97.005260 |
Moravia | 29.589680 , -96.984980 |
Moulton | 29.572206 , -97.146552 |
Mount Olive | 29.392740 , -97.099990 |
Novohrad | 29.605790 , -97.048870 |
Saint John | 29.631350 , -96.953320 |
Seclusion | 29.300800 , -96.695810 |
Shiner | 29.433221 , -97.173377 |
Speaks | 29.255530 , -96.700250 |
Sublime | 29.478850 , -96.797480 |
Sweet Home | 29.345240 , -97.071650 |
Vienna | 29.378300 , -96.792480 |
Vsetin | 29.494410 , -96.849700 |
Wied | 29.438850 , -97.056100 |
Witting | 29.510240 , -97.055820 |
Worthing | 29.413300 , -97.014980 |
Yoakum | 29.293407 , -97.146937 |
Notes:
- You can download geometry data for Lavaca 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.