Skip to content

Instantly share code, notes, and snippets.

@ThakurPriyanka
Created June 20, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThakurPriyanka/1d58d00a759705b34e95b6831a756b6f to your computer and use it in GitHub Desktop.
Save ThakurPriyanka/1d58d00a759705b34e95b6831a756b6f to your computer and use it in GitHub Desktop.
{
"voyageLines": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-80,
26
],
[
-79.92855,
26.018784
],
[
-79.917786,
26.022337
],
[
-79.86665,
26.044184
]
]
},
"properties": {
"day": 1,
"origin": "FLL",
"destination": "NAS"
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-77.32126,
25.076666
],
[
-77.299965,
25.172934
],
[
-77.232956,
25.246206
],
[
-77.1556,
25.303133
],
[
-77.104965,
25.35405
],
[
-77.07732,
25.425344
],
[
-77.03235,
25.47659
],
[
-77.01565,
25.508957
],
[
-76.98085,
25.550606
],
[
-76.90999,
25.634804
],
[
-76.866264,
25.66809
],
[
-76.83067,
25.681879
],
[
-76.75557,
25.66795
],
[
-76.721504,
25.682318
],
[
-76.64687,
25.661182
],
[
-76.56683,
25.6465
],
[
-76.527336,
25.630167
],
[
-76.4815,
25.595167
],
[
-76.38545,
25.543058
],
[
-76.32501,
25.55082
],
[
-76.06123,
25.434546
],
[
-75.97797,
25.3909
],
[
-75.733284,
25.247757
],
[
-75.48918,
25.10421
],
[
-75.24565,
24.960266
],
[
-75.04549,
24.85862
],
[
-74.75379,
24.690565
],
[
-74.74815,
24.713888
],
[
-74.479,
24.572268
],
[
-74.16575,
24.3998
],
[
-74.00032,
24.308594
],
[
-73.70224,
24.144018
],
[
-73.67883,
24.126972
],
[
-73.05548,
23.796692
],
[
-72.78289,
23.679264
],
[
-72.10801,
23.231462
],
[
-71.43766,
22.780798
],
[
-70.771736,
22.327353
],
[
-70.11014,
21.871206
],
[
-69.452774,
21.412434
],
[
-68.79953,
20.951115
],
[
-68.150314,
20.487324
],
[
-67.50503,
20.021137
]
]
},
"properties": {
"day": 2,
"origin": "NAS",
"destination": "STT"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment