{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Scarlet Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.534616,
            53.431293
          ],
          [
            -1.534095,
            53.430918
          ],
          [
            -1.533574,
            53.430543
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10095380448, S35 0FH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5345744318130605,
          53.43124992326068
        ]
      }
    }
  ]
}