Montgomery (Georgia) Map Cropping Samples
Montgomery (Georgia) Map Cropping Samples-1
Montgomery (Georgia) 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 : ( 31.948572 , -82.656244 , 32.353738 , -82.40913 )
Wikipedia ID for Montgomery : Q493125
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:Q493125 wdt:P1082 ?population. }
OPTIONAL { wd:Q493125 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493125 wdt:P2046 ?area. }
OPTIONAL { wd:Q493125 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493125 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493125 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"](31.948572, -82.656244, 32.353738, -82.40913);
);
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) |
Ailey | 32.187823 , -82.569184 |
Alston | 32.080970 , -82.478925 |
Charlotteville | 32.011300 , -82.522350 |
Higgston | 32.216367 , -82.466976 |
Kibbee | 32.287680 , -82.525130 |
Long Pond | 32.081300 , -82.545410 |
Mount Vernon | 32.183608 , -82.595309 |
Oak Grove | 32.129910 , -82.526520 |
Petross | 32.147960 , -82.466800 |
Tarrytown | 32.318716 , -82.559552 |
Uvalda | 32.037088 , -82.508018 |
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.