{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fulstow Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.521071,
            53.250846
          ],
          [
            -0.521285,
            53.250677
          ],
          [
            -0.521498,
            53.250508
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "235054734, LN2 2HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.5214473876906718,
          53.25055234602104
        ]
      }
    }
  ]
}