Download outline map of Stanly (geojson format) :
Stanly.geojson (**)
Download polygon array of Stanly map for "Google Maps" :
Stanly.txt
Bounding Box for Stanly Map : ( 35.143081 , -80.506297 , 35.504335 , -80.051225 )
Wikipedia ID for Stanly : Q507798
Wikipedia SPARQL Query for Stanly (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507798 wdt:P1082 ?population. }
OPTIONAL { wd:Q507798 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507798 wdt:P2046 ?area. }
OPTIONAL { wd:Q507798 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507798 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507798 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 Stanly map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.143081, -80.506297, 35.504335, -80.051225);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stanly)
[out:json];
(
rel["name"="Stanly"][type=boundary];
rel["name:en"="Stanly"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stanly
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Albemarle | 35.360012 , -80.192072 |
| Anderson Heights | 35.342640 , -80.152280 |
| Aquadale | 35.224394 , -80.223507 |
| Ashley Heights | 35.385980 , -80.206450 |
| Badin | 35.407153 , -80.118341 |
| Bethney Heights | 35.399590 , -80.209780 |
| Big Lick | 35.241530 , -80.343950 |
| Bloomington | 35.332640 , -80.305340 |
| Cedar Village | 35.327090 , -80.228670 |
| Centurion Park | 35.383750 , -80.185890 |
| Clover Fork Acres | 35.407360 , -80.195610 |
| Cottonville | 35.198480 , -80.189780 |
| Eastwood Park | 35.364310 , -80.166450 |
| Endy | 35.304870 , -80.275620 |
| Finger | 35.384860 , -80.357840 |
| Frog Pond | 35.273480 , -80.316450 |
| Greenwood Park | 35.406250 , -80.190890 |
| Hills | 35.313200 , -80.260890 |
| Holbrook | 35.377920 , -80.173950 |
| Isenhour | 35.449860 , -80.156440 |
| Lakeside | 35.361250 , -80.257840 |
| Lambert | 35.313480 , -80.359510 |
| Locust | 35.268766 , -80.436781 |
| Meadowbrook Estates | 35.379310 , -80.171450 |
| Millingport | 35.376355 , -80.311341 |
| Misenheimer | 35.481923 , -80.286956 |
| New London | 35.434797 , -80.219844 |
| North Albemarle | 35.371530 , -80.182280 |
| Norwood | 35.234290 , -80.114092 |
| Oakboro | 35.228328 , -80.334058 |
| Palestine | 35.404310 , -80.164220 |
| Palmerville | 35.427360 , -80.117550 |
| Pauls Crossing | 35.440017 , -80.292806 |
| Plyer | 35.371250 , -80.282280 |
| Porter | 35.269310 , -80.168950 |
| Red Cross | 35.265955 , -80.362185 |
| Richfield | 35.470332 , -80.257423 |
| River Haven | 35.315420 , -80.085610 |
| Saint Martin | 35.263760 , -80.272840 |
| Stanfield | 35.233649 , -80.430325 |
| Whitney | 35.472360 , -80.144500 |
| Woodcrest | 35.390140 , -80.208950 |
Notes:
- You can download geometry data for Stanly 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.