Download outline map of Ashley (geojson format) :
Ashley.geojson (**)
Download polygon array of Ashley map for "Google Maps" :
Ashley.txt
Bounding Box for Ashley Map : ( 33.005915 , -92.143596 , 33.398214 , -91.457334 )
Wikipedia ID for Ashley : Q61026
Wikipedia SPARQL Query for Ashley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61026 wdt:P1082 ?population. }
OPTIONAL { wd:Q61026 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61026 wdt:P2046 ?area. }
OPTIONAL { wd:Q61026 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61026 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61026 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 Ashley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.005915, -92.143596, 33.398214, -91.457334);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ashley)
[out:json];
(
rel["name"="Ashley"][type=boundary];
rel["name:en"="Ashley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ashley
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Beech Creek Crossing | 33.318450 , -91.937080 |
| Berlin | 33.080680 , -91.763180 |
| Bovine | 33.178450 , -91.881800 |
| Boydell | 33.365670 , -91.491230 |
| Crossett | 33.128388 , -91.963064 |
| Crossroad | 33.229560 , -91.924850 |
| Donbey | 33.302340 , -91.550120 |
| Fountain Hill | 33.357652 , -91.851096 |
| Gulledge | 33.070960 , -91.871240 |
| Hamburg | 33.224818 , -91.797375 |
| Kimball | 33.026240 , -91.609570 |
| Lloyd | 33.299560 , -91.514010 |
| Longview Crossing | 33.347060 , -91.917630 |
| Martinville | 33.244010 , -91.790680 |
| Meridian | 33.034850 , -91.978740 |
| Milo | 33.295400 , -91.950130 |
| Mist | 33.274010 , -91.691510 |
| Montrose | 33.298509 , -91.496825 |
| Mount Pleasant | 33.248450 , -91.615120 |
| North Crossett | 33.171110 , -91.936616 |
| Old Milo | 33.294840 , -91.890130 |
| Parkdale | 33.121168 , -91.546471 |
| Portland | 33.237765 , -91.511130 |
| Post Oak | 33.290120 , -91.614850 |
| Promised Land | 33.282620 , -91.739290 |
| Pugh | 33.239560 , -91.962080 |
| Rawls | 33.010680 , -91.855130 |
| Riley | 33.363170 , -91.716520 |
| Roark | 33.361780 , -91.820130 |
| Rolfe Junction | 33.123730 , -91.872630 |
| Snyder | 33.295120 , -91.622350 |
| South Crossett | 33.105680 , -91.953740 |
| Stillions | 33.252900 , -92.042360 |
| Sulphur Springs | 33.071790 , -92.031240 |
| Sunshine | 33.187070 , -91.529570 |
| Thebes | 33.286230 , -91.584290 |
| Trafalgar | 33.354280 , -91.595120 |
| Unity | 33.135400 , -91.894020 |
| Venice | 33.037070 , -92.027910 |
| Wallace | 33.249840 , -91.744020 |
| West Crossett | 33.148825 , -92.022227 |
| White | 33.014010 , -91.995690 |
| Whitlow | 33.219010 , -91.985970 |
| Whitlow Junction | 33.199840 , -91.965410 |
| Wilmot | 33.058562 , -91.575253 |
Notes:
- You can download geometry data for Ashley 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.