39 lines
		
	
	
		
			730 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			730 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "type": "FeatureCollection",
 | 
						|
  "features": [
 | 
						|
    {
 | 
						|
      "type": "Feature",
 | 
						|
      "properties": {
 | 
						|
        "TZID": "Europe\\/Berlin"
 | 
						|
      },
 | 
						|
      "geometry": {
 | 
						|
        "type": "Polygon",
 | 
						|
        "coordinates": [
 | 
						|
          [
 | 
						|
            [
 | 
						|
              8.28369140625,
 | 
						|
              48.88277959345126
 | 
						|
            ],
 | 
						|
            [
 | 
						|
              8.57757568359375,
 | 
						|
              48.88277959345126
 | 
						|
            ],
 | 
						|
            [
 | 
						|
              8.57757568359375,
 | 
						|
              49.07206662261101
 | 
						|
            ],
 | 
						|
            [
 | 
						|
              8.28369140625,
 | 
						|
              49.07206662261101
 | 
						|
            ],
 | 
						|
            [
 | 
						|
              8.28369140625,
 | 
						|
              48.88277959345126
 | 
						|
            ]
 | 
						|
          ], []
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |