123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- var regions = {
- "type": "FeatureCollection",
- "features": [
- {
- "type": "Feature",
- "properties": {
- "popupContent": "1",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90498822, 48.95774682 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "2",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90573634, 48.95776290 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "3",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90423397, 48.95732022 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "4",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90574818, 48.95671018 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "5",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90644815, 48.95745688 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "6",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90625499, 48.95684525 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "7",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90745931, 48.95751713 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "8",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90738798, 48.95732239 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "9",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90726092, 48.95675401 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "10",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90366836, 48.95806077 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "11",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90364483, 48.95832714 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "12",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90486687, 48.95824036 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "13",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90642702, 48.95832596 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "14",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90504841, 48.95647900 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "15",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90894643, 48.95834103 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "16",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90871705, 48.95769448 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "17",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90814975, 48.95709856 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "18",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90878843, 48.95694097 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "19",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90876166, 48.95622614 ]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "popupContent": "20",
- },
- "geometry": {
- "type": "Point",
- "coordinates": [ 10.90778709, 48.95611598 ]
- }
- },
- ],
- };
|