Download outline map of Warren (geojson format) :
Warren.geojson (**)
Download polygon array of Warren map for "Google Maps" :
Warren.txt
Bounding Box for Warren Map : ( 35.504573 , -85.997732 , 35.852162 , -85.557535 )
Wikipedia ID for Warren : Q494774
Wikipedia SPARQL Query for Warren (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494774 wdt:P1082 ?population. }
OPTIONAL { wd:Q494774 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494774 wdt:P2046 ?area. }
OPTIONAL { wd:Q494774 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494774 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494774 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 Warren map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.504573, -85.997732, 35.852162, -85.557535);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Warren)
[out:json];
(
rel["name"="Warren"][type=boundary];
rel["name:en"="Warren"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Warren
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bates Hill | 35.730630 , -85.931380 |
| Berea | 35.808960 , -85.704430 |
| Bethany | 35.706460 , -85.854150 |
| Blue Hill | 35.810350 , -85.913040 |
| Bluff Springs | 35.818680 , -85.761930 |
| Bratchers Crossroads | 35.769510 , -85.911650 |
| Cambridge | 35.793120 , -85.695810 |
| Campaign | 35.770900 , -85.628590 |
| Centertown | 35.725334 , -85.919940 |
| Chestnut Grove | 35.511180 , -85.817200 |
| Clearmont | 35.725350 , -85.982770 |
| Curtistown | 35.573400 , -85.583310 |
| Daylight | 35.745900 , -85.857480 |
| Devenport | 35.751740 , -85.962490 |
| Devenport (historical) | 35.751740 , -85.963040 |
| Dibrell | 35.812010 , -85.791930 |
| Earleyville | 35.757570 , -85.857760 |
| Fairview | 35.640630 , -85.718870 |
| Fall City | 35.805620 , -85.648310 |
| Flatwood | 35.783960 , -85.896930 |
| Gath | 35.780070 , -85.790820 |
| Goodbars | 35.740900 , -85.601370 |
| Green Hill | 35.831730 , -85.795540 |
| Greens Crossroad | 35.788960 , -85.715540 |
| Irving College | 35.583960 , -85.713310 |
| Isleford | 35.620900 , -85.679150 |
| Jessie | 35.753680 , -85.742200 |
| Lawson Mill | 35.628410 , -85.820820 |
| Lucky | 35.797570 , -85.842760 |
| McMinnville | 35.685899 , -85.781676 |
| Midway | 35.801460 , -85.703040 |
| Morrison | 35.604719 , -85.912055 |
| Mount Zion | 35.571180 , -85.820540 |
| Oak Grove | 35.699790 , -85.962490 |
| Oakland | 35.684240 , -85.819430 |
| Old Well Crossing | 35.622570 , -85.884430 |
| Rock Island | 35.792290 , -85.613310 |
| Safley | 35.615900 , -85.708870 |
| Shady Rest | 35.716460 , -85.724700 |
| Shellsford | 35.672850 , -85.711650 |
| Smartt | 35.640350 , -85.836650 |
| Smyrna | 35.632850 , -85.713870 |
| Spring Creek | 35.564240 , -85.619140 |
| Steppsville | 35.547850 , -85.698310 |
| Stewart Chapel | 35.804230 , -85.883870 |
| Trousdale | 35.669520 , -85.938880 |
| Union | 35.712850 , -85.701090 |
| Vervilla | 35.595630 , -85.871370 |
| Viola | 35.538708 , -85.860575 |
| Womack | 35.751740 , -85.824710 |
| Yager | 35.731460 , -85.814430 |
Notes:
- You can download geometry data for Warren 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.