{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Laundry Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.501799,
            54.001687
          ],
          [
            -1.501937,
            54.00158
          ],
          [
            -1.502075,
            54.001472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022910128, HG1 4QG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.501799284967222,
          54.00168744678637
        ]
      }
    }
  ]
}