Montgomery (Mississippi) Map Cropping Samples
Montgomery (Mississippi) Map Cropping Samples-1
Montgomery (Mississippi) 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 : ( 33.285505 , -89.78689 , 33.677951 , -89.380664 )
Wikipedia ID for Montgomery : Q490859
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:Q490859 wdt:P1082 ?population. }
OPTIONAL { wd:Q490859 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490859 wdt:P2046 ?area. }
OPTIONAL { wd:Q490859 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490859 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490859 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"](33.285505, -89.78689, 33.677951, -89.380664);
);
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) |
Alva | 33.637900 , -89.507300 |
Cedar Hill | 33.565120 , -89.586740 |
Duck Hill | 33.631649 , -89.715396 |
Eskridge | 33.575400 , -89.700910 |
Foltz | 33.434290 , -89.744250 |
Fox | 33.517070 , -89.665080 |
Hendrix | 33.466510 , -89.628130 |
Huntsville | 33.348180 , -89.461180 |
Kilmichael | 33.440376 , -89.567388 |
Lilac | 33.669560 , -89.588410 |
Lodi | 33.550400 , -89.520910 |
Minerva | 33.528460 , -89.579240 |
Poplar Creek | 33.352070 , -89.555630 |
Poplar Springs | 33.379850 , -89.566470 |
Sibleyton | 33.438180 , -89.525070 |
Stewart | 33.450680 , -89.436180 |
Sugar Hill | 33.549290 , -89.586740 |
Sweatman | 33.634290 , -89.579800 |
Winona | 33.489764 , -89.727902 |
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.