Download outline map of Anderson (geojson format) :
Anderson.geojson (**)
Download polygon array of Anderson map for "Google Maps" :
Anderson.txt
Bounding Box for Anderson Map : ( 31.504056 , -96.06486 , 32.084482 , -95.258791 )
Wikipedia ID for Anderson : Q108391
Wikipedia SPARQL Query for Anderson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108391 wdt:P1082 ?population. }
OPTIONAL { wd:Q108391 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108391 wdt:P2046 ?area. }
OPTIONAL { wd:Q108391 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108391 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108391 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 Anderson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.504056, -96.06486, 32.084482, -95.258791);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Anderson)
[out:json];
(
rel["name"="Anderson"][type=boundary];
rel["name:en"="Anderson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Anderson
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alderbranch | 31.688790 , -95.458010 |
| Bethel | 31.920160 , -95.920240 |
| Blackfoot | 31.946270 , -95.835240 |
| Bois d'Arc | 31.958500 , -95.753020 |
| Bradford | 31.988770 , -95.766630 |
| Brushy Creek | 31.957660 , -95.614960 |
| Cayuga | 31.957110 , -95.974690 |
| Cronin | 31.676280 , -95.616620 |
| Crystal Lake | 31.739620 , -95.505230 |
| Deanwright | 31.736560 , -95.542730 |
| Elkhart | 31.627968 , -95.578968 |
| Elmtown | 31.896000 , -95.628570 |
| Elmwood | 31.919610 , -95.631070 |
| Fosterville | 32.010720 , -95.614680 |
| Frankston | 32.056093 , -95.504360 |
| Greens Bluff | 31.870170 , -95.969410 |
| Harmony | 31.758230 , -95.793850 |
| Herring | 31.759060 , -95.401060 |
| Jarvis | 31.755170 , -95.444950 |
| Kossuth | 31.742390 , -95.498840 |
| Lakeview Assembly | 31.658510 , -95.686070 |
| Long Lake | 31.649620 , -95.781070 |
| Montalba | 31.876550 , -95.732740 |
| Mound City | 31.576840 , -95.405780 |
| Mound Prairie | 31.869890 , -95.568290 |
| Neches | 31.866840 , -95.495790 |
| Palestine | 31.754715 , -95.647175 |
| Pert | 31.922390 , -95.547180 |
| Salmon | 31.572950 , -95.498280 |
| Slocum | 31.631290 , -95.462170 |
| Tennessee Colony | 31.835440 , -95.838850 |
| Todd City | 31.919060 , -95.477730 |
| Tucker | 31.673510 , -95.748010 |
| Ward | 31.907110 , -95.804680 |
| Wells Creek | 31.798230 , -95.555230 |
| Yard | 31.865280 , -95.966820 |
| Yard | 31.861550 , -95.971080 |
Notes:
- You can download geometry data for Anderson 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.