{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Silver Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.086527,
            53.565244
          ],
          [
            -0.086549,
            53.565361
          ],
          [
            -0.08657,
            53.565478
          ],
          [
            -0.086583,
            53.565544
          ],
          [
            -0.086595,
            53.56561
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "11095179, DN31 1DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.08653746334276177,
          53.565289514017365
        ]
      }
    }
  ]
}