{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Seafield Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.244364,
            50.680364
          ],
          [
            -3.243549,
            50.680049
          ],
          [
            -3.242734,
            50.679734
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023095808, EX10 8SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.2434199684550498,
          50.67998712458746
        ]
      }
    }
  ]
}