Created
October 19, 2018 00:42
-
-
Save JeroenDeDauw/bf1dff8163fd57aaef804c8b691e4b51 to your computer and use it in GitHub Desktop.
This file contains 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": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
12.80984619140625, | |
52.38565847278254 | |
], | |
[ | |
12.932281494140625, | |
52.63639665997182 | |
], | |
[ | |
12.979853515625, | |
52.50562312717899 | |
], | |
[ | |
13.061370849609375, | |
52.63639665997182 | |
], | |
[ | |
13.101196289062498, | |
52.38565847278254 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.18084716796875, | |
52.38817293874201 | |
], | |
[ | |
13.305816650390623, | |
52.625560980673335 | |
], | |
[ | |
13.373107910156248, | |
52.387334799335875 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.24676513671875, | |
52.50562312717899 | |
], | |
[ | |
13.338775634765625, | |
52.50562312717899 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.489837646484375, | |
52.38901106223458 | |
], | |
[ | |
13.502197265625, | |
52.62222638565796 | |
], | |
[ | |
13.645019531249998, | |
52.620558992878436 | |
], | |
[ | |
13.64227294921875, | |
52.50562312717899 | |
], | |
[ | |
13.498077392578125, | |
52.50562312717899 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 5, | |
"stroke-opacity": 1 | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
13.879852294921873, | |
52.620558992878436 | |
], | |
[ | |
13.74114990234375, | |
52.620558992878436 | |
], | |
[ | |
13.73291015625, | |
52.50562312717899 | |
], | |
[ | |
13.857879638671875, | |
52.50562312717899 | |
], | |
[ | |
13.857879638671875, | |
52.39068726147955 | |
], | |
[ | |
13.72609375, | |
52.39068726147955 | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
12.64251708984375, | |
52.328625488430184 | |
], | |
[ | |
14.014434814453123, | |
52.328625488430184 | |
], | |
[ | |
14.014434814453123, | |
52.69386420345641 | |
], | |
[ | |
12.64251708984375, | |
52.69386420345641 | |
], | |
[ | |
12.64251708984375, | |
52.328625488430184 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
13.98834228515625, | |
52.674716751777105 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.674102783203125, | |
52.67388406343992 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment