{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ship Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.515118,
            51.383322
          ],
          [
            0.515281,
            51.3837
          ],
          [
            0.515443,
            51.384079
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "44003845, ME1 1DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5151175352694641,
          51.383312574697094
        ]
      }
    }
  ]
}