Skip to content

Commit 0dd271e

Browse files
Merge pull request #11 from geoadmin/feat-PB-1855-change-product-retirements-page
PB-1855 Rename "Product Retirements" to "End-of-Life"
2 parents 3ef59c7 + 32cfa00 commit 0dd271e

File tree

5 files changed

+27
-20
lines changed

5 files changed

+27
-20
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ export default defineConfig({
7070
link: "https://www.geo.admin.ch/en/general-terms-of-use-fsdi",
7171
},
7272
{
73-
text: "Status page",
73+
text: "Status Page",
7474
link: "/page/status",
7575
},
7676
{
77-
text: "Product Retirements",
78-
link: "/page/product-retirements",
77+
text: "End-of-Life",
78+
link: "/page/end-of-life",
7979
},
8080
],
8181
socialLinks: [

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ To add a release note, follow these steps:
6464

6565
3. Save the file and commit your changes.
6666

67-
## How to Edit the Product Retirements
67+
## How to Edit the End-of-Life Preview
68+
69+
1. To edit the End-of-Life preview, use the following variables located in the `end-of-life.md` file:
6870

69-
1. To edit the Product Retirements preview, use the following variables located in the `product-retirements.md` file:
7071
```YAML
7172
previewTitle: "Decomissioning of legacy vectortile styles / tiles"
7273
previewContent: "Old styles for Light Base Map and Imagery Base Map no longer available from January 2025"
7374
```
75+
7476
2. Save the file and commit your changes.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ const announcementsPreview = announcements[0]
7575
</div>
7676
</div>
7777
<div class="announcements-container">
78-
<h2>Product Retirements</h2>
78+
<h2>End-of-Life</h2>
7979
<div>
8080
<p class="custom-block-title">{{ announcementsPreview.frontmatter.previewTitle}}</p>
8181
<p>{{ announcementsPreview.frontmatter.previewContent}}</p>
82-
<a href="/page/product-retirements">Learn more</a>
82+
<a href="/page/end-of-life">Learn more</a>
8383
</div>
8484
</div>
8585
</div>

page/product-retirements.md renamed to page/end-of-life.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
---
2-
previewTitle: "Decomissioning of legacy vectortile styles / tiles"
2+
previewTitle: "Planned removal of vector tile styles"
33
previewContent: "Old styles for Light Base Map and Imagery Base Map no longer available from January 2025"
44
---
55

6-
# Old styles for Light Base Map and Imagery Base Map no longer available from January 2025
6+
# End-of-Life
77

8-
Since March 2024, the Light Base Map and Imagery Base Map background maps have been available via the styles "ch.swisstopo.lightbasemap.vt" and "ch.swisstopo.imagerybasemap.vt" (see also [Vector Tiles Service: available services and data (admin.ch)](https://www.geo.admin.ch/en/vector-tiles-service-available-services-and-data)).
8+
Announcements of changes in our systems and in our provided data sets, newest first.
99

10-
As already announced in March 2024 in the [release notes – GeoAdmin API 3.0](/releases/20240515), the old styles, including the variants with worldwide coverage
10+
## [2024-09-25] Planned removal of vector tile styles
1111

12-
-ch.swisstopo.leichte-basiskarte.vt
13-
-ch.swisstopo.leichte-basiskarte-imagery.vt
14-
-ch.swisstopo.leichte-basiskarte_world.vt
15-
-ch.swisstopo.leichte-basiskarte-imagery_world.vt
16-
and the referenced vector tileset
12+
Since March 2024, the Light Base Map and Imagery Base Map background maps have been available via the styles `ch.swisstopo.lightbasemap.vt` and `ch.swisstopo.imagerybasemap.vt` (see also [Vector Tiles Service](https://www.geo.admin.ch/en/vector-tiles-service-available-services-and-data)).
13+
14+
As already announced [in the release notes of May 2024](/releases/20240515), the old styles are no longer going to be available from mid-January 2025.
15+
This includes the styles with worldwide coverage
1716

18-
-ch.swisstopo.leichte-basiskarte.vt
17+
- `ch.swisstopo.leichte-basiskarte.vt`
18+
- `ch.swisstopo.leichte-basiskarte-imagery.vt`
19+
- `ch.swisstopo.leichte-basiskarte_world.vt`
20+
- `ch.swisstopo.leichte-basiskarte-imagery_world.vt`
21+
22+
and the referenced vector tileset
1923

20-
Will no longer be available from mid-January 2025.
24+
- `ch.swisstopo.leichte-basiskarte.vt`
2125

22-
If you use one of these resources in your application, we ask that you replace it with the corresponding new variant. The following table shows the mapping from the old to the new resource:
26+
If you use one of these resources in your application, we ask that you replace it with the corresponding new variant.
27+
The following table shows the mapping from the old to the new resource:
2328

2429
| Old (no longer available from January 2025) | New | Type |
2530
| ------------------------------------------------ | ------------------------------------ | -------------- |

scripts/announcements.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { createContentLoader } from "vitepress";
22

3-
export default createContentLoader("./page/product-retirements.md");
3+
export default createContentLoader("./page/end-of-life.md");

0 commit comments

Comments
 (0)