Remove mentions of 'heavy' from thunderforest tiles.

This commit is contained in:
orangemug 2020-04-12 12:14:56 +01:00
parent 8f722c59de
commit ee72389534
2 changed files with 2 additions and 5 deletions

View file

@ -303,9 +303,6 @@ class SourcesModal extends React.Component {
<div className="maputnik-public-sources" style={{maxwidth: 500}}>
{tilesetOptions}
</div>
<p>
<strong>Note:</strong> 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.
</p>
</div>
<div className="maputnik-modal-section">

View file

@ -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",