Download outline map of Randolph (geojson format) :
Randolph.geojson (**)
Download polygon array of Randolph map for "Google Maps" :
Randolph.txt
Bounding Box for Randolph Map : ( 36.114802 , -91.407437 , 36.498689 , -90.748637 )
Wikipedia ID for Randolph : Q61365
Wikipedia SPARQL Query for Randolph (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61365 wdt:P1082 ?population. }
OPTIONAL { wd:Q61365 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61365 wdt:P2046 ?area. }
OPTIONAL { wd:Q61365 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61365 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61365 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 Randolph map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.114802, -91.407437, 36.498689, -90.748637);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Randolph)
[out:json];
(
rel["name"="Randolph"][type=boundary];
rel["name:en"="Randolph"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Randolph
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 36.395900 , -91.047630 |
Attica | 36.350900 , -90.995400 |
Biggers | 36.331945 , -90.805254 |
Birdell | 36.244510 , -91.078180 |
Brakebill | 36.457840 , -90.963180 |
Brockett | 36.338680 , -90.942900 |
Dalton | 36.421170 , -91.141520 |
Dunn | 36.240620 , -91.105680 |
Elevenpoint | 36.341730 , -91.127630 |
Elkins Park | 36.409790 , -90.899290 |
Elm Store | 36.480900 , -91.187350 |
Elnora | 36.172290 , -90.963180 |
Engelberg | 36.337840 , -90.909290 |
Fender | 36.175070 , -90.895950 |
Glaze Creek | 36.479510 , -90.882900 |
Gravesville | 36.353950 , -91.057900 |
Hamil | 36.403120 , -91.065400 |
Hoover Landing | 36.188120 , -90.989570 |
Ingram | 36.398950 , -91.007620 |
Jerrett | 36.402840 , -90.957620 |
Lesterville | 36.150900 , -90.956510 |
Lorine | 36.307010 , -91.032620 |
Maynard | 36.422277 , -90.902549 |
Middlebrook | 36.458670 , -90.926230 |
Minorca | 36.494230 , -90.846230 |
Noland | 36.193400 , -91.050680 |
O'Kean | 36.171687 , -90.818286 |
Old Reyno | 36.332010 , -90.759840 |
Old Siloam | 36.453120 , -90.904570 |
Palestine | 36.432560 , -91.006510 |
Pitman | 36.478390 , -90.822620 |
Pocahontas | 36.263648 , -90.969830 |
Ravenden Springs | 36.312722 , -91.223266 |
Reyno | 36.360867 , -90.759102 |
Shannon | 36.208960 , -90.958180 |
Sharum | 36.222840 , -90.854010 |
Skaggs | 36.237840 , -90.907340 |
Stokes | 36.355900 , -90.934290 |
Stoney Point | 36.315340 , -91.077350 |
Supply | 36.457010 , -90.841510 |
Warm Springs | 36.480340 , -91.051520 |
Notes:
- You can download geometry data for Randolph 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.