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 : ( 35.137098 , -80.182682 , 35.511457 , -79.614306 )
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"](35.137098, -80.182682, 35.511457, -79.614306);
);
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) |
Abner | 35.498190 , -79.907820 |
Allreds | 35.453190 , -79.805590 |
Asbury | 35.493750 , -79.773920 |
Biscoe | 35.359369 , -79.782474 |
Black Ankle | 35.502080 , -79.807260 |
Blaine | 35.491250 , -80.059220 |
Candor | 35.294635 , -79.737346 |
Capelsie | 35.319310 , -79.870880 |
Carolina Forest | 35.361810 , -80.051720 |
Chip | 35.259870 , -79.893380 |
Coggins Mine | 35.486810 , -80.020330 |
Eldorado | 35.467080 , -80.029220 |
Emerald Shores | 35.250420 , -80.080610 |
Emery | 35.247370 , -79.722540 |
Ether | 35.439860 , -79.783930 |
Flint Hill | 35.478190 , -79.914770 |
Harrisville | 35.209030 , -79.822550 |
Holiday Shores | 35.342090 , -80.060890 |
Immer | 35.482360 , -79.929210 |
Lake in the Pine | 35.362920 , -80.036160 |
Liberty Hill | 35.336530 , -79.995890 |
Littles Mill | 35.183422 , -79.930257 |
Lovejoy | 35.422640 , -79.919490 |
Mount Gilead | 35.216362 , -80.005007 |
Okeewemee | 35.407640 , -79.853930 |
Onvil | 35.280700 , -79.866990 |
Ophir | 35.477920 , -79.978940 |
Pee Dee | 35.267640 , -80.043110 |
Pekin | 35.206810 , -79.870600 |
Pine Haven | 35.497360 , -80.104770 |
Refuge Mission | 35.385140 , -79.956440 |
Roberdo | 35.313480 , -79.949770 |
Rubyatt | 35.215420 , -79.730870 |
Star | 35.399067 , -79.783310 |
Steeds | 35.470970 , -79.777540 |
Sugarloaf Shores | 35.355980 , -80.063110 |
Troy | 35.365062 , -79.891592 |
Uwharie | 35.415140 , -80.003660 |
Wadeville | 35.282640 , -79.969770 |
Woodrun | 35.325140 , -80.071170 |
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.