Download outline map of Williamson (geojson format) :
Williamson.geojson (**)
Download polygon array of Williamson map for "Google Maps" :
Williamson.txt
Bounding Box for Williamson Map : ( 30.402843 , -98.049886 , 30.906188 , -97.155219 )
Wikipedia ID for Williamson : Q112686
Wikipedia SPARQL Query for Williamson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112686 wdt:P1082 ?population. }
OPTIONAL { wd:Q112686 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112686 wdt:P2046 ?area. }
OPTIONAL { wd:Q112686 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112686 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112686 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 Williamson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.402843, -98.049886, 30.906188, -97.155219);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Williamson)
[out:json];
(
rel["name"="Williamson"][type=boundary];
rel["name:en"="Williamson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Williamson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Anderson Mill | 30.454920 , -97.805840 |
| Anderson Mill Census Designated Place (historical) | 30.454870 , -97.807540 |
| Andice | 30.782130 , -97.852240 |
| Bartlett | 30.795065 , -97.432400 |
| Beaukiss | 30.442980 , -97.244440 |
| Beyersville | 30.509920 , -97.329720 |
| Brushy Creek | 30.511948 , -97.738928 |
| Cedar Park | 30.513339 , -97.817971 |
| Circleville | 30.637420 , -97.435560 |
| Corn Hill | 30.806850 , -97.615010 |
| Coupland | 30.459930 , -97.388610 |
| Elm Grove | 30.685200 , -97.320000 |
| Florence | 30.840467 , -97.792796 |
| Frame Switch | 30.559370 , -97.461670 |
| Friendship | 30.714080 , -97.330280 |
| Georgetown | 30.664139 , -97.692873 |
| Granger | 30.717969 , -97.441103 |
| Greens Crossing | 30.835740 , -97.901690 |
| Hare | 30.671030 , -97.273050 |
| Hoxie | 30.654360 , -97.346110 |
| Hunt Crossing | 30.690470 , -97.812790 |
| Hutto | 30.537102 , -97.551000 |
| Jarrell | 30.809812 , -97.613006 |
| Jinks Branch | 30.634640 , -97.891400 |
| Jollyville | 30.453546 , -97.766154 |
| Jonah | 30.637970 , -97.540840 |
| Keelersville | 30.736020 , -97.518340 |
| Laneport | 30.690750 , -97.278880 |
| Leander | 30.570711 , -97.858765 |
| Liberty Hill | 30.663508 , -97.907619 |
| Mozo | 30.691580 , -97.525000 |
| New Corn Hill | 30.769630 , -97.587510 |
| Noack | 30.557700 , -97.304440 |
| Norman | 30.494090 , -97.494170 |
| North Georgetown | 30.647420 , -97.677230 |
| Pond Springs | 30.450480 , -97.785290 |
| Rices Crossing | 30.479650 , -97.458330 |
| Round Rock | 30.523932 , -97.666952 |
| Russell Crossing | 30.672410 , -97.750570 |
| Schwertner | 30.815470 , -97.514170 |
| Serenada | 30.696931 , -97.697939 |
| Seward Junction | 30.653800 , -97.875570 |
| Shiloh | 30.492430 , -97.202770 |
| Siloam | 30.426040 , -97.284160 |
| Sonterra | 30.803330 , -97.600220 |
| Structure | 30.471870 , -97.274720 |
| Sun City | 30.715880 , -97.717340 |
| Taylor | 30.574377 , -97.422970 |
| Theon | 30.762970 , -97.597230 |
| Thrall | 30.588253 , -97.298202 |
| Turkey Hollow | 30.482420 , -97.742790 |
| Type | 30.444370 , -97.355270 |
| Walburg | 30.736860 , -97.580290 |
| Walkerton | 30.532970 , -97.835290 |
| Waterloo | 30.638810 , -97.388330 |
| Weir | 30.675891 , -97.592862 |
| White Stone | 30.520750 , -97.830290 |
| Wuthrich Hill | 30.626030 , -97.360550 |
Notes:
- You can download geometry data for Williamson 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.