Created
March 14, 2018 16:34
-
-
Save ustroetz/15315fa325e50c30de7e0afb77e31a06 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": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#ff9300", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.405187129974365, | |
52.50513340745842 | |
], | |
[ | |
13.407998085021973, | |
52.504401981012364 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#ff5555", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.401603698730469, | |
52.506178281269115 | |
], | |
[ | |
13.404457569122314, | |
52.507902268755515 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#5555ff", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.405187129974365, | |
52.50513340745842 | |
], | |
[ | |
13.40608835220337, | |
52.50564278654393 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#942192", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.401603698730469, | |
52.506178281269115 | |
], | |
[ | |
13.405187129974365, | |
52.50513340745842 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#00f900", | |
"stroke-width": 2, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.398256301879883, | |
52.50709252547882 | |
], | |
[ | |
13.401603698730469, | |
52.506178281269115 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment