Download outline map of Moore (geojson format) :
Moore.geojson (**)
Download polygon array of Moore map for "Google Maps" :
Moore.txt
Bounding Box for Moore Map : ( 35.042737 , -79.769285 , 35.517991 , -79.09613 )
Wikipedia ID for Moore : Q507782
Wikipedia SPARQL Query for Moore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507782 wdt:P1082 ?population. }
OPTIONAL { wd:Q507782 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507782 wdt:P2046 ?area. }
OPTIONAL { wd:Q507782 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507782 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507782 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 Moore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.042737, -79.769285, 35.517991, -79.09613);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Moore)
[out:json];
(
rel["name"="Moore"][type=boundary];
rel["name:en"="Moore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Moore
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aberdeen | 35.135015 , -79.431548 |
| Addor | 35.077940 , -79.461980 |
| Cameron | 35.325900 , -79.254169 |
| Carthage | 35.322314 , -79.411633 |
| Eagle Springs | 35.291540 , -79.652810 |
| Eastwood | 35.224122 , -79.434667 |
| Edgewood Terrace | 35.231820 , -79.569480 |
| Elberta | 35.284870 , -79.632530 |
| Foxfire | 35.180416 , -79.563156 |
| Garren Hill | 35.187380 , -79.501980 |
| Harris | 35.303760 , -79.535310 |
| Haw Branch | 35.497370 , -79.370860 |
| High Falls | 35.483760 , -79.521690 |
| Hill Crest | 35.313490 , -79.416420 |
| Hog Island | 35.193490 , -79.296420 |
| Jackson Hamlet | 35.166820 , -79.471700 |
| Jackson Springs | 35.209590 , -79.625870 |
| Jugtown | 35.508200 , -79.650030 |
| Knollwood | 35.200990 , -79.399200 |
| Lakeview | 35.243770 , -79.308640 |
| Lincoln Park | 35.086550 , -79.471980 |
| Manly | 35.185710 , -79.371700 |
| McConnell | 35.464310 , -79.509190 |
| Monroetown | 35.218770 , -79.445030 |
| Mount Pleasant | 35.205440 , -79.170860 |
| Narrow Ridge | 35.120430 , -79.558090 |
| Niagara | 35.207380 , -79.355590 |
| Pinebluff | 35.108739 , -79.471252 |
| Pinehurst | 35.192419 , -79.467966 |
| Pleasantville | 35.319600 , -79.466140 |
| Putnam | 35.444590 , -79.470030 |
| Robbins | 35.430332 , -79.583559 |
| Roseland | 35.135160 , -79.509200 |
| Samarcand | 35.299590 , -79.684480 |
| Seven Lakes | 35.264715 , -79.586478 |
| Sherwood Park | 35.138210 , -79.468920 |
| Silver Springs | 35.096270 , -79.471150 |
| Southern Pines | 35.191906 , -79.404222 |
| Spies | 35.421810 , -79.668640 |
| Taylortown | 35.214694 , -79.491574 |
| Thomas Crossroads | 35.283210 , -79.512250 |
| Vass | 35.253306 , -79.284574 |
| West End | 35.239870 , -79.567530 |
| West Philadelphia | 35.382370 , -79.658370 |
| Westmore | 35.502080 , -79.714750 |
| Whispering Pines | 35.253781 , -79.375374 |
| Zion Grove | 35.336540 , -79.602250 |
Notes:
- You can download geometry data for Moore 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.