{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Burnsway",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.381543,
            52.543912
          ],
          [
            -1.381666,
            52.543548
          ],
          [
            -1.381789,
            52.543185
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023823817, LE10 0TA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.381542972379402,
          52.54391160002613
        ]
      }
    }
  ]
}