Download outline map of Gonzales (geojson format) :
Gonzales.geojson (**)
Download polygon array of Gonzales map for "Google Maps" :
Gonzales.txt
Bounding Box for Gonzales Map : ( 29.109765 , -97.858782 , 29.784658 , -97.130517 )
Wikipedia ID for Gonzales : Q26614
Wikipedia SPARQL Query for Gonzales (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26614 wdt:P1082 ?population. }
OPTIONAL { wd:Q26614 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26614 wdt:P2046 ?area. }
OPTIONAL { wd:Q26614 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26614 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26614 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 Gonzales map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.109765, -97.858782, 29.784658, -97.130517);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gonzales)
[out:json];
(
rel["name"="Gonzales"][type=boundary];
rel["name:en"="Gonzales"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gonzales
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bebe | 29.415240 , -97.637220 |
Belmont | 29.523290 , -97.683890 |
Cheapside | 29.278300 , -97.403050 |
Comanche Crossing | 29.573570 , -97.271100 |
Cost | 29.437460 , -97.528880 |
Dewville | 29.378020 , -97.811110 |
Dilworth | 29.508020 , -97.285270 |
Dreyer | 29.367190 , -97.273040 |
Glaze City | 29.407190 , -97.288600 |
Gonzales | 29.512551 , -97.447237 |
Hamon | 29.395800 , -97.366930 |
Hamon | 29.405240 , -97.349160 |
Harwood | 29.665790 , -97.505270 |
Kokernot | 29.443020 , -97.266660 |
Leesville | 29.383502 , -97.779768 |
Little New York | 29.551070 , -97.306660 |
Monthalia | 29.468850 , -97.608610 |
Newtonville | 29.652180 , -97.194990 |
Nixon | 29.269806 , -97.765745 |
Oak Forest | 29.498850 , -97.584720 |
Pilgrim | 29.293300 , -97.521940 |
Sample | 29.218860 , -97.523330 |
Sandy Fork | 29.684950 , -97.417220 |
Saturn | 29.598850 , -97.343600 |
Schoolland | 29.333850 , -97.664440 |
Slayden | 29.575510 , -97.533880 |
Smiley | 29.271292 , -97.637551 |
Smithville | 29.524120 , -97.608050 |
Summerville | 29.455240 , -97.470550 |
Thompsonville | 29.702730 , -97.381940 |
Waelder | 29.694369 , -97.297190 |
Welder | 29.693290 , -97.299160 |
Wrightsboro | 29.373850 , -97.564990 |
Yokum | 29.161080 , -97.563330 |
Notes:
- You can download geometry data for Gonzales 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.