{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Comet Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.17228,
            55.778344
          ],
          [
            -4.172089,
            55.778096
          ],
          [
            -4.171897,
            55.777848
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "484186540, G74 4FN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.17227351070746,
          55.77834766620265
        ]
      }
    }
  ]
}