Download outline map of Saluda (geojson format) :
Saluda.geojson (**)
Download polygon array of Saluda map for "Google Maps" :
Saluda.txt
Bounding Box for Saluda Map : ( 33.81451 , -82.010272 , 34.187645 , -81.471972 )
Wikipedia ID for Saluda : Q513775
Wikipedia SPARQL Query for Saluda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q513775 wdt:P1082 ?population. }
OPTIONAL { wd:Q513775 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q513775 wdt:P2046 ?area. }
OPTIONAL { wd:Q513775 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q513775 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q513775 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 Saluda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.81451, -82.010272, 34.187645, -81.471972);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Saluda)
[out:json];
(
rel["name"="Saluda"][type=boundary];
rel["name:en"="Saluda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Saluda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bigcreek | 34.065970 , -81.848450 |
Blacks | 33.916530 , -81.676770 |
Bleases Crossroads | 34.058740 , -81.812890 |
Chapmans Crossroads | 34.119580 , -81.798720 |
Colemans Crossroads | 34.105410 , -81.774280 |
Delmar | 34.020140 , -81.522330 |
Emory | 33.987360 , -81.703440 |
Eulala | 34.030690 , -81.919280 |
Higgins | 34.127360 , -81.747890 |
Holston Crossroads | 33.926250 , -81.588720 |
Jones Crossroads | 33.968190 , -81.653440 |
Lake Murray Shores | 34.074860 , -81.484270 |
Limp | 33.988190 , -81.852330 |
Mobleys Crossroads | 33.913750 , -81.744000 |
Monetta | 33.849723 , -81.609636 |
Owdoms | 33.984580 , -81.879560 |
Richland | 33.952910 , -81.693720 |
Ridge Spring | 33.845272 , -81.661696 |
Saluda | 34.000873 , -81.771246 |
Speigner | 33.904300 , -81.732330 |
Ward | 33.857297 , -81.731334 |
Wyses Ferry | 34.114030 , -81.595380 |
Notes:
- You can download geometry data for Saluda 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.