Download outline map of Rockcastle (geojson format) :
Rockcastle.geojson (**)
Download polygon array of Rockcastle map for "Google Maps" :
Rockcastle.txt
Bounding Box for Rockcastle Map : ( 37.15174 , -84.502932 , 37.539876 , -84.129105 )
Wikipedia ID for Rockcastle : Q506385
Wikipedia SPARQL Query for Rockcastle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506385 wdt:P1082 ?population. }
OPTIONAL { wd:Q506385 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506385 wdt:P2046 ?area. }
OPTIONAL { wd:Q506385 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506385 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506385 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 Rockcastle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.15174, -84.502932, 37.539876, -84.129105);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rockcastle)
[out:json];
(
rel["name"="Rockcastle"][type=boundary];
rel["name:en"="Rockcastle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rockcastle
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bee Lick | 37.328690 , -84.502720 |
Bloss | 37.216470 , -84.359940 |
Boone | 37.517580 , -84.316600 |
Brodhead | 37.402726 , -84.414416 |
Burr | 37.342030 , -84.304940 |
Climax | 37.469810 , -84.224930 |
Conway | 37.477860 , -84.334380 |
Cooksburg | 37.388970 , -84.185210 |
Disputanta | 37.488420 , -84.257430 |
Flat Rock | 37.360920 , -84.271050 |
Goochland | 37.435920 , -84.186880 |
Gum Sulphur | 37.427030 , -84.459380 |
Hansford | 37.269810 , -84.369940 |
Hummel | 37.396470 , -84.285490 |
Johnetta | 37.415640 , -84.191880 |
Lamero | 37.300920 , -84.160490 |
Level Green | 37.281190 , -84.426050 |
Livingston | 37.297956 , -84.215662 |
Maretburg | 37.355360 , -84.387160 |
Mount Vernon | 37.355272 , -84.343478 |
Mullins | 37.345090 , -84.227160 |
Orlando | 37.372860 , -84.267990 |
Ottawa | 37.361750 , -84.456050 |
Pine Hill | 37.329530 , -84.263270 |
Pongo | 37.222580 , -84.322990 |
Renfro Valley | 37.387860 , -84.331600 |
Roundstone | 37.438420 , -84.314660 |
Sand Springs | 37.297030 , -84.359100 |
Sinks | 37.334530 , -84.233550 |
Spiro | 37.342580 , -84.399660 |
Wabd | 37.313420 , -84.389660 |
Wellhope | 37.316200 , -84.318270 |
Wildie | 37.423420 , -84.302160 |
Willailla | 37.304530 , -84.463000 |
Notes:
- You can download geometry data for Rockcastle 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.