const leafletTileSources = { 'openstreetmap': { tileUrlFormat: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', tileUrlSubDomains: 'abc', minZoom: 1, maxZoom: 19, defaultZoomLevel: 14, attribution : '© OpenStreetMap contributors' }, 'openstreetmap-humanitarian': { tileUrlFormat: 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', tileUrlSubDomains: 'abc', minZoom: 1, maxZoom: 19, defaultZoomLevel: 14, attribution : '© OpenStreetMap contributors, Tiles style by Humanitarian OpenStreetMap Team hosted by OpenStreetMap France' }, 'opentopomap': { tileUrlFormat: 'https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png', tileUrlSubDomains: 'abc', minZoom: 1, maxZoom: 17, defaultZoomLevel: 14, attribution : 'Map data: © OpenStreetMap contributors, SRTM | Map style: © OpenTopoMap (CC-BY-SA)' }, 'opnvkarte': { tileUrlFormat: 'https://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png', tileUrlSubDomains: '', minZoom: 1, maxZoom: 17, defaultZoomLevel: 14, attribution : 'Map memomaps.de CC-BY-SA, map data © OpenStreetMap contributors' }, 'cyclosm': { tileUrlFormat: 'https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png', tileUrlSubDomains: 'abc', minZoom: 1, maxZoom: 19, defaultZoomLevel: 14, attribution : 'CyclOSM | Map data: © OpenStreetMap contributors' }, 'tomtom': { tileUrlFormat: 'https://{s}.api.tomtom.com/map/1/tile/basic/main/{z}/{x}/{y}.png', tileUrlSubDomains: 'abcd', tileUrlExtraParams: [ { paramName: 'key', paramValueType: 'tomtom_key' }, { paramName: 'language', paramValueType: 'language' } ], minZoom: 1, maxZoom: 19, defaultZoomLevel: 14, attribution : '© 1992 - 2023 TomTom.' } } export default { leafletTileSources: leafletTileSources }