{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Calder Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.108953,
            55.818222
          ],
          [
            -4.108278,
            55.818143
          ],
          [
            -4.106819,
            55.817577
          ],
          [
            -4.106061,
            55.817283
          ],
          [
            -4.104551,
            55.817111
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484169629, G72 7UN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.108952659724532,
          55.81822160534119
        ]
      }
    }
  ]
}