{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Legion Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.024349,
            52.391857
          ],
          [
            -2.024268,
            52.391751
          ],
          [
            -2.024188,
            52.391644
          ],
          [
            -2.024063,
            52.391472
          ],
          [
            -2.023937,
            52.3913
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023881575, B45 9HY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.0239373023432434,
          52.39130013151836
        ]
      }
    }
  ]
}