Download outline map of Walker (geojson format) :
Walker.geojson (**)
Download polygon array of Walker map for "Google Maps" :
Walker.txt
Bounding Box for Walker Map : ( 30.504369 , -95.863082 , 31.058098 , -95.327482 )
Wikipedia ID for Walker : Q26883
Wikipedia SPARQL Query for Walker (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26883 wdt:P1082 ?population. }
OPTIONAL { wd:Q26883 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26883 wdt:P2046 ?area. }
OPTIONAL { wd:Q26883 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26883 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26883 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 Walker map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.504369, -95.863082, 31.058098, -95.327482);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Walker)
[out:json];
(
rel["name"="Walker"][type=boundary];
rel["name:en"="Walker"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Walker
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arizona | 30.789630 , -95.468000 |
Barado | 30.624090 , -95.479660 |
Bath | 30.594640 , -95.623830 |
Carolina | 30.793800 , -95.396890 |
Crabbs Prairie | 30.754080 , -95.649110 |
Dodge | 30.745470 , -95.398000 |
Elmina | 30.559640 , -95.475500 |
Galilee | 30.696860 , -95.639670 |
Gospel Hill | 30.829080 , -95.355220 |
Harmony | 30.732970 , -95.476890 |
Hawthorne | 30.534650 , -95.395220 |
Huntsville | 30.705012 , -95.554426 |
Kittrell | 30.965460 , -95.496330 |
Loma | 30.680470 , -95.809390 |
Moore Grove | 30.574090 , -95.541610 |
Mossy Grove | 30.852140 , -95.751340 |
Mount Morian | 30.726300 , -95.491610 |
New Waverly | 30.537377 , -95.482270 |
Pine Prairie | 30.786300 , -95.559940 |
Pine Valley | 30.660470 , -95.452440 |
Riverside | 30.847288 , -95.398191 |
San Jacinto | 30.622140 , -95.721060 |
Wesley Grove | 30.685750 , -95.789120 |
Notes:
- You can download geometry data for Walker 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.