{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woods Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.301406,
            54.061964
          ],
          [
            -1.303494,
            54.061833
          ],
          [
            -1.304412,
            54.061775
          ],
          [
            -1.305175,
            54.061685
          ],
          [
            -1.305481,
            54.061535
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022912437, YO26 9RL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3014081378886735,
          54.061987184716685
        ]
      }
    }
  ]
}