{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Blue Jay Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.505142,
            50.722342
          ],
          [
            -3.505449,
            50.72229
          ],
          [
            -3.505649,
            50.722256
          ],
          [
            -3.505756,
            50.722237
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10091471587, EX1 2RG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5053447700496654,
          50.72234088533852
        ]
      }
    }
  ]
}