{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Porters Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.942543,
            50.805608
          ],
          [
            -1.9427,
            50.805225
          ],
          [
            -1.942857,
            50.804843
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002927263, BH21 2HF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9425433848468863,
          50.80560757212234
        ]
      }
    }
  ]
}