{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Firefly Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.170134,
            55.776049
          ],
          [
            -4.170129,
            55.775856
          ],
          [
            -4.170123,
            55.775662
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484186549, G74 4FT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.1701473179,
          55.77567105034242
        ]
      }
    }
  ]
}