Download outline map of Union (geojson format) :
Union.geojson (**)
Download polygon array of Union map for "Google Maps" :
Union.txt
Bounding Box for Union Map : ( 32.580888 , -92.734057 , 33.014489 , -92.052075 )
Wikipedia ID for Union : Q512832
Wikipedia SPARQL Query for Union (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q512832 wdt:P1082 ?population. }
OPTIONAL { wd:Q512832 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q512832 wdt:P2046 ?area. }
OPTIONAL { wd:Q512832 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q512832 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q512832 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 Union map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.580888, -92.734057, 33.014489, -92.052075);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Union)
[out:json];
(
rel["name"="Union"][type=boundary];
rel["name:en"="Union"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Union
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alabama Landing | 32.873740 , -92.084580 |
| Bemis | 32.957070 , -92.178470 |
| Bernice | 32.827663 , -92.658465 |
| Bethel Springs | 32.960970 , -92.711270 |
| Brantley Landing | 32.997900 , -92.073470 |
| Cecil | 32.960960 , -92.235970 |
| Conway | 32.888470 , -92.397090 |
| Copley | 32.877920 , -92.635430 |
| Crossroads | 32.721530 , -92.220970 |
| Culbertson | 32.686260 , -92.512920 |
| D'Arbonne | 32.674870 , -92.474310 |
| De Loutre | 32.832640 , -92.311250 |
| Dean | 32.906800 , -92.150970 |
| Downsville | 32.626437 , -92.412920 |
| Evergreen | 32.750420 , -92.546260 |
| Farmerville | 32.775175 , -92.401305 |
| Gravel | 32.932350 , -92.151800 |
| Haile | 32.830970 , -92.146250 |
| Holmesville | 32.693200 , -92.396530 |
| Hooker Hole | 32.822360 , -92.067350 |
| Hunt | 32.844030 , -92.657650 |
| Junction City | 33.007274 , -92.722414 |
| Laran | 32.973750 , -92.485430 |
| Lillie | 32.922046 , -92.661338 |
| Linville | 32.842080 , -92.192910 |
| Litroe | 32.993460 , -92.196250 |
| Loch Lomond | 32.676530 , -92.142080 |
| Lockhart | 33.008190 , -92.583210 |
| Loco | 32.948190 , -92.165410 |
| Marion | 32.899774 , -92.240491 |
| Monroe | 32.815130 , -92.205690 |
| Moselys Bluff | 32.701250 , -92.352920 |
| Mount Union | 32.933470 , -92.555150 |
| Oakland | 32.995690 , -92.350700 |
| Ouachita City | 32.725140 , -92.070970 |
| Pisgah | 32.860140 , -92.634040 |
| Point | 32.660970 , -92.277640 |
| Quigley | 32.854860 , -92.304860 |
| Randolph | 32.986530 , -92.690430 |
| Rocky Branch | 32.678750 , -92.203190 |
| Rum Center | 32.990140 , -92.651820 |
| Sadie | 32.989300 , -92.230970 |
| Shiloh | 32.793480 , -92.589320 |
| Smurney | 32.606810 , -92.375420 |
| Spearsville | 32.933876 , -92.602206 |
| Spencer | 32.740140 , -92.131800 |
| Taylortown | 32.986530 , -92.600710 |
| Terrills | 32.663200 , -92.373750 |
| Thirteen Points Landing | 32.956520 , -92.085690 |
| Truxno | 32.947630 , -92.405980 |
| Tugwell | 32.888750 , -92.381810 |
| Upco | 32.764580 , -92.135690 |
| Wilhite | 32.616810 , -92.280420 |
Notes:
- You can download geometry data for Union 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.