{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Auchenfoil Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.680081,
            55.927353
          ],
          [
            -4.680416,
            55.92734
          ],
          [
            -4.680576,
            55.927333
          ],
          [
            -4.681415,
            55.927436
          ],
          [
            -4.682738,
            55.927599
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "119047766, PA14 5DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.682786857638425,
          55.92759086008456
        ]
      }
    }
  ]
}