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 : ( 36.312442 , -87.641157 , 36.642371 , -87.113244 )
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"](36.312442, -87.641157, 36.642371, -87.113244);
);
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) |
| Antioch | 36.444500 , -87.401950 |
| Bel-Air Estates | 36.569490 , -87.400010 |
| Bethel | 36.629490 , -87.433900 |
| Briarwood | 36.515600 , -87.384450 |
| Canaan | 36.404220 , -87.491120 |
| Cave Spring | 36.486160 , -87.599460 |
| Clarksville | 36.569701 , -87.342767 |
| Corbandale | 36.448660 , -87.513070 |
| Countryside Estates | 36.517550 , -87.225010 |
| Cumberland View | 36.476440 , -87.383340 |
| Cunningham | 36.393390 , -87.387230 |
| Dotsonville | 36.482550 , -87.486400 |
| Dunbar Cave | 36.547550 , -87.291120 |
| Excell | 36.486160 , -87.260010 |
| Fredonia | 36.439770 , -87.218620 |
| Georgetown | 36.526990 , -87.295840 |
| Green Acres | 36.636710 , -87.427230 |
| Hackberry | 36.434770 , -87.434450 |
| Hampton Station | 36.613660 , -87.225560 |
| Hematite | 36.456160 , -87.448620 |
| Hickory Point | 36.433940 , -87.248060 |
| Hilltop | 36.468660 , -87.390560 |
| Kirkwood | 36.593380 , -87.215280 |
| Liners | 36.382280 , -87.571130 |
| Louise | 36.370890 , -87.399180 |
| Marion | 36.328660 , -87.433900 |
| McAllisters Crossroads | 36.352550 , -87.350010 |
| Mount Zion | 36.329500 , -87.374730 |
| Needmore | 36.466160 , -87.578630 |
| Oak Plains | 36.429220 , -87.169170 |
| Oakridge | 36.394220 , -87.458340 |
| Oakwood | 36.535880 , -87.579460 |
| Orgains Crossroads | 36.438940 , -87.369180 |
| Palmyra | 36.437550 , -87.485570 |
| Paula Heights | 36.530330 , -87.237510 |
| Pembrook Place | 36.636160 , -87.412510 |
| Port Royal | 36.553660 , -87.141950 |
| Red River Estates | 36.524490 , -87.237510 |
| Rossview | 36.560600 , -87.235010 |
| Round Pond | 36.456720 , -87.377790 |
| Royalty Acres | 36.506990 , -87.247230 |
| Rudolphtown | 36.527830 , -87.275560 |
| Salem | 36.459770 , -87.330290 |
| Sango | 36.506440 , -87.220840 |
| Seventy-Six Estates | 36.518100 , -87.257780 |
| Shady Grove | 36.463940 , -87.184730 |
| Shiloh | 36.364780 , -87.501400 |
| Southside | 36.371440 , -87.295560 |
| Stringtown | 36.477830 , -87.559180 |
| Stryker Village | 36.638380 , -87.440290 |
| Tarsus | 36.423660 , -87.539180 |
| Windermere | 36.535050 , -87.228890 |
| Woodlawn | 36.544220 , -87.510570 |
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.