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 : ( 34.339527 , -93.935378 , 34.746463 , -93.393889 )
Wikipedia ID for Montgomery : Q61521
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:Q61521 wdt:P1082 ?population. }
OPTIONAL { wd:Q61521 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61521 wdt:P2046 ?area. }
OPTIONAL { wd:Q61521 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61521 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61521 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"](34.339527, -93.935378, 34.746463, -93.393889);
);
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) |
| Alamo | 34.473980 , -93.468800 |
| Albert | 34.371220 , -93.874640 |
| Alf | 34.489830 , -93.870470 |
| Black Springs | 34.460449 , -93.711065 |
| Buddys Landing | 34.624260 , -93.543250 |
| Caddo Gap | 34.400100 , -93.619360 |
| Chasewood Landing | 34.633430 , -93.673810 |
| Cox Spring | 34.455940 , -93.845470 |
| Fannie | 34.699540 , -93.449630 |
| Gaston | 34.546770 , -93.759080 |
| Gibbs | 34.659260 , -93.618810 |
| Hickory Station | 34.415370 , -93.492130 |
| Hog Jaw | 34.599270 , -93.756860 |
| Hopper | 34.358710 , -93.688800 |
| Huddleston | 34.586210 , -93.845480 |
| Hurricane Grove | 34.535650 , -93.577690 |
| Joplin | 34.542310 , -93.452690 |
| Liberty | 34.680090 , -93.445750 |
| Little Fir Landing | 34.630650 , -93.474360 |
| Manfred | 34.407880 , -93.648520 |
| Mauldin | 34.593990 , -93.666030 |
| Mazarn | 34.430930 , -93.433800 |
| Mimosa | 34.503990 , -93.743530 |
| Mount Ida | 34.550921 , -93.630911 |
| Norman | 34.458544 , -93.679204 |
| Oden | 34.621055 , -93.785840 |
| Ophir | 34.440380 , -93.611300 |
| Owley | 34.514260 , -93.662140 |
| Pencil Bluff | 34.629820 , -93.734360 |
| Pine Ridge | 34.585940 , -93.910200 |
| Plata | 34.452600 , -93.546860 |
| Rubie | 34.598710 , -93.524640 |
| Ruble | 34.600090 , -93.520750 |
| Segur | 34.356210 , -93.503800 |
| Silver | 34.534820 , -93.510190 |
| Sims | 34.659260 , -93.691030 |
| Story | 34.693150 , -93.517690 |
| Sulphur Springs | 34.495940 , -93.883530 |
| Sweethome | 34.576480 , -93.579640 |
| Washita | 34.652870 , -93.533520 |
| Welsh | 34.356210 , -93.473800 |
| Whitetown | 34.629820 , -93.745200 |
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.