{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Golden Cup Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.679444,
            53.54992
          ],
          [
            -0.680486,
            53.549792
          ],
          [
            -0.681528,
            53.549664
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024382083, DN17 2BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6794539855103382,
          53.54991510966318
        ]
      }
    }
  ]
}