{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Strawberry Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.484163,
            50.567292
          ],
          [
            -3.482419,
            50.567829
          ],
          [
            -3.480676,
            50.568367
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10032982320, EX7 0LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.4806758678518537,
          50.56836658452203
        ]
      }
    }
  ]
}