{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gas Wynd",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.160145,
            56.105077
          ],
          [
            -3.159323,
            56.105031
          ],
          [
            -3.158502,
            56.104985
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "320272579, KY1 1NP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.1601445518036964,
          56.10507707797472
        ]
      }
    }
  ]
}