{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wood Street North",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.870183,
            53.737782
          ],
          [
            -1.869953,
            53.737685
          ],
          [
            -1.869723,
            53.737588
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090220600, HX3 6TW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8702682553589747,
          53.73778596754934
        ]
      }
    }
  ]
}