Download outline map of Waller (geojson format) :
Waller.geojson (**)
Download polygon array of Waller map for "Google Maps" :
Waller.txt
Bounding Box for Waller Map : ( 29.727944 , -96.192208 , 30.245645 , -95.80333 )
Wikipedia ID for Waller : Q26701
Wikipedia SPARQL Query for Waller (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26701 wdt:P1082 ?population. }
OPTIONAL { wd:Q26701 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26701 wdt:P2046 ?area. }
OPTIONAL { wd:Q26701 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26701 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26701 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 Waller map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.727944, -96.192208, 30.245645, -95.80333);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Waller)
[out:json];
(
rel["name"="Waller"][type=boundary];
rel["name:en"="Waller"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Waller
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brookshire | 29.782640 , -95.954485 |
Cardiff | 29.786060 , -95.906060 |
Cedar Creek | 30.194660 , -96.060240 |
Clemons | 29.842730 , -96.041070 |
Fawn Lake | 29.788800 , -95.827900 |
Fetzer | 30.241320 , -95.817730 |
Fields Store | 30.144660 , -95.956070 |
Hegar | 30.116050 , -95.827730 |
Hempstead | 30.097416 , -96.079489 |
Howth | 30.168830 , -96.065240 |
Johnsue | 29.786060 , -95.876620 |
Lewisville | 30.068830 , -96.114130 |
Monaville | 29.950780 , -96.038850 |
Pattison | 29.818943 , -95.976029 |
Pine Island | 30.055370 , -96.025328 |
Prairie View | 30.084968 , -95.989714 |
Rock Island | 30.172720 , -96.125240 |
Rolling Hills | 30.167440 , -96.020230 |
Second Corinth | 30.143270 , -96.117460 |
Sunny Side Po | 29.888560 , -96.069130 |
Waller | 30.062187 , -95.922912 |
Notes:
- You can download geometry data for Waller 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.