{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Station Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.674015,
            53.705119
          ],
          [
            -1.674334,
            53.705111
          ],
          [
            -1.67466,
            53.704974
          ],
          [
            -1.675245,
            53.704727
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83208689, WF16 0NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6740154043819586,
          53.705118998842494
        ]
      }
    }
  ]
}