{
  "type": "FeatureCollection",
  "name": "two-islands",
  "crs": {
    "type": "name",
    "properties": {
      "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
    }
  },
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            13.576004,
            56.221499
          ],
          [
            13.607143,
            56.230412
          ],
          [
            13.633767,
            56.199621
          ],
          [
            13.60367,
            56.187119
          ],
          [
            13.564197,
            56.211197
          ],
          [
            13.576004,
            56.221499
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            13.579477,
            56.180289
          ],
          [
            13.626474,
            56.177164
          ],
          [
            13.621497,
            56.145794
          ],
          [
            13.577394,
            56.142784
          ],
          [
            13.560609,
            56.173228
          ],
          [
            13.579477,
            56.180289
          ]
        ]
      }
    }
  ]
}