Download outline map of Kaufman (geojson format) :
Kaufman.geojson (**)
Download polygon array of Kaufman map for "Google Maps" :
Kaufman.txt
Bounding Box for Kaufman Map : ( 32.354709 , -96.529987 , 32.841723 , -96.075537 )
Wikipedia ID for Kaufman : Q110486
Wikipedia SPARQL Query for Kaufman (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110486 wdt:P1082 ?population. }
OPTIONAL { wd:Q110486 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110486 wdt:P2046 ?area. }
OPTIONAL { wd:Q110486 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110486 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110486 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 Kaufman map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.354709, -96.529987, 32.841723, -96.075537);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kaufman)
[out:json];
(
rel["name"="Kaufman"][type=boundary];
rel["name:en"="Kaufman"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kaufman
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ables Springs | 32.814850 , -96.121080 |
Abner | 32.627910 , -96.191640 |
Becker | 32.492920 , -96.206920 |
Cartwright | 32.659300 , -96.271650 |
Cedar Grove | 32.757910 , -96.086640 |
Cedarvale | 32.569860 , -96.091640 |
Cobb | 32.714300 , -96.100250 |
Colquitt | 32.795400 , -96.357480 |
Combine | 32.591012 , -96.520249 |
Cottonwood | 32.460877 , -96.399860 |
Crandall | 32.628083 , -96.453419 |
Elmo | 32.731481 , -96.158998 |
Forney | 32.747149 , -96.452089 |
Frog | 32.718460 , -96.140250 |
Gastonia | 32.611800 , -96.402480 |
Grays Prairie | 32.472634 , -96.350725 |
Hiram | 32.643470 , -96.108310 |
Holtville | 32.760570 , -96.346660 |
Jiba | 32.515420 , -96.276090 |
Kaufman | 32.577515 , -96.312084 |
Kemp | 32.432421 , -96.220580 |
Lawrence | 32.742350 , -96.342760 |
Lively | 32.409860 , -96.323310 |
Lone Star | 32.631800 , -96.348590 |
Mabank | 32.368212 , -96.113990 |
Markout | 32.706800 , -96.492490 |
Mcroy | 32.823740 , -96.107470 |
Oak Grove | 32.532109 , -96.318188 |
Oak Ridge | 32.642890 , -96.257315 |
Ola | 32.575410 , -96.175530 |
Peeltown | 32.405140 , -96.381090 |
Poetry | 32.825680 , -96.245810 |
Post Oak Bend | 32.638470 , -96.304980 |
Post Oak Bend City | 32.632568 , -96.318027 |
Prairieville | 32.479860 , -96.103030 |
Rand | 32.539030 , -96.176360 |
Rosser | 32.464998 , -96.442159 |
Scurry | 32.512822 , -96.385437 |
Stubbs | 32.408750 , -96.287760 |
Styx | 32.363200 , -96.328040 |
Talty | 32.694761 , -96.398055 |
Terrell | 32.730893 , -96.288353 |
Tolosa | 32.370700 , -96.240530 |
Travis Ranch | 32.803892 , -96.475926 |
Union Valley | 32.697350 , -96.300540 |
Warsaw | 32.550140 , -96.420260 |
Warsaw Center | 32.554580 , -96.415540 |
Wilson | 32.682630 , -96.291920 |
Notes:
- You can download geometry data for Kaufman 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.