{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fern Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.137486,
            52.578088
          ],
          [
            -2.137301,
            52.577875
          ],
          [
            -2.137115,
            52.577663
          ],
          [
            -2.137089,
            52.577637
          ],
          [
            -2.137062,
            52.577612
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003592021, WV3 0LE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1371063740848157,
          52.57765653887511
        ]
      }
    }
  ]
}