diff --git a/src/components/modals/SourcesModal.jsx b/src/components/modals/SourcesModal.jsx index 99c865b..25e5bf1 100644 --- a/src/components/modals/SourcesModal.jsx +++ b/src/components/modals/SourcesModal.jsx @@ -303,9 +303,6 @@ class SourcesModal extends React.Component {
{tilesetOptions}
-

- Note: Some of the tilesets are not optimised for online use, and as a result the file sizes of the tiles can be quite large (heavy) for online vector rendering. Please review any tilesets before use. -

diff --git a/src/config/tilesets.json b/src/config/tilesets.json index dc3a2c1..59ae7d0 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -7,12 +7,12 @@ "thunderforest_transport": { "type": "vector", "url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}", - "title": "Thunderforest Transport v2 (heavy)" + "title": "Thunderforest Transport v2" }, "thunderforest_outdoors": { "type": "vector", "url": "https://tile.thunderforest.com/thunderforest.outdoors-v2.json?apikey={key}", - "title": "Thunderforest Outdoors v2 (heavy)" + "title": "Thunderforest Outdoors v2" }, "open_zoomstack": { "type": "vector",