Download outline map of Newberry (geojson format) :
Newberry.geojson (**)
Download polygon array of Newberry map for "Google Maps" :
Newberry.txt
Bounding Box for Newberry Map : ( 34.070839 , -81.945019 , 34.533652 , -81.316911 )
Wikipedia ID for Newberry : Q515177
Wikipedia SPARQL Query for Newberry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q515177 wdt:P1082 ?population. }
OPTIONAL { wd:Q515177 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q515177 wdt:P2046 ?area. }
OPTIONAL { wd:Q515177 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q515177 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q515177 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 Newberry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.070839, -81.945019, 34.533652, -81.316911);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Newberry)
[out:json];
(
rel["name"="Newberry"][type=boundary];
rel["name:en"="Newberry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Newberry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bachman Chapel | 34.252090 , -81.507600 |
Beth Eden | 34.353190 , -81.622610 |
Boyd | 34.236250 , -81.561490 |
Browns Crossroads | 34.368470 , -81.528440 |
Bush River | 34.321800 , -81.760670 |
Chappells | 34.179850 , -81.866780 |
Cromer Crossroads | 34.422910 , -81.655380 |
Deadfall Crossroads | 34.205970 , -81.702890 |
Devils Cross Roads | 34.307360 , -81.619270 |
Eison Crossroads | 34.468750 , -81.636220 |
Fairview | 34.136810 , -81.468440 |
Gary | 34.352360 , -81.731500 |
Glympville | 34.395420 , -81.421210 |
Helena | 34.282920 , -81.640940 |
Jalapa | 34.344580 , -81.685390 |
Jug Hole | 34.086810 , -81.477880 |
Keitts Crossroads | 34.343750 , -81.510380 |
Kibler | 34.231810 , -81.449270 |
Kinards | 34.380410 , -81.777330 |
Little Mountain | 34.196998 , -81.412683 |
Living Inn | 34.113750 , -81.462320 |
Longshore | 34.274300 , -81.746220 |
Macedonia | 34.105700 , -81.442050 |
Maybinton | 34.452360 , -81.475660 |
Mudlick | 34.269580 , -81.869560 |
Newberry | 34.282191 , -81.601307 |
Peak | 34.236397 , -81.329478 |
Pomaria | 34.268119 , -81.419564 |
Prosperity | 34.211684 , -81.533411 |
Saint Phillips | 34.301530 , -81.510380 |
Silverstreet | 34.217723 , -81.714594 |
Slighs | 34.198480 , -81.450380 |
Smyrna | 34.273470 , -81.707890 |
Southeast Newberry | 34.250700 , -81.572610 |
Stoney Hill | 34.167360 , -81.574830 |
Taylors Crossroads | 34.266250 , -81.497880 |
Trinity | 34.249020 , -81.735670 |
Union | 34.268470 , -81.532050 |
Vaughanville | 34.243460 , -81.912890 |
Wheeland | 34.157090 , -81.438990 |
Whitmire | 34.504046 , -81.614266 |
Notes:
- You can download geometry data for Newberry 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.