{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "West End Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.722737,
            55.598004
          ],
          [
            -2.722621,
            55.598127
          ],
          [
            -2.722506,
            55.59825
          ],
          [
            -2.722479,
            55.598278
          ],
          [
            -2.722452,
            55.598307
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "116089234, TD6 9RU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.722225452229351,
          55.5985704213771
        ]
      }
    }
  ]
}