{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bowser Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.204351,
            54.680507
          ],
          [
            -1.203512,
            54.680618
          ],
          [
            -1.202672,
            54.680729
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009717740, TS24 7LT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2027811471324374,
          54.680702973284355
        ]
      }
    }
  ]
}