mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
improve distance and direction markers
This commit is contained in:
@@ -73,9 +73,9 @@ export const basemaps: { [key: string]: string | Style; } = {
|
||||
source: 'cyclOSM',
|
||||
}],
|
||||
},
|
||||
linz: 'https://basemaps.linz.govt.nz/v1/tiles/topographic/EPSG:3857/style/topographic.json?api=d01fbtg0ar23gctac5m0jgyy2ds',
|
||||
swisstopo: 'https://vectortiles.geo.admin.ch/styles/ch.swisstopo.basemap.vt/style.json',
|
||||
swisstopoSatellite: 'https://vectortiles.geo.admin.ch/styles/ch.swisstopo.imagerybasemap.vt/style.json',
|
||||
linz: 'https://basemaps.linz.govt.nz/v1/tiles/topographic/EPSG:3857/style/topographic.json?api=d01fbtg0ar23gctac5m0jgyy2ds',
|
||||
linzTopo: {
|
||||
version: 8,
|
||||
sources: {
|
||||
@@ -256,6 +256,11 @@ Object.values(basemaps).forEach((basemap) => {
|
||||
}
|
||||
});
|
||||
|
||||
export const font: { [key: string]: string; } = {
|
||||
swisstopo: 'Frutiger Neue Condensed Regular',
|
||||
swisstopoSatellite: 'Frutiger Neue Condensed Regular',
|
||||
};
|
||||
|
||||
export const overlays: { [key: string]: AnySourceData; } = {
|
||||
cyclOSMlite: {
|
||||
type: 'raster',
|
||||
|
Reference in New Issue
Block a user