Skip to content

Commit 5a311b6

Browse files
Merge pull request #22 from geoadmin/fix-PB-1798-change-title-of-iframe-page
PB-1798 Change title to be more self-explaining #patch
2 parents 417b6e0 + 872b4fc commit 5a311b6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function downloadDataItems(): DefaultTheme.SidebarItem[] {
181181

182182
function mapViewerItems(): DefaultTheme.SidebarItem[] {
183183
return [
184-
{ text: "iframe", link: "/docs/iframe" },
184+
{ text: "Embed in an iframe", link: "/docs/embed-in-an-iframe" },
185185
{ text: "URL Parameters", link: "/docs/url-parameters" },
186186
{
187187
text: "Javascript API",

docs/iframe.md renamed to docs/embed-in-an-iframe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# iframe
1+
# Embed in an iframe
22

33
You can embed an interactive version of the [map viewer](https://map.geo.admin.ch/) into your webpage using an HTML iframe, as shown below:
44

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We provide tutorials on how to interact with these services:
88
- [Access Data](/docs/identify-features): Retrieve location-based features such as geometries, addresses and elevation.
99
- [Visualize Data](/docs/wmts): Access map data (2D and 3D) for visualization in your application.
1010
- [Download Data](/docs/stac/overview): Download entire datasets for exploration and analysis.
11-
- [Map Viewer](/docs/iframe): Embed the [map viewer](https://map.geo.admin.ch/) in your webpage.
11+
- [Map Viewer](/docs/embed-in-an-iframe): Embed the [map viewer](https://map.geo.admin.ch/) in your webpage.
1212

1313
The tutorials are written for a tech-savvy audience like geoinformaticians, data scientists and web developers.
1414

0 commit comments

Comments
 (0)