Last active
May 5, 2018 12:37
-
-
Save ustroetz/df0f59e4f491e29ad4c8287a951915f9 to your computer and use it in GitHub Desktop.
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": [ | |
{ | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
11.560814380645752, | |
48.14018543729512 | |
], | |
[ | |
11.52089639884399, | |
48.177392922661 | |
] | |
] | |
}, | |
"properties": { | |
"stroke-width": 2, | |
"stroke-opacity": 0.5}, | |
"type": "Feature" | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#315c94", | |
"stroke-width": 3, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
11.560937, | |
48.140177 | |
], | |
[ | |
11.560742, | |
48.139398 | |
], | |
[ | |
11.550223, | |
48.138988 | |
], | |
[ | |
11.534721, | |
48.140116 | |
], | |
[ | |
11.535074, | |
48.144868 | |
], | |
[ | |
11.536723, | |
48.14776 | |
], | |
[ | |
11.538115, | |
48.165869 | |
], | |
[ | |
11.535826, | |
48.168046 | |
], | |
[ | |
11.530469, | |
48.171412 | |
], | |
[ | |
11.520445, | |
48.176652 | |
], | |
[ | |
11.52094, | |
48.177381 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment