Download outline map of Baxter (geojson format) :
Baxter.geojson (**)
Download polygon array of Baxter map for "Google Maps" :
Baxter.txt
Bounding Box for Baxter Map : ( 35.974022 , -92.594975 , 36.498738 , -92.150295 )
Wikipedia ID for Baxter : Q61086
Wikipedia SPARQL Query for Baxter (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61086 wdt:P1082 ?population. }
OPTIONAL { wd:Q61086 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61086 wdt:P2046 ?area. }
OPTIONAL { wd:Q61086 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61086 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61086 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 Baxter map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.974022, -92.594975, 36.498738, -92.150295);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Baxter)
[out:json];
(
rel["name"="Baxter"][type=boundary];
rel["name:en"="Baxter"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Baxter
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Advance | 36.155350 , -92.382380 |
Amos | 36.365900 , -92.554890 |
Arkana | 36.238400 , -92.316550 |
Arkawana | 36.403680 , -92.460990 |
Big Flat | 36.005586 , -92.406603 |
Briarcliff | 36.271926 , -92.281918 |
Buffalo City | 36.167850 , -92.442100 |
Cartney | 36.194510 , -92.382380 |
Clarkridge | 36.477840 , -92.351270 |
Colfax | 36.310900 , -92.422940 |
Cotter | 36.281834 , -92.521045 |
County Line | 36.486730 , -92.150710 |
Culp | 36.109790 , -92.219040 |
Cumi | 36.406450 , -92.183490 |
Diamond Bay | 36.312570 , -92.224040 |
Dogwood Park | 36.378960 , -92.300160 |
Fawn Park | 36.391730 , -92.357940 |
Gamaliel | 36.456730 , -92.233210 |
Gassville | 36.284930 , -92.486716 |
Henderson | 36.380620 , -92.227660 |
Heritage Estates | 36.290350 , -92.365160 |
Herron | 36.163680 , -92.284320 |
Holiday Hills | 36.337010 , -92.185710 |
Hopewell | 36.205620 , -92.232100 |
Jordan | 36.232850 , -92.184320 |
Lakeside Terrace | 36.389790 , -92.306270 |
Lakeview | 36.374050 , -92.538830 |
Lone Rock | 36.180630 , -92.344600 |
Mallard Point | 36.398120 , -92.288770 |
Midway | 36.391633 , -92.472471 |
Monkey Run | 36.345350 , -92.479880 |
Mountain Home | 36.334520 , -92.384593 |
Norfork | 36.210387 , -92.280502 |
Norfork Lake Estates | 36.386180 , -92.199880 |
Norfork Village | 36.222290 , -92.307100 |
Old Joe | 36.174510 , -92.231540 |
Rodney | 36.242850 , -92.161270 |
Salesville | 36.240803 , -92.276531 |
Shady Grove | 36.251460 , -92.379330 |
Shipp | 36.212010 , -92.360160 |
Sycamore Heights | 36.285620 , -92.265430 |
Sycamore Spring | 36.298680 , -92.249040 |
Three Brothers | 36.452570 , -92.465720 |
Timber Lake Manor | 36.286730 , -92.212660 |
Western Hills Subdivision | 36.320070 , -92.405160 |
Whiteville | 36.317570 , -92.477940 |
Woods Point Landing | 36.294230 , -92.172380 |
Notes:
- You can download geometry data for Baxter 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.