Download outline map of Searcy (geojson format) :
Searcy.geojson (**)
Download polygon array of Searcy map for "Google Maps" :
Searcy.txt
Bounding Box for Searcy Map : ( 35.718365 , -92.951315 , 36.115123 , -92.411502 )
Wikipedia ID for Searcy : Q61379
Wikipedia SPARQL Query for Searcy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61379 wdt:P1082 ?population. }
OPTIONAL { wd:Q61379 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61379 wdt:P2046 ?area. }
OPTIONAL { wd:Q61379 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61379 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61379 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 Searcy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.718365, -92.951315, 36.115123, -92.411502);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Searcy)
[out:json];
(
rel["name"="Searcy"][type=boundary];
rel["name:en"="Searcy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Searcy
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Baker | 35.913690 , -92.597660 |
| Baker Hollow | 35.934800 , -92.710720 |
| Barren Hollow | 35.945350 , -92.553770 |
| Blanco | 35.928690 , -92.812110 |
| Bohannon | 35.806190 , -92.784060 |
| Booster | 35.749520 , -92.660160 |
| Buroak | 35.934520 , -92.766560 |
| Canaan | 35.867020 , -92.703500 |
| Cozahome | 36.045070 , -92.501550 |
| Dongola | 35.908690 , -92.758500 |
| Duff | 36.000630 , -92.762670 |
| Elberta | 35.850080 , -92.502110 |
| Eula | 35.902300 , -92.896000 |
| Evening Star | 36.028960 , -92.546000 |
| Fairview | 35.945350 , -92.487110 |
| Gilbert | 35.990501 , -92.716997 |
| Harriet | 35.993410 , -92.520440 |
| Imo | 35.778690 , -92.750720 |
| Kay | 35.786190 , -92.692110 |
| Landis | 35.939520 , -92.442100 |
| Leslie | 35.829613 , -92.556187 |
| Lone Pine | 35.973130 , -92.562660 |
| Magic Springs | 35.815080 , -92.859060 |
| Marsena | 35.880350 , -92.794610 |
| Marshall | 35.908515 , -92.646715 |
| Martin Box | 35.942570 , -92.612390 |
| Maumee | 36.052850 , -92.647110 |
| Morning Star | 35.972850 , -92.594050 |
| Noahs | 35.815910 , -92.550440 |
| Oxley | 35.842300 , -92.457100 |
| Pindall | 36.063809 , -92.861850 |
| Point Peter | 35.955630 , -92.909340 |
| Rock Springs | 35.944800 , -92.535440 |
| Silver Hill | 35.970630 , -92.746000 |
| Snowball | 35.906470 , -92.821830 |
| St. Joe | 36.029338 , -92.808034 |
| Tomahawk | 36.060630 , -92.706550 |
| Watts | 35.818410 , -92.659330 |
| Welcome Home | 35.765360 , -92.772670 |
| Wileys Cove | 35.837580 , -92.573770 |
| Witts Springs | 35.768130 , -92.866840 |
| Zack | 35.958690 , -92.666280 |
Notes:
- You can download geometry data for Searcy 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.