-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6_Natural_Bridge_route.js
8 lines (7 loc) · 2.25 KB
/
6_Natural_Bridge_route.js
1
2
3
4
5
6
7
8
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Color": "rgba(113, 34, 11, 0.7)", "arrow": "http://geo.nls.uk/maps/dev/liston/img/red-arrow.png", "NO": 250, "TOUR_NO": 6, "TOUR_ORDER": 40, "": "Philadelphia, Arch Street", "OTHER_NAME": "Home", "LINK": "http:\/\/geo.nls.uk\/maps\/dev\/liston\/#zoom=10&lat=39.95246154&lon=-75.16617951&point=39.95246154,-75.16617951", "STATE": "PA", "COUNTRY": "United States of America", "field_9": "http:\/\/geo.nls.uk\/maps\/dev\/liston\/#zoom=10&lat=39.95246154&lon=-75.16617951&point=39.95246154,-75.16617951", "LON": -75.151650, "LAT": 39.952461, "DATE": "August 1800", "TOUR_NAME": "Journey to the Natural Bridge in Virginia, 1800", "DOD_ID1": 124238942, "PAGE1": "20", "DOD_ID2": null, "PAGE2": null, "DOD_ID3": null, "PAGE3": null, "DOD ID 4": null, "PAGE4": null, "Notes": "Changed name and coordinates to make it more accurate" }, "geometry": { "type": "LineString", "coordinates": [ [ -75.1516497, 39.9524615 ], [ -76.2135331, 40.0481578], [ -76.30467361, 40.05350995 ], [ -76.53017507, 40.02534263 ], [ -76.727745, 39.9625984 ], [ -76.98323829, 39.80051131 ], [ -77.18657447, 39.71302462 ], [ -77.268749, 39.5987974 ], [ -77.4105409, 39.4142688 ], [ -77.7388818, 39.3253786 ], [ -77.8597175, 39.2889903 ], [ -78.1633341, 39.1856597 ], [ -78.1036099, 39.0570514 ], [ -78.2100156, 39.0907086 ], [ -78.2805654, 39.030379 ], [ -78.358616, 38.9887199 ], [ -78.5295331, 38.8741645 ], [ -78.67211718, 38.64719716 ], [ -78.86867885, 38.45145186 ], [ -79.0716958, 38.149576 ], [ -79.15684862, 38.0039921 ], [ -79.4541382, 37.7666862 ], [ -79.47305458, 37.70801585 ], [ -79.5430938, 37.630134 ], [ -79.4541382, 37.7666862 ], [ -79.15684862, 38.00408003 ], [ -78.85896438, 38.03281228 ], [ -78.4766781, 38.0293059 ], [ -78.45322, 38.00858959 ], [ -78.18987698, 38.14245437 ], [ -78.16818079, 38.2189703 ], [ -78.1108342, 38.2454106 ], [ -77.9962512, 38.4729632 ], [ -77.6500073, 38.50407988 ], [ -77.3280382, 38.5676202 ], [ -77.233063, 38.6700329 ], [ -77.088364, 38.7079862 ], [ -77.0584188, 38.8185556 ], [ -77.0164, 38.8898 ], [ -75.1516497, 39.9524615 ] ] } }
]
}