Download outline map of Anson (geojson format) :
Anson.geojson (**)
Download polygon array of Anson map for "Google Maps" :
Anson.txt
Bounding Box for Anson Map : ( 34.806555 , -80.32041 , 35.211275 , -79.848545 )
Wikipedia ID for Anson : Q497830
Wikipedia SPARQL Query for Anson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497830 wdt:P1082 ?population. }
OPTIONAL { wd:Q497830 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497830 wdt:P2046 ?area. }
OPTIONAL { wd:Q497830 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497830 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497830 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 Anson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.806555, -80.32041, 35.211275, -79.848545);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Anson)
[out:json];
(
rel["name"="Anson"][type=boundary];
rel["name:en"="Anson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Anson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ansonville | 35.104182 , -80.109692 |
Cairo | 34.884600 , -79.932840 |
Cason Old Field | 34.838490 , -80.093950 |
Cedar Hill | 35.142930 , -80.118110 |
Deep Creek | 34.852930 , -80.158670 |
Fountain Hill | 35.077650 , -80.288400 |
Gravelton | 34.939880 , -79.927840 |
Griffins Crossroads | 35.017100 , -80.219780 |
Ingram | 35.100430 , -79.937830 |
Kikers | 35.075710 , -80.211170 |
Lilesville | 34.967495 , -79.984534 |
Littles Quarters | 34.822660 , -80.199230 |
Lowrys | 34.868770 , -80.178120 |
McFarlan | 34.814816 , -79.976626 |
Mineral Springs | 34.944040 , -80.241170 |
Morven | 34.864311 , -80.000013 |
Peachland | 34.993122 , -80.265965 |
Pee Dee | 34.935150 , -79.889500 |
Pinkston | 35.016260 , -80.078390 |
Polkton | 35.003871 , -80.196264 |
Russellville | 34.983490 , -80.138390 |
Shoates | 34.865430 , -80.140620 |
South Wadesboro | 34.956270 , -80.077280 |
Sugar Town | 35.055710 , -80.182280 |
Travis | 34.910990 , -80.135340 |
Wade Mills | 34.965710 , -80.047000 |
Wadesboro | 34.964604 , -80.074662 |
Notes:
- You can download geometry data for Anson 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.