Skip to content

Commit b354bd8

Browse files
committed
unify naming
1 parent 826b851 commit b354bd8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/server/environment/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing reg
132132
| Variable name | Type | Default | Description |
133133
|--------------------------|----------|-------------------------------|--------------------------------|
134134
| `MAPS_ENABLED` | boolean | `true` | Flag to enable webmaps |
135-
| `VECTOR_TILES_URL` | string | `https://tiles-ee.merginmaps.com/data/default/{z}/{x}/{y}.pbf` | URL to vector tiles which are used as basemap layer in webmaps |
136-
| `VECTOR_TILES_STYLE_URL` | string | `https://tiles-ee.merginmaps.com/styles/default.json` | URL to vector tiles style |
135+
| `VECTOR_TILES_URL` | string | `https://tiles-ee.merginmaps.com/data/default/{z}/{x}/{y}.pbf` | Vector tiles URL used as background map layer in webmaps |
136+
| `VECTOR_TILES_STYLE_URL` | string | `https://tiles-ee.merginmaps.com/styles/default.json` | Vector tiles style URL used to style the background map layer in webmaps |
137137

138-
:::warning 🗺️ Enable background maps ⚠️
138+
:::warning 🗺️ Enable background map ⚠️
139139
Your webmaps won’t display the default background map unless we enable them on our side. To do that, please [contact our support team](mailto:support@merginmaps.com?subject=Enable%20default%20background%20maps%20on%20Enterprise%20server&body=Dear%20support%2C%0A%0AI%27d%20like%20to%20request%20enabling%20background%20maps%20for%20our%20Enterprise%20edition%20server.%20%0AThe%20server%20is%20hosted%20at%3A%20%3Curl%3E) and share your server’s URL.
140140

141-
Alternatively, you can set up your own background maps.
141+
Alternatively, you can set up your own background map.
142142
:::

src/server/upgrade/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Perform the migration:
6363

6464
<br>
6565

66-
:::warning 🗺️ Enable background maps ⚠️
66+
:::warning 🗺️ Enable background map ⚠️
6767
Your webmaps won’t display the default background map unless we enable them on our side. To do that, please [contact our support team](mailto:support@merginmaps.com?subject=Enable%20default%20background%20maps%20on%20Enterprise%20server&body=Dear%20support%2C%0A%0AI%27d%20like%20to%20request%20enabling%20background%20maps%20for%20our%20Enterprise%20edition%20server.%20%0AThe%20server%20is%20hosted%20at%3A%20%3Curl%3E) and share your server’s URL.
6868

69-
Alternatively, you can set up your own background maps using [environment variables](../environment/index.md#webmaps).
69+
Alternatively, you can set up your own background map using [environment variables](../environment/index.md#webmaps).
7070
:::
7171

7272
## Migration guide from 2024.2.x to 2025.2.x (CE)

0 commit comments

Comments
 (0)