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
This is a follow-up of [a PR comment](#128 (comment)).
I have noticed that all release pages follow this structure:
```txt
\# Release title
\### API & applications
\### API
- Bug fixes
- Announcements:
- Announcement 1
- Announcement 2
- [Full changelog][https://link]
\### Geodata
```
I see three issues with that:
1. Inconsistent formatting: The heading levels jump from h1 (#) directly to h3 (###). Proper markdown does not skip heading levels.
2. "API & applications": Empty on all pages, not clear what is its purpose.
3. "Bug fixes": It's empty for all pages except 20250514. Removing it along with the "Announcements" reduces the list nesting.
To focus on the content, I propose to simplify the structure to this:
```txt
\# Release title
\## API
- Announcement 1
- Announcement 2
- [Full changelog][https://link]
\## Geodata
```
The change in heading levels also requires changing the script for the "All releases" page.
Copy file name to clipboardExpand all lines: releases/20240313.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,17 @@ date: Wednesday, March 13th 2024
5
5
6
6
# Release 20240313 - Wednesday, March 13th 2024
7
7
8
-
###API & applications
8
+
## API
9
9
10
-
### API
11
-
12
-
- Bug fixes
13
10
-**HTTP****POST**, **PUT** and **DELETE** on api3.geo.admin.ch/rest/services/topic//MapServer/ are **no longer accepted**. This behavior has already been documented in the official API documentation and has been [announced](https://groups.google.com/g/geoadmin-api/c/OtsTDxpKDtM/m/IAqSrm3DBQAJ)last year in September. All API REST endpoints support only the following HTTP methods (unless specified): GET, HEAD and OPTIONS
14
-
- Announcements:
15
-
- the layer _ch.swisstopo-vd.ortschaftenverzeichnis_plz_ has now the additional attributes 'status' and 'modification', as previously announced
16
-
- the layer _ch.bfs.generalisierte-grenzen_agglomerationen_g2_ has been removed from chsdi services as previously announced
17
-
- the layers _ch.swisstopo.geologie-geotechnik-mineralische_rohstoffe200_ and _ch.swisstopo.geologie-geotechnik-gk200_ have been removed from chsdi services as previously announced
18
-
- the layers _ch.bakom.mobil-antennenstandorte-5g, ch.bakom.mobil-antennenstandorte-gsm, ch.bakom.mobil-antennenstandorte-umts, ch.bakom.mobil-antennenstandorte-lte_ have been removed from chsdi services as previously announced
19
-
- following attributes for the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_ and _ch.swisstopo.lubis-luftbilder_infrarot_ will be removed from chsdi services later this year: 'inventarnummer', 'bildnummer', 'orientierung', 'rotation', 'filesize_mb', 'ort', 'image_height' and 'image_width'
20
-
11
+
- the layer _ch.swisstopo-vd.ortschaftenverzeichnis_plz_ has now the additional attributes 'status' and 'modification', as previously announced
12
+
- the layer _ch.bfs.generalisierte-grenzen_agglomerationen_g2_ has been removed from chsdi services as previously announced
13
+
- the layers _ch.swisstopo.geologie-geotechnik-mineralische_rohstoffe200_ and _ch.swisstopo.geologie-geotechnik-gk200_ have been removed from chsdi services as previously announced
14
+
- the layers _ch.bakom.mobil-antennenstandorte-5g, ch.bakom.mobil-antennenstandorte-gsm, ch.bakom.mobil-antennenstandorte-umts, ch.bakom.mobil-antennenstandorte-lte_ have been removed from chsdi services as previously announced
15
+
- following attributes for the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_ and _ch.swisstopo.lubis-luftbilder_infrarot_ will be removed from chsdi services later this year: 'inventarnummer', 'bildnummer', 'orientierung', 'rotation', 'filesize_mb', 'ort', 'image_height' and 'image_width'
Copy file name to clipboardExpand all lines: releases/20240515.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,14 @@ date: Wednesday, May 15th 2024
5
5
6
6
# Release 20240515 - Wednesday, May 15th 2024
7
7
8
-
###API & applications
8
+
## API
9
9
10
-
### API
11
-
12
-
- Bug fixes
13
-
- Announcements:
14
-
- The vectortiles style _ch.swisstopo.leichte-basiskarte.vt_ has been replaced by _ch.swisstopo.lightbasemap.vt_. The new style references the vectortiles sets _ch.swisstopo.base.vt_ and _ch.swisstopo.relief.vt_
15
-
- The vectortiles style _ch.swisstopo.leichte-basiskarte-imagery.vt_ has been replaced by _ch.swisstopo.imagerybasemap.vt_. The new style references the vectortiles set _ch.swisstopo.base.vt_
16
-
- The vectortiles services _ch.swisstopo.leichte-basiskarte.vt_ and _ch.swisstopo.leichte-basiskarte-imagery.vt_ will no longer be updated and will be removed by the end of the year 2024
10
+
- The vectortiles style _ch.swisstopo.leichte-basiskarte.vt_ has been replaced by _ch.swisstopo.lightbasemap.vt_. The new style references the vectortiles sets _ch.swisstopo.base.vt_ and _ch.swisstopo.relief.vt_
11
+
- The vectortiles style _ch.swisstopo.leichte-basiskarte-imagery.vt_ has been replaced by _ch.swisstopo.imagerybasemap.vt_. The new style references the vectortiles set _ch.swisstopo.base.vt_
12
+
- The vectortiles services _ch.swisstopo.leichte-basiskarte.vt_ and _ch.swisstopo.leichte-basiskarte-imagery.vt_ will no longer be updated and will be removed by the end of the year 2024
Copy file name to clipboardExpand all lines: releases/20240828.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,14 @@ date: Wednesday, August 28th 2024
5
5
6
6
# Release 20240828 - Wednesday, August 28th 2024
7
7
8
-
### API & applications
9
-
10
-
### API
11
-
12
-
- Bug fixes
13
-
- Announcements:
14
-
- the layer _ch.swisstopo.geologie-geologischer_atlas_vector.metadata_ has been removed from chsdi services as previously announced
15
-
- the layers _ch.swisstopo.geologie-geotechnik-steinbrueche_1915_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1965_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1995_ and _ch.swisstopo.geologie-geotechnik-steinbrueche_1980_ will be removed from chsdi services with the release of October 9th 2024
16
-
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release of October 9th or November 13th 2024. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id's (chsdi fields _featureId_ and _id_). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay.
8
+
## API
17
9
10
+
- the layer _ch.swisstopo.geologie-geologischer_atlas_vector.metadata_ has been removed from chsdi services as previously announced
11
+
- the layers _ch.swisstopo.geologie-geotechnik-steinbrueche_1915_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1965_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1995_ and _ch.swisstopo.geologie-geotechnik-steinbrueche_1980_ will be removed from chsdi services with the release of October 9th 2024
12
+
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release of October 9th or November 13th 2024. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id's (chsdi fields _featureId_ and _id_). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay.
Copy file name to clipboardExpand all lines: releases/20241009.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,25 +5,20 @@ date: Wednesday, October 9th 2024
5
5
6
6
# Release 20241009 - Wednesday, October 9th 2024
7
7
8
-
### API & applications
9
-
10
-
### API
11
-
12
-
- Bug fixes
13
-
- Announcements:
14
-
- the layers _ch.swisstopo.geologie-geotechnik-steinbrueche_1915_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1965_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1995_ and _ch.swisstopo.geologie-geotechnik-steinbrueche_1980_ have been removed from chsdi services as previously announced
15
-
- by the release of November 13th or December 18th the layers _ch.swisstopo-karto.skitouren_ and _ch.swisstopo-karto.schneeschuhrouten_ will no longer be raster maps but vector data sets
16
-
- important information about SSL certificates and http protocol for integrated symbols, KML’s or GPX files in map.geo.admin.ch. Details `read here <https://www.geo.admin.ch/en/important-imformation-ssl-certificates-http-protocols>`\_\_
17
-
- the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_, _ch.swisstopo.lubis-luftbilder_infrarot_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes inventarnummer, bildnummer, orientierung, rotation, filesize_mb, ort, image_height and image_width will be removed from chsdi services, because they are no longer filled and used.
18
-
- the layer _ch.swisstopo.lubis-luftbilder_schraegaufnahmen_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes inventory_number, medium_format, filesize_mb, contact and contact_email will be removed from chsdi services, because they are no longer filled and used.
19
-
- the layer _ch.swisstopo.lubis-terrestrische_aufnahmen_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes image_number, filesize_mb, medium_format, image_height and image_width will be removed from chsdi services, because they are no longer filled and used.
20
-
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release of November 13th or December 18th. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id’s (chsdi fields featureId and id). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay.
21
-
- decommission of various vectortile styles and datasets by January 2025. Details `read here <https://www.geo.admin.ch/en/old-styles-no-longer-available-from-january-2025>`\_\_
22
-
- the layer _ch.bakom.notruf-112_satellit_ will be decommissioned with one of the first releases in 2025
8
+
## API
23
9
10
+
- the layers _ch.swisstopo.geologie-geotechnik-steinbrueche_1915_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1965_, _ch.swisstopo.geologie-geotechnik-steinbrueche_1995_ and _ch.swisstopo.geologie-geotechnik-steinbrueche_1980_ have been removed from chsdi services as previously announced
11
+
- by the release of November 13th or December 18th the layers _ch.swisstopo-karto.skitouren_ and _ch.swisstopo-karto.schneeschuhrouten_ will no longer be raster maps but vector data sets
12
+
- important information about SSL certificates and http protocol for integrated symbols, KML’s or GPX files in map.geo.admin.ch. Details `read here <https://www.geo.admin.ch/en/important-imformation-ssl-certificates-http-protocols>`\_\_
13
+
- the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_, _ch.swisstopo.lubis-luftbilder_infrarot_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes inventarnummer, bildnummer, orientierung, rotation, filesize_mb, ort, image_height and image_width will be removed from chsdi services, because they are no longer filled and used.
14
+
- the layer _ch.swisstopo.lubis-luftbilder_schraegaufnahmen_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes inventory_number, medium_format, filesize_mb, contact and contact_email will be removed from chsdi services, because they are no longer filled and used.
15
+
- the layer _ch.swisstopo.lubis-terrestrische_aufnahmen_ will get the following changes by the release of November 13th: no extended tooltip anymore and the attributes image_number, filesize_mb, medium_format, image_height and image_width will be removed from chsdi services, because they are no longer filled and used.
16
+
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release of November 13th or December 18th. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id’s (chsdi fields featureId and id). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay.
17
+
- decommission of various vectortile styles and datasets by January 2025. Details `read here <https://www.geo.admin.ch/en/old-styles-no-longer-available-from-january-2025>`\_\_
18
+
- the layer _ch.bakom.notruf-112_satellit_ will be decommissioned with one of the first releases in 2025
Copy file name to clipboardExpand all lines: releases/20241113.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,18 @@ date: Wednesday, November 13th 2024
5
5
6
6
# Release 20241113 - Wednesday, November 13th 2024
7
7
8
-
### API & applications
9
-
10
-
### API
11
-
12
-
- Bug fixes
13
-
- Announcements:
14
-
- the layers _ch.swisstopo-karto.skitouren_ and _ch.swisstopo-karto.schneeschuhrouten_ have been switched from raster to vector datasets as previously announced
15
-
- the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_, _ch.swisstopo.lubis-luftbilder_infrarot_ got the following changes as previously announced: no extended tooltip anymore and the attributes inventarnummer, bildnummer, orientierung, rotation, filesize_mb, ort, image_height and image_width have been removed
16
-
- the layer _ch.swisstopo.lubis-luftbilder_schraegaufnahmen_ got the following changes as previously announced: no extended tooltip anymore and the attributes inventory_number, medium_format, filesize_mb, contact and contact_email have been removed
17
-
- the layer _ch.swisstopo.lubis-terrestrische_aufnahmen_ got the following changes: no extended tooltip anymore and the attributes image_number, filesize_mb, medium_format, image_height and image_width have been removed
18
-
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release December 18th. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id’s (chsdi fields featureId and id). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay
19
-
- decommission of various vectortile styles and datasets by January 2025. Details `read here <https://www.geo.admin.ch/en/old-styles-no-longer-available-from-january-2025>`\_\_
20
-
- the layer _ch.bakom.notruf-112_satellit_ will be decommissioned with the release of February 5th 2025
8
+
## API
21
9
10
+
- the layers _ch.swisstopo-karto.skitouren_ and _ch.swisstopo-karto.schneeschuhrouten_ have been switched from raster to vector datasets as previously announced
11
+
- the layers _ch.swisstopo.lubis-luftbilder_schwarzweiss_, _ch.swisstopo.lubis-luftbilder_farbe_, _ch.swisstopo.lubis-luftbilder_infrarot_ got the following changes as previously announced: no extended tooltip anymore and the attributes inventarnummer, bildnummer, orientierung, rotation, filesize_mb, ort, image_height and image_width have been removed
12
+
- the layer _ch.swisstopo.lubis-luftbilder_schraegaufnahmen_ got the following changes as previously announced: no extended tooltip anymore and the attributes inventory_number, medium_format, filesize_mb, contact and contact_email have been removed
13
+
- the layer _ch.swisstopo.lubis-terrestrische_aufnahmen_ got the following changes: no extended tooltip anymore and the attributes image_number, filesize_mb, medium_format, image_height and image_width have been removed
14
+
- the object ID values of the layer _ch.vbs.schiessanzeigen_ will change for all objects due to geometrical changes in the source data with the release December 18th. Existing permalinks to objects may not work anymore and will have to be replaced by the new object id’s (chsdi fields featureId and id). In addition there will be a new attribute bezeichnung_ort on the dataset. The other existing attributes will stay
15
+
- decommission of various vectortile styles and datasets by January 2025. Details `read here <https://www.geo.admin.ch/en/old-styles-no-longer-available-from-january-2025>`\_\_
16
+
- the layer _ch.bakom.notruf-112_satellit_ will be decommissioned with the release of February 5th 2025
0 commit comments