Skip to content

Commit 0f0f3e8

Browse files
Merge pull request #32 from geoadmin/feat-PB-1810-change-titles-of-access-data-pages
PB-1810 Change Titles of "Access Data" pages
2 parents a9c6aa1 + edbdb78 commit 0f0f3e8

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.vitepress/config.mts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ function accessDataItems(): DefaultTheme.SidebarItem[] {
136136
],
137137
},
138138
{
139-
text: "Address Search",
140-
items: [{ text: "Search", link: "/docs/search" }],
139+
text: "Search",
140+
link: "/docs/search",
141141
},
142142
{
143-
text: "Elevation & Profile",
143+
text: "Elevation Data",
144144
items: [
145-
{ text: "Height", link: "/docs/height" },
146-
{ text: "Profile", link: "/docs/profile" },
145+
{ text: "Get Point Height", link: "/docs/get-point-height" },
146+
{ text: "Get Elevation Profile", link: "/docs/get-elevation-profile" },
147147
],
148148
},
149149
];
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Profile
1+
# Get Elevation Profile
22

3-
Retrieve the elevation information for a polyline in CSV format. See [Height models](https://www.swisstopo.admin.ch/en/geodata/height/alti3d.html) for more details about data used by this service.
3+
Retrieve the elevation profile of a polyline in JSON and CSV format.
4+
See [Height models](https://www.swisstopo.admin.ch/en/geodata/height/alti3d.html) for more details about the data used by this service.
45

56
<ApiCodeBlock url="https://api3.geo.admin.ch/rest/services/profile.json" method="GET / POST" />
67
<ApiCodeBlock url="https://api3.geo.admin.ch/rest/services/profile.csv" method="GET / POST" />

docs/height.md renamed to docs/get-point-height.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Height
1+
# Get Point Height
22

3-
Retrieve the elevation information for a point.
3+
Retrieve the elevation for a specific coordinate.
44

55
<ApiCodeBlock url="https://api3.geo.admin.ch/rest/services/height" method="GET" />
66
::: info

0 commit comments

Comments
 (0)