{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Charles Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.622466,
            53.69402
          ],
          [
            -1.62232,
            53.693818
          ],
          [
            -1.622174,
            53.693615
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83173324, WF12 7BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6220380045729463,
          53.693632342193794
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83207514, WF12 7BD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.622473721646041,
          53.69402020649946
        ]
      }
    }
  ]
}