You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we have three levels of containers. One that starts with 5 colons for the years,
another one starting with 4 colons for the incidents and a last one, starting with 3 colons
for the potentially multipe messages inside the same incident.
Also, everything is collapsed by default
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,29 +84,28 @@ To add a release note, follow these steps:
84
84
## How to add a new incident details section
85
85
86
86
1. Edit the file [`status-page.md`](./page/status-page.md)
87
-
1. If there already is a section of the current year, such as e.g. `:::: details 2025 {open}`, add the incident on top of that section, leaving one blank line after the `:::: details 2025 {open}`
88
-
1. If it is the first incident of the current year, create a new section for the new year, e.g. `:::: details 2026 {open}` and already the closing `::::`, so basically like this:
87
+
1. If there already is a section of the current year, such as e.g. `:::::details 2025`, add the incident on top of that section, leaving one blank line after the `::::: details 2025`
88
+
1. If it is the first incident of the current year, create a new section for the new year, e.g. `:::::details 2026 {open}` and already the closing `:::::`, so basically like this:
89
89
90
90
```markdown
91
-
:::: details 2026 {open}
91
+
::::: details 2026 {open}
92
92
93
-
::::
93
+
:::::
94
94
```
95
95
96
-
1. When you started a new year, please remove the `{open}` from the last year. This way, the old year is collapsed by default.
97
-
1. Also, please remove the `{open}` from the last incident's details, this way, only the recent incident's details are expanded.
98
96
1. Add the new incident either in the section of the new year or in the already existing section of the current year like this:
99
97
100
98
```markdown
101
-
:::: details 2026 {open}
99
+
::::: details 2026
102
100
103
-
::: details MONTH, DAY - short heading {open}
101
+
:::: details MONTH, DAY(, TIME) - [SHORT HEADING OF THE INCIDENT]
104
102
105
-
### MONTH, DAY - longer heading
103
+
::: info MONTH, DAY(, Time) [LONGER HEADING OF THE INCIDENT]
106
104
107
-
DETAILS go here
105
+
[DETAILED TEXT ABOUT THE INCIDENT]
108
106
:::
109
107
::::
108
+
:::::
110
109
```
111
110
112
-
1. Remember to close the details section of the incident with three `:`, and in case you created a new year section, remember to close that one with four `:`.
111
+
The five `:` are only when you start and end a new year, otherwise, only the part that starts and ends with four `:` is relevant for you.
Copy file name to clipboardExpand all lines: page/status-page.md
+31-27Lines changed: 31 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ This page provides the latest status updates for all \*.geo.admin.ch web service
47
47
<!-- Please check the README.md for details on how to add new incidents or start a new year, thanks!
48
48
-->
49
49
50
-
:::: details 2025 {open}
50
+
::::: details 2025
51
51
52
-
::: details Nov 12 - Issues with search service {open}
52
+
:::: details Nov 12 - Issues with search service
53
53
54
-
###Nov 14 - Information on recent problems when changing address data from RBD to the official directory of building addresses
54
+
::: info Nov 14 - Information on recent problems when changing address data from RBD to the official directory of building addresses
55
55
56
56
On Wednesday, November 12, 2025, the Search Service was switched from the register of buildings and dwellings (RBD) to the new default data source of the official directory of building addresses.
57
57
@@ -70,29 +70,31 @@ On the SearchServer endpoint, you can either perform a type=featuresearch or a t
70
70
For your information, there are three ways to perform an address search:
71
71
72
72
1. Swisssearch search with origins=address; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
73
-
1. FeatureSearch in the layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis; if desired, the feature ID can be transferred to the feature endpoint of the thematic layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
74
-
1. FeatureSearch in the layer ch.bfs.gebaeude_wohnungs_register; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.bfs.gebaeude_wohnungs_register.
73
+
2. FeatureSearch in the layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis; if desired, the feature ID can be transferred to the feature endpoint of the thematic layer ch.swisstopo.amtliches-gebaeudeadressverzeichnis
74
+
3. FeatureSearch in the layer ch.bfs.gebaeude_wohnungs_register; if desired, the feature ID can be transferred to the feature endpoint of the specialist layer ch.bfs.gebaeude_wohnungs_register.
75
75
76
76
Specific documentation for this topic: [Search | \*.geo.admin.ch](https://docs.geo.admin.ch/access-data/search.html#request-details)
77
77
:::
78
-
::: details Nov 12 - Incident with Service Stac
78
+
::::
79
+
:::: details Nov 12 - Incident with Service Stac
79
80
80
-
###Nov 12, 19:15 - Disruption of Service Stac - Resolved
81
+
::: info Nov 12, 19:15 - Disruption of Service Stac - Resolved
81
82
82
83
The root cause that led to the outage of STAC API could be identified and resolved. The problem was a
83
84
misconfigration of database logging that was done earlier today
84
85
that led to a rapid increase in log volume and eventually resulted in full disk of the database cluster. Disk
85
86
space has been increased and the logging configuration change rolled back.
86
87
87
88
STAC API is functioning normal again.
88
-
89
-
###Nov 12, 19:15 - Disruption of Service Stac
89
+
:::
90
+
::: info Nov 12, 19:15 - Disruption of Service Stac
90
91
91
92
The STAC API on data.geo.admin.ch is currently unavailable. We're investigating the cause and will give an update later tonight.
92
93
:::
93
-
::: details July 2nd - Incident with Printing
94
+
::::
95
+
:::: details July 2nd - Incident with Printing
94
96
95
-
###July 3, 10:00 - Incident Resolved
97
+
::: info July 3, 10:00 - Incident Resolved
96
98
97
99
An update to map.geo.admin.ch made on July 2, 2025 caused a temporarily disruption to the system's printing service.
98
100
This resulted in a problem with the browser cache storing the information.
@@ -127,15 +129,16 @@ SAFARI
127
129
128
130
- In Safari, go to "Settings" > "Advanced" and enable "Show Develop menu in menu bar."
129
131
- Click on ‘Develop’ in the menu and then on "Empty Cache."
130
-
131
-
###July 2, 16:00 - Incident Detected
132
+
:::
133
+
::: info July 2, 16:00 - Incident Detected
132
134
133
135
The printing functionality of map.geo.admin.ch is currently unavailable.
134
136
We are analysing the problem and keep you updated on this page.
135
137
:::
136
-
::: details April 30 - Incident with WMS/WMTS
138
+
::::
139
+
:::: details April 30 - Incident with WMS/WMTS
137
140
138
-
###May 6 - Root Cause Analysis
141
+
::: info May 6 - Root Cause Analysis
139
142
140
143
On the 30th of April and 1st of May, the WMS service and WMTS service provided by geo.admin.ch were restricted or unavailable, which also affected the print function in the map viewer.
141
144
@@ -147,25 +150,25 @@ The problem was resolved by our specialists by rolling out new system components
147
150
We apologise for any inconvenience caused.
148
151
149
152
Thank you for your understanding and patience.
150
-
151
-
###May 1, 16:00 - Incident Resolved
153
+
:::
154
+
::: info May 1, 16:00 - Incident Resolved
152
155
153
156
The disruption has been resolved.
154
157
155
158
All services on \*geo.admin.ch are now available as usual.
156
159
157
160
We thank you for your understanding and patience.
158
-
159
-
###May 1, 12:00 - Update
161
+
:::
162
+
::: info May 1, 12:00 - Update
160
163
161
164
No change since the update at 9:25 a.m.
162
165
We are continuing to work intensively to resolve the problem.
163
166
164
167
The next update will be provided today at around 4 p.m. or as soon as the disruption has been resolved.
165
168
166
169
We apologise for any inconvenience caused and thank you in advance for your patience.
167
-
168
-
###May 1, 09:25 Update
170
+
:::
171
+
::: info May 1, 09:25 Update
169
172
170
173
The extent of the disruption has been reduced in the meantime.
171
174
Certain WMS layers and the printing service are still affected.
@@ -174,8 +177,8 @@ No other services provided by \*geo.admin.ch are affected. We are continuing to
174
177
The next update will be provided today at around 12 noon or as soon as the disruption has been resolved.
175
178
176
179
We apologise for any inconvenience caused and thank you in advance for your patience.
177
-
178
-
###April 30, 16:00 Update
180
+
:::
181
+
::: info April 30, 16:00 Update
179
182
180
183
The disruption to the WMS, WMTS and print services is still ongoing.
181
184
No other services provided by \*geo.admin.ch are affected.
@@ -184,17 +187,17 @@ We are working intensively to resolve the problem.
184
187
The next update will be provided tomorrow, 1 May, at 9 a.m. or as soon as the disruption has been resolved.
185
188
186
189
We apologise for any inconvenience caused and thank you in advance for your patience.
187
-
188
-
###April 30, 12:00 Update
190
+
:::
191
+
::: info April 30, 12:00 Update
189
192
190
193
The disruption to WMS and WMTS services is still ongoing.
191
194
We are continuing to work hard to resolve the issue.
192
195
193
196
The next update will be provided today at around 4 p.m. or as soon as the disruption has been resolved.
194
197
195
198
We apologise for any inconvenience caused and thank you in advance for your patience.
196
-
197
-
###April 30, 10:00 Incident Detected
199
+
:::
200
+
::: info April 30, 10:00 Incident Detected
198
201
199
202
We are currently experiencing some problems with our WMS and WMTS services, which we are analysing and will resolve as quickly as possible.
200
203
The duration of the disruption is still unknown.
@@ -205,3 +208,4 @@ The next update will be provided today at around 12 noon or as soon as the disru
205
208
We apologise for any inconvenience caused and thank you in advance for your patience.
0 commit comments