Skip to content

Commit 7ab17c2

Browse files
Clean up release pages
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.
1 parent 733b41a commit 7ab17c2

19 files changed

Lines changed: 121 additions & 223 deletions

releases/20240313.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,17 @@ date: Wednesday, March 13th 2024
55

66
# Release 20240313 - Wednesday, March 13th 2024
77

8-
### API & applications
8+
## API
99

10-
### API
11-
12-
- Bug fixes
1310
- **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'
2116
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/)
2217

23-
### Geodata
18+
## Geodata
2419

2520
| Status | Layer |
2621
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

releases/20240515.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ date: Wednesday, May 15th 2024
55

66
# Release 20240515 - Wednesday, May 15th 2024
77

8-
### API & applications
8+
## API
99

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
1713
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/2024-03-13-rc1...2024-05-15-rc1)
1814

19-
### Geodata
15+
## Geodata
2016

2117
| Status | Layer |
2218
| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

releases/20240703.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ date: Wednesday, July 3rd 2024
55

66
# Release 20240703 - Wednesday, July 3rd 2024
77

8-
### API & applications
9-
10-
### API
11-
12-
- Bug fixes
13-
- Announcements:
14-
- the layer _ch.swisstopo.geologie-geologischer_atlas_vector.metadata_ will be removed from chsdi services with the release of August 28th 2024
8+
## API
159

10+
- the layer _ch.swisstopo.geologie-geologischer_atlas_vector.metadata_ will be removed from chsdi services with the release of August 28th 2024
1611
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/2024-05-15-rc1...2024-07-03-rc1)
1712

18-
### Geodata
13+
## Geodata
1914

2015
| Status | Layer |
2116
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

releases/20240828.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,14 @@ date: Wednesday, August 28th 2024
55

66
# Release 20240828 - Wednesday, August 28th 2024
77

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
179

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.
1813
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/2024-07-03-rc1...2024-08-28-rc1)
1914

20-
### Geodata
15+
## Geodata
2116

2217
| Status | Layer |
2318
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

releases/20241009.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,20 @@ date: Wednesday, October 9th 2024
55

66
# Release 20241009 - Wednesday, October 9th 2024
77

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
239

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
2419
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/2024-08-28-rc1...2024-10-09-rc1)
2520

26-
### Geodata
21+
## Geodata
2722

2823
| Status | Layer |
2924
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

releases/20241113.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,18 @@ date: Wednesday, November 13th 2024
55

66
# Release 20241113 - Wednesday, November 13th 2024
77

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
219

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
2217
- [Full changelog](https://github.com/geoadmin/mf-chsdi3/compare/2024-10-09-rc1...2024-11-13-rc1)
2318

24-
### Geodata
19+
## Geodata
2520

2621
| Status | Description |
2722
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

0 commit comments

Comments
 (0)