Download outline map of Faulkner (geojson format) :
Faulkner.geojson (**)
Download polygon array of Faulkner map for "Google Maps" :
Faulkner.txt
Bounding Box for Faulkner Map : ( 34.842218 , -92.598367 , 35.368395 , -92.111463 )
Wikipedia ID for Faulkner : Q61468
Wikipedia SPARQL Query for Faulkner (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61468 wdt:P1082 ?population. }
OPTIONAL { wd:Q61468 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61468 wdt:P2046 ?area. }
OPTIONAL { wd:Q61468 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61468 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61468 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 Faulkner map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.842218, -92.598367, 35.368395, -92.111463);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Faulkner)
[out:json];
(
rel["name"="Faulkner"][type=boundary];
rel["name:en"="Faulkner"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Faulkner
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Barney | 35.251750 , -92.206820 |
| Belk Corner | 35.049530 , -92.490440 |
| Beryl | 35.083140 , -92.260150 |
| Bono | 35.256190 , -92.476270 |
| Brockington Corner | 34.970640 , -92.295150 |
| Brumley | 35.062590 , -92.425990 |
| Caney | 35.061200 , -92.384600 |
| Cato | 34.928420 , -92.261260 |
| Center Point | 35.097310 , -92.147370 |
| Centerville | 35.273140 , -92.256540 |
| Conway | 35.075652 , -92.469418 |
| Enders | 35.326750 , -92.228480 |
| Enola | 35.195941 , -92.206571 |
| Funston | 35.057310 , -92.187090 |
| Gentry Corner | 34.957590 , -92.290990 |
| Gleason | 35.110920 , -92.515990 |
| Gold Creek | 35.012030 , -92.414040 |
| Gold Lake Estates | 35.023420 , -92.390160 |
| Greenbrier | 35.228822 , -92.383443 |
| Guy | 35.327908 , -92.342978 |
| Hamlet | 35.078140 , -92.305150 |
| Holland | 35.165750 , -92.277823 |
| Lakeview Acres | 35.127860 , -92.428490 |
| Linder | 35.190360 , -92.372930 |
| Lollie | 34.988140 , -92.584330 |
| Martinville | 35.325080 , -92.482380 |
| Mayflower | 34.967506 , -92.423115 |
| McGintytown | 35.247300 , -92.291820 |
| Mount Vernon | 35.223591 , -92.124065 |
| Naylor | 35.158700 , -92.187370 |
| Old Texas | 35.323690 , -92.289040 |
| Otto | 35.029530 , -92.192650 |
| Palarm | 34.905090 , -92.447660 |
| Pleasant Valley | 35.178970 , -92.449600 |
| Preston | 35.025640 , -92.422380 |
| Red Hill | 35.062590 , -92.534600 |
| Republican | 35.281470 , -92.425160 |
| Round Mountain | 35.025360 , -92.447380 |
| Saltillo | 35.027590 , -92.326540 |
| Shady Grove | 35.230360 , -92.472660 |
| Soda Valley | 35.258690 , -92.360430 |
| Springhill | 35.188690 , -92.392380 |
| Twin Groves | 35.318824 , -92.425542 |
| Vilonia | 35.081674 , -92.208536 |
| Wooster | 35.199884 , -92.450258 |
Notes:
- You can download geometry data for Faulkner 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.