You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 |
137
+
138
+
:::warning 🗺️ Enable background map ⚠️
139
+
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.
140
+
141
+
Alternatively, you can set up your own background map.
If the background map is not showing on your self-hosted Enterprise server webmaps, check the following:
75
+
76
+
- Your [environment variables](../environment/index.md#webmaps) are correctly configured
77
+
- If you're using the default background map URL, make sure you’ve [contacted 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) to enable it
78
+
- If your server URL has changed recently, you’ll need to re-request access from support.
Copy file name to clipboardExpand all lines: src/server/upgrade/index.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,14 @@ Perform the migration:
61
61
$ docker exec merginmaps-server flask db upgrade enterprise@819e6b20ee93
62
62
```
63
63
64
+
<br>
65
+
66
+
:::warning 🗺️ Enable background map ⚠️
67
+
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.
68
+
69
+
Alternatively, you can set up your own background map using [environment variables](../environment/index.md#webmaps).
0 commit comments