Carlisle (Kentucky) Map Cropping Samples
Carlisle (Kentucky) Map Cropping Samples-1
Carlisle (Kentucky) Map Cropping Samples-2
Carlisle neighborhoods and villages map with 3D shadow effect
flag map of Carlisle with 3D shadow effect
Carlisle map with 3d shadow effect
Download outline map of Carlisle (geojson format) :
Carlisle.geojson (**)
Download polygon array of Carlisle map for "Google Maps" :
Carlisle.txt
Bounding Box for Carlisle Map : ( 36.771562 , -89.179651 , 36.954876 , -88.812801 )
Wikipedia ID for Carlisle : Q491837
Wikipedia SPARQL Query for Carlisle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491837 wdt:P1082 ?population. }
OPTIONAL { wd:Q491837 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491837 wdt:P2046 ?area. }
OPTIONAL { wd:Q491837 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491837 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491837 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 Carlisle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.771562, -89.179651, 36.954876, -88.812801);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carlisle)
[out:json];
(
rel["name"="Carlisle"][type=boundary];
rel["name:en"="Carlisle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carlisle
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arlington | 36.790391 , -89.013180 |
Bardwell | 36.874021 , -89.009107 |
Berkley | 36.803670 , -89.082290 |
California Hills | 36.937480 , -88.853430 |
Cunningham | 36.907560 , -88.889780 |
Geveden | 36.825020 , -89.040460 |
Kirbyton | 36.840610 , -88.863950 |
Laketon | 36.863390 , -89.101730 |
Magee Springs | 36.922560 , -88.937560 |
Milburn | 36.798670 , -88.899780 |
Scotts Corner | 36.930270 , -88.838150 |
West Hopewell | 36.793410 , -88.982390 |
Wilson | 36.921250 , -88.871630 |
Winford | 36.927000 , -89.060070 |
Yellow Dog Road | 36.941280 , -88.851070 |
Notes:
- You can download geometry data for Carlisle 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.