Montgomery (Kentucky) Map Cropping Samples
Montgomery (Kentucky) Map Cropping Samples-1
Montgomery (Kentucky) Map Cropping Samples-2
Montgomery neighborhoods and villages map with 3D shadow effect
flag map of Montgomery with 3D shadow effect
Montgomery map with 3d shadow effect
Download outline map of Montgomery (geojson format) :
Montgomery.geojson (**)
Download polygon array of Montgomery map for "Google Maps" :
Montgomery.txt
Bounding Box for Montgomery Map : ( 37.900149 , -84.080527 , 38.192118 , -83.755706 )
Wikipedia ID for Montgomery : Q223831
Wikipedia SPARQL Query for Montgomery (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q223831 wdt:P1082 ?population. }
OPTIONAL { wd:Q223831 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q223831 wdt:P2046 ?area. }
OPTIONAL { wd:Q223831 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q223831 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q223831 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 Montgomery map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.900149, -84.080527, 38.192118, -83.755706);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montgomery)
[out:json];
(
rel["name"="Montgomery"][type=boundary];
rel["name:en"="Montgomery"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montgomery
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aarons Run | 38.127930 , -84.001300 |
Antioch Church | 38.022020 , -83.823970 |
Camargo | 37.996960 , -83.892576 |
Ewington | 38.083410 , -83.901310 |
Grassy Lick | 38.081470 , -84.020200 |
Hope | 38.015910 , -83.772970 |
Howards Mill | 38.063970 , -83.847420 |
Jeffersonville | 37.964715 , -83.830872 |
Judy | 38.129800 , -83.958530 |
Klondike | 38.020630 , -83.996870 |
Lower Spencer | 38.028690 , -83.840200 |
Lucky Stop | 37.964800 , -83.814640 |
Mount Sterling | 38.064705 , -83.947334 |
Prewitt | 38.028130 , -83.981030 |
Reid Village | 38.049250 , -83.977420 |
Sideview | 38.113130 , -84.036590 |
Stepstone | 38.087860 , -83.829090 |
Stoops | 38.128130 , -83.914370 |
Upper Spencer | 38.030080 , -83.846860 |
Notes:
- You can download geometry data for Montgomery 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.