Skip to content

Commit ecc8105

Browse files
committed
docs: Point to production tile server
1 parent f193b14 commit ecc8105

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

components/src/maplibre/Map/Map.stories.svelte

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,8 @@
205205
sprite: 'https://static.datenhub.net/maps/styles/swr-datalab-light/sprite/sprite',
206206
sources: {
207207
'versatiles-satellite': {
208-
attribution:
209-
'<a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> Mitwirkende',
210-
tiles: ['https://tiles-dev.datenhub.net/tiles/satellite/{z}/{x}/{y}'],
208+
attribution: '',
209+
tiles: ['https://tiles.datenhub.net/tiles/satellite/{z}/{x}/{y}'],
211210
bounds: [-180, -85.0511287798066, 180, 85.0511287798066],
212211
type: 'raster',
213212
scheme: 'xyz',
@@ -219,8 +218,7 @@
219218
{
220219
id: 'simple-tiles',
221220
type: 'raster',
222-
source: 'versatiles-satellite',
223-
attribution: '© OpenStreetMap contributors'
221+
source: 'versatiles-satellite'
224222
}
225223
]
226224
}}

0 commit comments

Comments
 (0)