{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kent Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.301861,
            54.582755
          ],
          [
            -1.301866,
            54.58293
          ],
          [
            -1.301871,
            54.583105
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009303717, TS20 2RH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.301861377263022,
          54.58275450103217
        ]
      }
    }
  ]
}