{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Station Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.566709,
            55.853707
          ],
          [
            -3.56668,
            55.853594
          ],
          [
            -3.56665,
            55.853481
          ],
          [
            -3.56733,
            55.852845
          ],
          [
            -3.567346,
            55.852836
          ],
          [
            -3.568095,
            55.852404
          ],
          [
            -3.568217,
            55.852268
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "135036840, EH55 8BH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.5680790469291703,
          55.85241347048603
        ]
      }
    }
  ]
}