{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Old Station Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.810725,
            52.486275
          ],
          [
            -1.810868,
            52.486489
          ],
          [
            -1.811011,
            52.486703
          ],
          [
            -1.811066,
            52.486771
          ],
          [
            -1.811122,
            52.486839
          ],
          [
            -1.811135,
            52.486926
          ],
          [
            -1.811148,
            52.487013
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023497391, B33 9AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8111484713782466,
          52.487012907301754
        ]
      }
    }
  ]
}