Download outline map of Roane (geojson format) :
Roane.geojson (**)
Download polygon array of Roane map for "Google Maps" :
Roane.txt
Bounding Box for Roane Map : ( 38.52183 , -81.546631 , 38.941645 , -81.082635 )
Wikipedia ID for Roane : Q501835
Wikipedia SPARQL Query for Roane (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q501835 wdt:P1082 ?population. }
OPTIONAL { wd:Q501835 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q501835 wdt:P2046 ?area. }
OPTIONAL { wd:Q501835 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q501835 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q501835 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 Roane map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.52183, -81.546631, 38.941645, -81.082635);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Roane)
[out:json];
(
rel["name"="Roane"][type=boundary];
rel["name:en"="Roane"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Roane
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allentown | 38.764810 , -81.512620 |
| Amma | 38.568710 , -81.265670 |
| Antioch | 38.785920 , -81.504850 |
| Billings | 38.857310 , -81.403730 |
| Bowers Hill | 38.792870 , -81.307900 |
| Bright | 38.625930 , -81.234560 |
| Cicerone | 38.619810 , -81.508730 |
| Clio | 38.581210 , -81.301230 |
| Clover | 38.723150 , -81.289560 |
| Cotton | 38.544820 , -81.349840 |
| Countsville | 38.693420 , -81.440680 |
| Depue | 38.838140 , -81.397070 |
| Doddtown | 38.574540 , -81.419840 |
| Dukes | 38.896470 , -81.451790 |
| Elana | 38.618430 , -81.108440 |
| Flatfork | 38.707590 , -81.496510 |
| Flint Town | 38.749260 , -81.497620 |
| Gandeeville | 38.705090 , -81.410400 |
| Geneva | 38.738980 , -81.489290 |
| Grace | 38.885920 , -81.352900 |
| Graux | 38.754810 , -81.287900 |
| Harley | 38.631760 , -81.314010 |
| Harmony | 38.686200 , -81.479010 |
| Lattimer | 38.842030 , -81.514850 |
| Leaning Oak | 38.773700 , -81.379010 |
| Linden | 38.719810 , -81.210950 |
| Millard | 38.878700 , -81.333450 |
| Moore | 38.882580 , -81.407620 |
| Morford | 38.805090 , -81.288730 |
| Morning Star | 38.774810 , -81.455400 |
| Mount Hope | 38.612870 , -81.445400 |
| Mount Olive | 38.821750 , -81.427340 |
| Nancy Run | 38.818140 , -81.351510 |
| Newton | 38.591480 , -81.178730 |
| Oak Drive Subdivision | 38.818420 , -81.363730 |
| Osbornes Mills | 38.544260 , -81.307900 |
| Otto | 38.752310 , -81.220950 |
| Peniel | 38.827310 , -81.467620 |
| Pigeon | 38.536760 , -81.208450 |
| Red Knob | 38.724810 , -81.512900 |
| Reedy | 38.899692 , -81.426347 |
| Reedyville | 38.810360 , -81.440960 |
| Roxalana | 38.693150 , -81.262060 |
| Rushville | 38.700650 , -81.339010 |
| Sandy Summit | 38.899250 , -81.507620 |
| Schilling | 38.765920 , -81.320400 |
| Seaman | 38.903420 , -81.460400 |
| Speed | 38.733700 , -81.377620 |
| Spencer | 38.802509 , -81.353190 |
| Stringtown | 38.668430 , -81.339290 |
| Sunflower | 38.905080 , -81.478180 |
| Triplett | 38.839530 , -81.298170 |
| Tristan | 38.802590 , -81.227060 |
| Uler | 38.617870 , -81.143170 |
| Vandalia | 38.759530 , -81.444290 |
| Vicars | 38.656480 , -81.501510 |
| Walnut Grove | 38.735090 , -81.302620 |
| Walton | 38.638980 , -81.402070 |
| Wellington | 38.833420 , -81.342340 |
| Zona | 38.722030 , -81.455680 |
Notes:
- You can download geometry data for Roane 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.