{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0,
            0
          ],
          [
            12,
            0
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 2,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            12,
            0
          ],
          [
            12,
            3
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 3,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            12,
            3
          ],
          [
            3,
            3
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 4,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            3,
            3
          ],
          [
            3,
            6
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 5,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            3,
            6
          ],
          [
            7,
            6
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 6,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            7,
            6
          ],
          [
            7,
            12
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 7,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            7,
            12
          ],
          [
            3,
            14
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 8,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0,
            0
          ],
          [
            1,
            2
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 9,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1,
            2
          ],
          [
            3,
            3
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 10,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            9,
            6
          ],
          [
            12,
            3
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 13,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            7,
            12
          ],
          [
            15,
            12
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 11,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            7,
            6
          ],
          [
            9,
            6
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "id": 12,
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            9,
            6
          ],
          [
            15,
            12
          ]
        ]
      }
    }
  ]
}