{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Elm Avenue",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.090865,
            50.720509
          ],
          [
            -2.089824,
            50.720329
          ],
          [
            -2.088784,
            50.720149
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10011952796, BH16 6LA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.090864186069094,
          50.72052493239514
        ]
      }
    }
  ]
}