Download outline map of Crittenden (geojson format) :
Crittenden.geojson (**)
Download polygon array of Crittenden map for "Google Maps" :
Crittenden.txt
Bounding Box for Crittenden Map : ( 34.83297 , -90.506475 , 35.441763 , -90.064612 )
Wikipedia ID for Crittenden : Q61346
Wikipedia SPARQL Query for Crittenden (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61346 wdt:P1082 ?population. }
OPTIONAL { wd:Q61346 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61346 wdt:P2046 ?area. }
OPTIONAL { wd:Q61346 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61346 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61346 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 Crittenden map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.83297, -90.506475, 35.441763, -90.064612);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Crittenden)
[out:json];
(
rel["name"="Crittenden"][type=boundary];
rel["name:en"="Crittenden"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Crittenden
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Amanca | 35.108430 , -90.229820 |
| Anthony Subdivision | 35.039820 , -90.340380 |
| Anthonyville | 35.039682 , -90.340499 |
| Beck | 34.922600 , -90.395930 |
| Booker | 35.307310 , -90.289540 |
| Brice | 35.084260 , -90.283150 |
| Bruins | 34.888430 , -90.351210 |
| Chatfield | 35.005930 , -90.397320 |
| Clarkedale | 35.297318 , -90.210439 |
| Cloar | 35.309810 , -90.457880 |
| Crawfordsville | 35.226614 , -90.324446 |
| Cunningham Corner | 35.191760 , -90.291760 |
| Dixie | 35.173140 , -90.489270 |
| Earle | 35.273439 , -90.464270 |
| Ebony | 35.197590 , -90.261490 |
| Edmondson | 35.104542 , -90.305135 |
| Felco | 35.230640 , -90.399270 |
| Galet | 35.115370 , -90.213150 |
| Gammon | 35.248140 , -90.152590 |
| Gilmore | 35.411586 , -90.277871 |
| Grassy Lake Bottom | 35.268140 , -90.395930 |
| Heafer | 35.366470 , -90.339820 |
| Highland Farm | 34.966760 , -90.384820 |
| Horseshoe Lake | 34.913629 , -90.307599 |
| James Mill | 35.262870 , -90.217600 |
| Jeanette | 35.178150 , -90.429270 |
| Jennette | 35.163832 , -90.408945 |
| Jericho | 35.285781 , -90.229272 |
| Julius | 35.189260 , -90.307320 |
| Kate | 35.044820 , -90.361490 |
| Lambethville | 35.378700 , -90.181480 |
| Lansing | 35.250370 , -90.386770 |
| Lehi | 35.147310 , -90.292600 |
| Louise | 35.076480 , -90.293710 |
| Mallory Spur | 35.015650 , -90.385380 |
| Marion | 35.203488 , -90.205431 |
| Meneshea | 35.426470 , -90.214540 |
| Midway Corner | 35.068700 , -90.293710 |
| Millers | 35.062870 , -90.230100 |
| Mounds | 35.115090 , -90.267040 |
| Neuhardt | 35.061200 , -90.328990 |
| Ninetysix Corner | 35.023700 , -90.337600 |
| Patoka | 35.073430 , -90.311210 |
| Pinckney | 34.976760 , -90.305370 |
| Poindexter | 35.367590 , -90.417600 |
| Proctor | 35.095090 , -90.373430 |
| Quarles | 35.101200 , -90.245370 |
| Redman Point | 35.240640 , -90.113150 |
| Riceville | 35.123150 , -90.225930 |
| Seyppel | 34.899820 , -90.297040 |
| Shannonville | 35.266480 , -90.481490 |
| Simsboro | 35.025370 , -90.373150 |
| St. Claire | 35.218700 , -90.118700 |
| Stacy | 35.404530 , -90.232600 |
| Sunset | 35.224216 , -90.205995 |
| Thompson | 35.005090 , -90.338990 |
| Thompson Grove | 34.947600 , -90.337880 |
| Topaz | 35.036480 , -90.359270 |
| Turrell | 35.376160 , -90.270876 |
| Vincent | 35.212310 , -90.300930 |
| Waverly | 35.047040 , -90.238980 |
| West Memphis | 35.153193 , -90.198793 |
Notes:
- You can download geometry data for Crittenden 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.