Created
July 12, 2017 14:13
-
-
Save lukas-h/0215c1f0e3d0e98029593b867dff5e75 to your computer and use it in GitHub Desktop.
jogging route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
10.261563062667847, | |
49.707733268362105 | |
], | |
[ | |
10.260854959487915, | |
49.708260568475225 | |
], | |
[ | |
10.263934135437012, | |
49.71017545232772 | |
], | |
[ | |
10.265607833862305, | |
49.711451999625254 | |
], | |
[ | |
10.266766548156738, | |
49.71289501269294 | |
], | |
[ | |
10.269384384155273, | |
49.713658127272105 | |
], | |
[ | |
10.273933410644531, | |
49.71451835114841 | |
], | |
[ | |
10.275821685791016, | |
49.71346388106229 | |
], | |
[ | |
10.28142213821411, | |
49.7138107487491 | |
], | |
[ | |
10.285069942474365, | |
49.71442122986089 | |
], | |
[ | |
10.286850929260254, | |
49.714795839471165 | |
], | |
[ | |
10.287473201751709, | |
49.715059451909205 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment