Download outline map of Wharton (geojson format) :
Wharton.geojson (**)
Download polygon array of Wharton map for "Google Maps" :
Wharton.txt
Bounding Box for Wharton Map : ( 28.963291 , -96.640315 , 29.633806 , -95.841948 )
Wikipedia ID for Wharton : Q483916
Wikipedia SPARQL Query for Wharton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483916 wdt:P1082 ?population. }
OPTIONAL { wd:Q483916 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483916 wdt:P2046 ?area. }
OPTIONAL { wd:Q483916 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483916 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483916 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 Wharton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.963291, -96.640315, 29.633806, -95.841948);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wharton)
[out:json];
(
rel["name"="Wharton"][type=boundary];
rel["name:en"="Wharton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wharton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boling | 29.258399 , -95.943552 |
Boling-Iago | 29.261560 , -95.949690 |
Bonus | 29.451630 , -96.280800 |
Burr | 29.308030 , -96.007460 |
Cane Junction | 29.174700 , -95.998850 |
Danevang | 29.057480 , -96.207460 |
Dinsmore | 29.317190 , -96.050510 |
Don-Tol | 29.223030 , -95.916620 |
Dorman | 29.382190 , -96.218850 |
East Bernard | 29.524078 , -96.062184 |
Egypt | 29.404970 , -96.236910 |
El Campo | 29.198189 , -96.273803 |
Elm Grove | 29.442190 , -96.325800 |
Glen Flora | 29.347470 , -96.193300 |
Hahn | 29.281360 , -96.396910 |
Hillje | 29.148860 , -96.343300 |
Hungerford | 29.403997 , -96.083707 |
Iago | 29.266512 , -95.963005 |
Jones Creek | 29.286920 , -96.312740 |
Lefman | 29.262750 , -96.054960 |
Lissie | 29.556070 , -96.225240 |
Louise | 29.111904 , -96.412334 |
Mackay | 29.269970 , -96.149680 |
Magnet | 29.150810 , -95.986900 |
New Taiton | 29.309410 , -96.341630 |
Newgulf | 29.255250 , -95.899950 |
Newgulf Junction | 29.234140 , -95.919680 |
Nottawa | 29.539130 , -96.148850 |
Pierce | 29.239140 , -96.199960 |
Plainview | 29.113310 , -96.324410 |
Round Mott | 29.229140 , -96.459410 |
Sand Ridge | 29.418300 , -96.252190 |
Sorrelle | 29.339140 , -96.159680 |
West Payne | 29.198709 , -96.256715 |
Wharton | 29.313678 , -96.104404 |
Notes:
- You can download geometry data for Wharton 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.