mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-13 16:22:59 +00:00
Compare commits
33 Commits
dev
...
f3c298642c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3c298642c | ||
|
|
b2568aa338 | ||
|
|
77ca98d2f5 | ||
|
|
aa370b6961 | ||
|
|
4bb77f113c | ||
|
|
5319733cf3 | ||
|
|
84883f44c0 | ||
|
|
92f442a79e | ||
|
|
dd2637971b | ||
|
|
0667f6ece2 | ||
|
|
c62b75c6ef | ||
|
|
2fb7e77b63 | ||
|
|
f4ced434a7 | ||
|
|
03dec13229 | ||
|
|
411afdfdb1 | ||
|
|
adbdf86de4 | ||
|
|
866a6a6916 | ||
|
|
bd42a7e270 | ||
|
|
2b951615ae | ||
|
|
fabf36c2ba | ||
|
|
d216b36ed6 | ||
|
|
e8f40fe206 | ||
|
|
3dc24d95e5 | ||
|
|
744f36f981 | ||
|
|
2e24dedcb2 | ||
|
|
e380764188 | ||
|
|
47c3edd496 | ||
|
|
d6eeddaa0e | ||
|
|
e57692c4f0 | ||
|
|
8c77490f1b | ||
|
|
6c4baf76bc | ||
|
|
64e1c24a58 | ||
|
|
87e2571170 |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2026 gpx.studio
|
Copyright (c) 2025 gpx.studio
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sprite": "https://demotiles.maplibre.org/styles/osm-bright-gl-style/sprite",
|
"sprite": "https://demotiles.maplibre.org/styles/osm-bright-gl-style/sprite",
|
||||||
|
"glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key={key}",
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"id": "background",
|
"id": "background",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import {
|
|||||||
Binoculars,
|
Binoculars,
|
||||||
Toilet,
|
Toilet,
|
||||||
} from 'lucide-static';
|
} from 'lucide-static';
|
||||||
import { type RasterDEMSourceSpecification, type StyleSpecification } from 'mapbox-gl';
|
import { type StyleSpecification } from 'mapbox-gl';
|
||||||
import ignFrTopo from './custom/ign-fr-topo.json';
|
import ignFrTopo from './custom/ign-fr-topo.json';
|
||||||
import ignFrPlan from './custom/ign-fr-plan.json';
|
import ignFrPlan from './custom/ign-fr-plan.json';
|
||||||
import ignFrSatellite from './custom/ign-fr-satellite.json';
|
import ignFrSatellite from './custom/ign-fr-satellite.json';
|
||||||
@@ -388,22 +388,6 @@ export const overlays: { [key: string]: string | StyleSpecification } = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
mapterhornHillshade: {
|
|
||||||
version: 8,
|
|
||||||
sources: {
|
|
||||||
mapterhornHillshade: {
|
|
||||||
type: 'raster-dem',
|
|
||||||
url: 'https://tiles.mapterhorn.com/tilejson.json',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
layers: [
|
|
||||||
{
|
|
||||||
id: 'mapterhornHillshade',
|
|
||||||
type: 'hillshade',
|
|
||||||
source: 'mapterhornHillshade',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
swisstopoSlope: {
|
swisstopoSlope: {
|
||||||
version: 8,
|
version: 8,
|
||||||
sources: {
|
sources: {
|
||||||
@@ -835,9 +819,8 @@ export const overlayTree: LayerTreeType = {
|
|||||||
waymarkedTrailsHorseRiding: true,
|
waymarkedTrailsHorseRiding: true,
|
||||||
waymarkedTrailsWinter: true,
|
waymarkedTrailsWinter: true,
|
||||||
},
|
},
|
||||||
bikerouterGravel: true,
|
|
||||||
cyclOSMlite: true,
|
cyclOSMlite: true,
|
||||||
mapterhornHillshade: true,
|
bikerouterGravel: true,
|
||||||
openRailwayMap: true,
|
openRailwayMap: true,
|
||||||
},
|
},
|
||||||
countries: {
|
countries: {
|
||||||
@@ -921,9 +904,8 @@ export const defaultOverlays: LayerTreeType = {
|
|||||||
waymarkedTrailsHorseRiding: false,
|
waymarkedTrailsHorseRiding: false,
|
||||||
waymarkedTrailsWinter: false,
|
waymarkedTrailsWinter: false,
|
||||||
},
|
},
|
||||||
bikerouterGravel: false,
|
|
||||||
cyclOSMlite: false,
|
cyclOSMlite: false,
|
||||||
mapterhornHillshade: false,
|
bikerouterGravel: false,
|
||||||
openRailwayMap: false,
|
openRailwayMap: false,
|
||||||
},
|
},
|
||||||
countries: {
|
countries: {
|
||||||
@@ -1058,9 +1040,8 @@ export const defaultOverlayTree: LayerTreeType = {
|
|||||||
waymarkedTrailsHorseRiding: false,
|
waymarkedTrailsHorseRiding: false,
|
||||||
waymarkedTrailsWinter: false,
|
waymarkedTrailsWinter: false,
|
||||||
},
|
},
|
||||||
bikerouterGravel: false,
|
|
||||||
cyclOSMlite: false,
|
cyclOSMlite: false,
|
||||||
mapterhornHillshade: false,
|
bikerouterGravel: false,
|
||||||
openRailwayMap: false,
|
openRailwayMap: false,
|
||||||
},
|
},
|
||||||
countries: {
|
countries: {
|
||||||
@@ -1453,18 +1434,3 @@ export const overpassQueryData: Record<string, OverpassQueryData> = {
|
|||||||
symbol: 'Anchor',
|
symbol: 'Anchor',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const terrainSources: { [key: string]: RasterDEMSourceSpecification } = {
|
|
||||||
'mapbox-dem': {
|
|
||||||
type: 'raster-dem',
|
|
||||||
url: 'mapbox://mapbox.mapbox-terrain-dem-v1',
|
|
||||||
tileSize: 512,
|
|
||||||
maxzoom: 14,
|
|
||||||
},
|
|
||||||
mapterhorn: {
|
|
||||||
type: 'raster-dem',
|
|
||||||
url: 'https://tiles.mapterhorn.com/tilejson.json',
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export const defaultTerrainSource = 'mapbox-dem';
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
href="https://github.com/gpxstudio/gpx.studio/blob/main/LICENSE"
|
href="https://github.com/gpxstudio/gpx.studio/blob/main/LICENSE"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
MIT © 2026 gpx.studio
|
MIT © 2025 gpx.studio
|
||||||
</Button>
|
</Button>
|
||||||
<LanguageSelect class="w-40 mt-3" />
|
<LanguageSelect class="w-40 mt-3" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,10 +34,11 @@
|
|||||||
import { editStyle } from '$lib/components/file-list/style/utils.svelte';
|
import { editStyle } from '$lib/components/file-list/style/utils.svelte';
|
||||||
import { getSymbolKey, symbols } from '$lib/assets/symbols';
|
import { getSymbolKey, symbols } from '$lib/assets/symbols';
|
||||||
import { selection, copied, cut } from '$lib/logic/selection';
|
import { selection, copied, cut } from '$lib/logic/selection';
|
||||||
|
import { map } from '$lib/components/map/map';
|
||||||
import { fileActions, pasteSelection } from '$lib/logic/file-actions';
|
import { fileActions, pasteSelection } from '$lib/logic/file-actions';
|
||||||
import { allHidden } from '$lib/logic/hidden';
|
import { allHidden } from '$lib/logic/hidden';
|
||||||
import { boundsManager } from '$lib/logic/bounds';
|
import { boundsManager } from '$lib/logic/bounds';
|
||||||
import { gpxColors, gpxLayers } from '$lib/components/map/gpx-layer/gpx-layers';
|
import { gpxLayers } from '$lib/components/map/gpx-layer/gpx-layers';
|
||||||
import { fileStateCollection } from '$lib/logic/file-state';
|
import { fileStateCollection } from '$lib/logic/file-state';
|
||||||
import { waypointPopup } from '$lib/components/map/gpx-layer/gpx-layer-popup';
|
import { waypointPopup } from '$lib/components/map/gpx-layer/gpx-layer-popup';
|
||||||
import { allowedPastes } from './sortable-file-list';
|
import { allowedPastes } from './sortable-file-list';
|
||||||
@@ -57,11 +58,19 @@
|
|||||||
|
|
||||||
let singleSelection = $derived($selection.size === 1);
|
let singleSelection = $derived($selection.size === 1);
|
||||||
|
|
||||||
let nodeColors: string[] = $derived.by(() => {
|
let nodeColors: string[] = $state([]);
|
||||||
|
|
||||||
|
$effect.pre(() => {
|
||||||
let colors: string[] = [];
|
let colors: string[] = [];
|
||||||
if (node) {
|
if (node && $map) {
|
||||||
if (node instanceof GPXFile) {
|
if (node instanceof GPXFile) {
|
||||||
let defaultColor = $gpxColors.get(item.getFileId());
|
let defaultColor = undefined;
|
||||||
|
|
||||||
|
let layer = gpxLayers.getLayer(item.getFileId());
|
||||||
|
if (layer) {
|
||||||
|
defaultColor = layer.layerColor;
|
||||||
|
}
|
||||||
|
|
||||||
let style = node.getStyle(defaultColor);
|
let style = node.getStyle(defaultColor);
|
||||||
colors = style.color;
|
colors = style.color;
|
||||||
} else if (node instanceof Track) {
|
} else if (node instanceof Track) {
|
||||||
@@ -74,14 +83,14 @@
|
|||||||
colors.push(style['gpx_style:color']);
|
colors.push(style['gpx_style:color']);
|
||||||
}
|
}
|
||||||
if (colors.length === 0) {
|
if (colors.length === 0) {
|
||||||
let defaultColor = $gpxColors.get(item.getFileId());
|
let layer = gpxLayers.getLayer(item.getFileId());
|
||||||
if (defaultColor) {
|
if (layer) {
|
||||||
colors.push(defaultColor);
|
colors.push(layer.layerColor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return colors;
|
nodeColors = colors;
|
||||||
});
|
});
|
||||||
|
|
||||||
let symbolKey = $derived(node instanceof Waypoint ? getSymbolKey(node.sym) : undefined);
|
let symbolKey = $derived(node instanceof Waypoint ? getSymbolKey(node.sym) : undefined);
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
language = 'en';
|
language = 'en';
|
||||||
}
|
}
|
||||||
|
|
||||||
map.init(language, hash, geocoder, geolocate);
|
map.init(PUBLIC_MAPBOX_TOKEN, language, hash, geocoder, geolocate);
|
||||||
});
|
});
|
||||||
|
|
||||||
onDestroy(() => {
|
onDestroy(() => {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onDestroy } from 'svelte';
|
import { onDestroy, onMount } from 'svelte';
|
||||||
import { gpxLayers } from '$lib/components/map/gpx-layer/gpx-layers';
|
import { gpxLayers } from '$lib/components/map/gpx-layer/gpx-layers';
|
||||||
import { DistanceMarkers } from '$lib/components/map/gpx-layer/distance-markers';
|
import { DistanceMarkers } from '$lib/components/map/gpx-layer/distance-markers';
|
||||||
import { StartEndMarkers } from '$lib/components/map/gpx-layer/start-end-markers';
|
import { StartEndMarkers } from '$lib/components/map/gpx-layer/start-end-markers';
|
||||||
@@ -9,10 +9,13 @@
|
|||||||
let distanceMarkers: DistanceMarkers;
|
let distanceMarkers: DistanceMarkers;
|
||||||
let startEndMarkers: StartEndMarkers;
|
let startEndMarkers: StartEndMarkers;
|
||||||
|
|
||||||
map.onLoad((map_) => {
|
onMount(() => {
|
||||||
gpxLayers.init();
|
gpxLayers.init();
|
||||||
startEndMarkers = new StartEndMarkers();
|
startEndMarkers = new StartEndMarkers();
|
||||||
distanceMarkers = new DistanceMarkers();
|
distanceMarkers = new DistanceMarkers();
|
||||||
|
});
|
||||||
|
|
||||||
|
map.onLoad((map_) => {
|
||||||
createPopups(map_);
|
createPopups(map_);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
class="justify-start"
|
|
||||||
href={`https://www.openstreetmap.org/edit?#map=${(($map?.getZoom() ?? 17) + 1).toFixed(0)}/${trackpoint.item.getLatitude().toFixed(5)}/${trackpoint.item.getLongitude().toFixed(5)}`}
|
href={`https://www.openstreetmap.org/edit?#map=${(($map?.getZoom() ?? 17) + 1).toFixed(0)}/${trackpoint.item.getLatitude().toFixed(5)}/${trackpoint.item.getLongitude().toFixed(5)}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { gpxStatistics } from '$lib/logic/statistics';
|
|||||||
import { getConvertedDistanceToKilometers } from '$lib/units';
|
import { getConvertedDistanceToKilometers } from '$lib/units';
|
||||||
import type { GeoJSONSource } from 'mapbox-gl';
|
import type { GeoJSONSource } from 'mapbox-gl';
|
||||||
import { get } from 'svelte/store';
|
import { get } from 'svelte/store';
|
||||||
import { ANCHOR_LAYER_KEY, map } from '$lib/components/map/map';
|
import { map } from '$lib/components/map/map';
|
||||||
import { allHidden } from '$lib/logic/hidden';
|
import { allHidden } from '$lib/logic/hidden';
|
||||||
|
|
||||||
const { distanceMarkers, distanceUnits } = settings;
|
const { distanceMarkers, distanceUnits } = settings;
|
||||||
@@ -44,45 +44,44 @@ export class DistanceMarkers {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!map_.getLayer('distance-markers')) {
|
if (!map_.getLayer('distance-markers')) {
|
||||||
map_.addLayer(
|
map_.addLayer({
|
||||||
{
|
id: 'distance-markers',
|
||||||
id: 'distance-markers',
|
type: 'symbol',
|
||||||
type: 'symbol',
|
source: 'distance-markers',
|
||||||
source: 'distance-markers',
|
filter: [
|
||||||
filter: [
|
'match',
|
||||||
'match',
|
['get', 'level'],
|
||||||
['get', 'level'],
|
100,
|
||||||
100,
|
['>=', ['zoom'], 0],
|
||||||
['>=', ['zoom'], 0],
|
50,
|
||||||
50,
|
['>=', ['zoom'], 7],
|
||||||
['>=', ['zoom'], 7],
|
25,
|
||||||
25,
|
[
|
||||||
[
|
'any',
|
||||||
'any',
|
['all', ['>=', ['zoom'], 8], ['<=', ['zoom'], 9]],
|
||||||
['all', ['>=', ['zoom'], 8], ['<=', ['zoom'], 9]],
|
|
||||||
['>=', ['zoom'], 11],
|
|
||||||
],
|
|
||||||
10,
|
|
||||||
['>=', ['zoom'], 10],
|
|
||||||
5,
|
|
||||||
['>=', ['zoom'], 11],
|
['>=', ['zoom'], 11],
|
||||||
1,
|
|
||||||
['>=', ['zoom'], 13],
|
|
||||||
false,
|
|
||||||
],
|
],
|
||||||
layout: {
|
10,
|
||||||
'text-field': ['get', 'distance'],
|
['>=', ['zoom'], 10],
|
||||||
'text-size': 14,
|
5,
|
||||||
'text-font': ['Open Sans Bold'],
|
['>=', ['zoom'], 11],
|
||||||
},
|
1,
|
||||||
paint: {
|
['>=', ['zoom'], 13],
|
||||||
'text-color': 'black',
|
false,
|
||||||
'text-halo-width': 2,
|
],
|
||||||
'text-halo-color': 'white',
|
layout: {
|
||||||
},
|
'text-field': ['get', 'distance'],
|
||||||
|
'text-size': 14,
|
||||||
|
'text-font': ['Open Sans Bold'],
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.distanceMarkers
|
paint: {
|
||||||
);
|
'text-color': 'black',
|
||||||
|
'text-halo-width': 2,
|
||||||
|
'text-halo-color': 'white',
|
||||||
|
},
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
map_.moveLayer('distance-markers');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (map_.getLayer('distance-markers')) {
|
if (map_.getLayer('distance-markers')) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { get, type Readable } from 'svelte/store';
|
import { get, type Readable } from 'svelte/store';
|
||||||
import mapboxgl, { type FilterSpecification } from 'mapbox-gl';
|
import mapboxgl, { type FilterSpecification } from 'mapbox-gl';
|
||||||
import { ANCHOR_LAYER_KEY, map } from '$lib/components/map/map';
|
import { map } from '$lib/components/map/map';
|
||||||
import { waypointPopup, trackpointPopup } from './gpx-layer-popup';
|
import { waypointPopup, trackpointPopup } from './gpx-layer-popup';
|
||||||
import {
|
import {
|
||||||
ListTrackSegmentItem,
|
ListTrackSegmentItem,
|
||||||
@@ -22,7 +22,6 @@ import { fileActionManager } from '$lib/logic/file-action-manager';
|
|||||||
import { fileActions } from '$lib/logic/file-actions';
|
import { fileActions } from '$lib/logic/file-actions';
|
||||||
import { splitAs } from '$lib/components/toolbar/tools/scissors/scissors';
|
import { splitAs } from '$lib/components/toolbar/tools/scissors/scissors';
|
||||||
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
||||||
import { gpxColors } from '$lib/components/map/gpx-layer/gpx-layers';
|
|
||||||
|
|
||||||
const colors = [
|
const colors = [
|
||||||
'#ff0000',
|
'#ff0000',
|
||||||
@@ -44,35 +43,16 @@ for (let color of colors) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get the color with the least amount of uses
|
// Get the color with the least amount of uses
|
||||||
function getColor(fileId: string) {
|
function getColor() {
|
||||||
let color = colors.reduce((a, b) => (colorCount[a] <= colorCount[b] ? a : b));
|
let color = colors.reduce((a, b) => (colorCount[a] <= colorCount[b] ? a : b));
|
||||||
colorCount[color]++;
|
colorCount[color]++;
|
||||||
gpxColors.update((colors) => {
|
|
||||||
colors.set(fileId, color);
|
|
||||||
return colors;
|
|
||||||
});
|
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
function replaceColor(fileId: string, oldColor: string, newColor: string) {
|
function decrementColor(color: string) {
|
||||||
if (colorCount.hasOwnProperty(oldColor)) {
|
|
||||||
colorCount[oldColor]--;
|
|
||||||
}
|
|
||||||
colorCount[newColor]++;
|
|
||||||
gpxColors.update((colors) => {
|
|
||||||
colors.set(fileId, newColor);
|
|
||||||
return colors;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function removeColor(fileId: string, color: string) {
|
|
||||||
if (colorCount.hasOwnProperty(color)) {
|
if (colorCount.hasOwnProperty(color)) {
|
||||||
colorCount[color]--;
|
colorCount[color]--;
|
||||||
}
|
}
|
||||||
gpxColors.update((colors) => {
|
|
||||||
colors.delete(fileId);
|
|
||||||
return colors;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getSvgForSymbol(symbol?: string | undefined, layerColor?: string | undefined) {
|
export function getSvgForSymbol(symbol?: string | undefined, layerColor?: string | undefined) {
|
||||||
@@ -141,7 +121,7 @@ export class GPXLayer {
|
|||||||
constructor(fileId: string, file: Readable<GPXFileWithStatistics | undefined>) {
|
constructor(fileId: string, file: Readable<GPXFileWithStatistics | undefined>) {
|
||||||
this.fileId = fileId;
|
this.fileId = fileId;
|
||||||
this.file = file;
|
this.file = file;
|
||||||
this.layerColor = getColor(fileId);
|
this.layerColor = getColor();
|
||||||
this.unsubscribe.push(
|
this.unsubscribe.push(
|
||||||
map.subscribe(($map) => {
|
map.subscribe(($map) => {
|
||||||
if ($map) {
|
if ($map) {
|
||||||
@@ -178,7 +158,7 @@ export class GPXLayer {
|
|||||||
file._data.style.color &&
|
file._data.style.color &&
|
||||||
this.layerColor !== `#${file._data.style.color}`
|
this.layerColor !== `#${file._data.style.color}`
|
||||||
) {
|
) {
|
||||||
replaceColor(this.fileId, this.layerColor, `#${file._data.style.color}`);
|
decrementColor(this.layerColor);
|
||||||
this.layerColor = `#${file._data.style.color}`;
|
this.layerColor = `#${file._data.style.color}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,23 +176,20 @@ export class GPXLayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_map.getLayer(this.fileId)) {
|
if (!_map.getLayer(this.fileId)) {
|
||||||
_map.addLayer(
|
_map.addLayer({
|
||||||
{
|
id: this.fileId,
|
||||||
id: this.fileId,
|
type: 'line',
|
||||||
type: 'line',
|
source: this.fileId,
|
||||||
source: this.fileId,
|
layout: {
|
||||||
layout: {
|
'line-join': 'round',
|
||||||
'line-join': 'round',
|
'line-cap': 'round',
|
||||||
'line-cap': 'round',
|
|
||||||
},
|
|
||||||
paint: {
|
|
||||||
'line-color': ['get', 'color'],
|
|
||||||
'line-width': ['get', 'width'],
|
|
||||||
'line-opacity': ['get', 'opacity'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.tracks
|
paint: {
|
||||||
);
|
'line-color': ['get', 'color'],
|
||||||
|
'line-width': ['get', 'width'],
|
||||||
|
'line-opacity': ['get', 'opacity'],
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
_map.on('click', this.fileId, this.layerOnClickBinded);
|
_map.on('click', this.fileId, this.layerOnClickBinded);
|
||||||
_map.on('contextmenu', this.fileId, this.layerOnContextMenuBinded);
|
_map.on('contextmenu', this.fileId, this.layerOnContextMenuBinded);
|
||||||
@@ -235,21 +212,18 @@ export class GPXLayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_map.getLayer(this.fileId + '-waypoints')) {
|
if (!_map.getLayer(this.fileId + '-waypoints')) {
|
||||||
_map.addLayer(
|
_map.addLayer({
|
||||||
{
|
id: this.fileId + '-waypoints',
|
||||||
id: this.fileId + '-waypoints',
|
type: 'symbol',
|
||||||
type: 'symbol',
|
source: this.fileId + '-waypoints',
|
||||||
source: this.fileId + '-waypoints',
|
layout: {
|
||||||
layout: {
|
'icon-image': ['get', 'icon'],
|
||||||
'icon-image': ['get', 'icon'],
|
'icon-size': 0.3,
|
||||||
'icon-size': 0.3,
|
'icon-anchor': 'bottom',
|
||||||
'icon-anchor': 'bottom',
|
'icon-padding': 0,
|
||||||
'icon-padding': 0,
|
'icon-allow-overlap': true,
|
||||||
'icon-allow-overlap': true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.waypoints
|
});
|
||||||
);
|
|
||||||
|
|
||||||
_map.on(
|
_map.on(
|
||||||
'mouseenter',
|
'mouseenter',
|
||||||
@@ -298,7 +272,7 @@ export class GPXLayer {
|
|||||||
'text-halo-color': 'white',
|
'text-halo-color': 'white',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.directionMarkers
|
_map.getLayer('distance-markers') ? 'distance-markers' : undefined
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -390,7 +364,7 @@ export class GPXLayer {
|
|||||||
|
|
||||||
this.unsubscribe.forEach((unsubscribe) => unsubscribe());
|
this.unsubscribe.forEach((unsubscribe) => unsubscribe());
|
||||||
|
|
||||||
removeColor(this.fileId, this.layerColor);
|
decrementColor(this.layerColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
moveToFront() {
|
moveToFront() {
|
||||||
@@ -399,13 +373,13 @@ export class GPXLayer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (_map.getLayer(this.fileId)) {
|
if (_map.getLayer(this.fileId)) {
|
||||||
_map.moveLayer(this.fileId, ANCHOR_LAYER_KEY.tracks);
|
_map.moveLayer(this.fileId);
|
||||||
}
|
}
|
||||||
if (_map.getLayer(this.fileId + '-waypoints')) {
|
if (_map.getLayer(this.fileId + '-waypoints')) {
|
||||||
_map.moveLayer(this.fileId + '-waypoints', ANCHOR_LAYER_KEY.waypoints);
|
_map.moveLayer(this.fileId + '-waypoints');
|
||||||
}
|
}
|
||||||
if (_map.getLayer(this.fileId + '-direction')) {
|
if (_map.getLayer(this.fileId + '-direction')) {
|
||||||
_map.moveLayer(this.fileId + '-direction', ANCHOR_LAYER_KEY.directionMarkers);
|
_map.moveLayer(this.fileId + '-direction');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { GPXFileStateCollectionObserver } from '$lib/logic/file-state';
|
import { GPXFileStateCollectionObserver } from '$lib/logic/file-state';
|
||||||
import { writable } from 'svelte/store';
|
|
||||||
import { GPXLayer } from './gpx-layer';
|
import { GPXLayer } from './gpx-layer';
|
||||||
|
|
||||||
export class GPXLayerCollection {
|
export class GPXLayerCollection {
|
||||||
@@ -43,4 +42,3 @@ export class GPXLayerCollection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const gpxLayers = new GPXLayerCollection();
|
export const gpxLayers = new GPXLayerCollection();
|
||||||
export const gpxColors = writable(new Map<string, string>());
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
overlays,
|
overlays,
|
||||||
overlayTree,
|
overlayTree,
|
||||||
overpassTree,
|
overpassTree,
|
||||||
terrainSources,
|
|
||||||
} from '$lib/assets/layers';
|
} from '$lib/assets/layers';
|
||||||
import { getLayers, isSelected, toggle } from '$lib/components/map/layer-control/utils';
|
import { getLayers, isSelected, toggle } from '$lib/components/map/layer-control/utils';
|
||||||
import { i18n } from '$lib/i18n.svelte';
|
import { i18n } from '$lib/i18n.svelte';
|
||||||
@@ -32,7 +31,6 @@
|
|||||||
currentOverpassQueries,
|
currentOverpassQueries,
|
||||||
customLayers,
|
customLayers,
|
||||||
opacities,
|
opacities,
|
||||||
terrainSource,
|
|
||||||
} = settings;
|
} = settings;
|
||||||
|
|
||||||
const { isLayerFromExtension, getLayerName } = extensionAPI;
|
const { isLayerFromExtension, getLayerName } = extensionAPI;
|
||||||
@@ -235,23 +233,6 @@
|
|||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
</Accordion.Content>
|
</Accordion.Content>
|
||||||
</Accordion.Item>
|
</Accordion.Item>
|
||||||
<Accordion.Item value="terrain-source">
|
|
||||||
<Accordion.Trigger>{i18n._('layers.terrain')}</Accordion.Trigger>
|
|
||||||
<Accordion.Content class="flex flex-col gap-3 overflow-visible">
|
|
||||||
<Select.Root bind:value={$terrainSource} type="single">
|
|
||||||
<Select.Trigger class="mr-1 w-full" size="sm">
|
|
||||||
{i18n._(`layers.label.${$terrainSource}`)}
|
|
||||||
</Select.Trigger>
|
|
||||||
<Select.Content class="h-fit max-h-[40dvh] overflow-y-auto">
|
|
||||||
{#each Object.keys(terrainSources) as id}
|
|
||||||
<Select.Item value={id}>
|
|
||||||
{i18n._(`layers.label.${id}`)}
|
|
||||||
</Select.Item>
|
|
||||||
{/each}
|
|
||||||
</Select.Content>
|
|
||||||
</Select.Root>
|
|
||||||
</Accordion.Content>
|
|
||||||
</Accordion.Item>
|
|
||||||
</Accordion.Root>
|
</Accordion.Root>
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
</Sheet.Header>
|
</Sheet.Header>
|
||||||
|
|||||||
@@ -54,27 +54,28 @@
|
|||||||
|
|
||||||
<Card.Root class="border-none shadow-md text-base p-2 max-w-[50dvw] gap-0">
|
<Card.Root class="border-none shadow-md text-base p-2 max-w-[50dvw] gap-0">
|
||||||
<Card.Header class="p-0 gap-0">
|
<Card.Header class="p-0 gap-0">
|
||||||
<Card.Title class="text-md flex flex-row">
|
<Card.Title class="text-md">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-row gap-3">
|
||||||
<p>{name}</p>
|
<div class="flex flex-col">
|
||||||
<div class="text-muted-foreground text-xs font-normal">
|
{name}
|
||||||
{poi.item.lat.toFixed(6)}° {poi.item.lon.toFixed(6)}°
|
<div class="text-muted-foreground text-xs font-normal">
|
||||||
|
{poi.item.lat.toFixed(6)}° {poi.item.lon.toFixed(6)}°
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<Button
|
||||||
|
class="ml-auto"
|
||||||
|
variant="outline"
|
||||||
|
size="icon"
|
||||||
|
href="https://www.openstreetmap.org/edit?editor=id&{poi.item.type ??
|
||||||
|
'node'}={poi.item.id}"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
<PencilLine size="16" />
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Button
|
|
||||||
class="ml-auto"
|
|
||||||
variant="outline"
|
|
||||||
size="icon-sm"
|
|
||||||
href="https://www.openstreetmap.org/edit?editor=id&{poi.item.type ?? 'node'}={poi
|
|
||||||
.item.id}"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<PencilLine size="16" />
|
|
||||||
</Button>
|
|
||||||
</Card.Title>
|
</Card.Title>
|
||||||
</Card.Header>
|
</Card.Header>
|
||||||
<Card.Content class="flex flex-col gap-1 p-0 text-sm whitespace-normal break-all">
|
<Card.Content class="flex flex-col p-0 text-sm mt-1 whitespace-normal break-all">
|
||||||
<ScrollArea class="flex flex-col max-h-[30dvh]">
|
<ScrollArea class="flex flex-col max-h-[30dvh]">
|
||||||
{#if tags.image || tags['image:0']}
|
{#if tags.image || tags['image:0']}
|
||||||
<div class="w-full rounded-md overflow-clip my-2 max-w-96 mx-auto">
|
<div class="w-full rounded-md overflow-clip my-2 max-w-96 mx-auto">
|
||||||
@@ -99,14 +100,8 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
<Button
|
<Button class="mt-2" variant="outline" disabled={$selection.size === 0} onclick={addToFile}>
|
||||||
size="sm"
|
<MapPin size="16" />
|
||||||
class="mt-1 justify-start"
|
|
||||||
variant="outline"
|
|
||||||
disabled={$selection.size === 0}
|
|
||||||
onclick={addToFile}
|
|
||||||
>
|
|
||||||
<MapPin size="14" />
|
|
||||||
{i18n._('toolbar.waypoint.add')}
|
{i18n._('toolbar.waypoint.add')}
|
||||||
</Button>
|
</Button>
|
||||||
</Card.Content>
|
</Card.Content>
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import { overpassQueryData } from '$lib/assets/layers';
|
|||||||
import { MapPopup } from '$lib/components/map/map-popup';
|
import { MapPopup } from '$lib/components/map/map-popup';
|
||||||
import { settings } from '$lib/logic/settings';
|
import { settings } from '$lib/logic/settings';
|
||||||
import { db } from '$lib/db';
|
import { db } from '$lib/db';
|
||||||
import { ANCHOR_LAYER_KEY } from '$lib/components/map/map';
|
|
||||||
|
|
||||||
const { currentOverpassQueries } = settings;
|
const { currentOverpassQueries } = settings;
|
||||||
|
|
||||||
@@ -86,20 +85,17 @@ export class OverpassLayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!this.map.getLayer('overpass')) {
|
if (!this.map.getLayer('overpass')) {
|
||||||
this.map.addLayer(
|
this.map.addLayer({
|
||||||
{
|
id: 'overpass',
|
||||||
id: 'overpass',
|
type: 'symbol',
|
||||||
type: 'symbol',
|
source: 'overpass',
|
||||||
source: 'overpass',
|
layout: {
|
||||||
layout: {
|
'icon-image': ['get', 'icon'],
|
||||||
'icon-image': ['get', 'icon'],
|
'icon-size': 0.25,
|
||||||
'icon-size': 0.25,
|
'icon-padding': 0,
|
||||||
'icon-padding': 0,
|
'icon-allow-overlap': ['step', ['zoom'], false, 14, true],
|
||||||
'icon-allow-overlap': ['step', ['zoom'], false, 14, true],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.overpass
|
});
|
||||||
);
|
|
||||||
|
|
||||||
this.map.on('mouseenter', 'overpass', this.onHoverBinded);
|
this.map.on('mouseenter', 'overpass', this.onHoverBinded);
|
||||||
this.map.on('click', 'overpass', this.onHoverBinded);
|
this.map.on('click', 'overpass', this.onHoverBinded);
|
||||||
|
|||||||
@@ -3,16 +3,8 @@ import MapboxGeocoder from '@mapbox/mapbox-gl-geocoder';
|
|||||||
import { get, writable, type Writable } from 'svelte/store';
|
import { get, writable, type Writable } from 'svelte/store';
|
||||||
import { settings } from '$lib/logic/settings';
|
import { settings } from '$lib/logic/settings';
|
||||||
import { tick } from 'svelte';
|
import { tick } from 'svelte';
|
||||||
import { terrainSources } from '$lib/assets/layers';
|
|
||||||
|
|
||||||
const {
|
const { treeFileView, elevationProfile, bottomPanelSize, rightPanelSize, distanceUnits } = settings;
|
||||||
treeFileView,
|
|
||||||
elevationProfile,
|
|
||||||
bottomPanelSize,
|
|
||||||
rightPanelSize,
|
|
||||||
distanceUnits,
|
|
||||||
terrainSource,
|
|
||||||
} = settings;
|
|
||||||
|
|
||||||
let fitBoundsOptions: mapboxgl.MapOptions['fitBoundsOptions'] = {
|
let fitBoundsOptions: mapboxgl.MapOptions['fitBoundsOptions'] = {
|
||||||
maxZoom: 15,
|
maxZoom: 15,
|
||||||
@@ -20,28 +12,6 @@ let fitBoundsOptions: mapboxgl.MapOptions['fitBoundsOptions'] = {
|
|||||||
easing: () => 1,
|
easing: () => 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
const emptySource: mapboxgl.GeoJSONSourceSpecification = {
|
|
||||||
type: 'geojson',
|
|
||||||
data: {
|
|
||||||
type: 'FeatureCollection',
|
|
||||||
features: [],
|
|
||||||
},
|
|
||||||
};
|
|
||||||
export const ANCHOR_LAYER_KEY = {
|
|
||||||
mapillary: 'mapillary-end',
|
|
||||||
tracks: 'tracks-end',
|
|
||||||
directionMarkers: 'direction-markers-end',
|
|
||||||
distanceMarkers: 'distance-markers-end',
|
|
||||||
interactions: 'interactions-end',
|
|
||||||
overpass: 'overpass-end',
|
|
||||||
waypoints: 'waypoints-end',
|
|
||||||
};
|
|
||||||
const anchorLayers: mapboxgl.LayerSpecification[] = Object.values(ANCHOR_LAYER_KEY).map((id) => ({
|
|
||||||
id: id,
|
|
||||||
type: 'symbol',
|
|
||||||
source: 'empty-source',
|
|
||||||
}));
|
|
||||||
|
|
||||||
export class MapboxGLMap {
|
export class MapboxGLMap {
|
||||||
private _map: Writable<mapboxgl.Map | null> = writable(null);
|
private _map: Writable<mapboxgl.Map | null> = writable(null);
|
||||||
private _onLoadCallbacks: ((map: mapboxgl.Map) => void)[] = [];
|
private _onLoadCallbacks: ((map: mapboxgl.Map) => void)[] = [];
|
||||||
@@ -51,15 +21,19 @@ export class MapboxGLMap {
|
|||||||
return this._map.subscribe(run, invalidate);
|
return this._map.subscribe(run, invalidate);
|
||||||
}
|
}
|
||||||
|
|
||||||
init(language: string, hash: boolean, geocoder: boolean, geolocate: boolean) {
|
init(
|
||||||
|
accessToken: string,
|
||||||
|
language: string,
|
||||||
|
hash: boolean,
|
||||||
|
geocoder: boolean,
|
||||||
|
geolocate: boolean
|
||||||
|
) {
|
||||||
const map = new mapboxgl.Map({
|
const map = new mapboxgl.Map({
|
||||||
container: 'map',
|
container: 'map',
|
||||||
style: {
|
style: {
|
||||||
version: 8,
|
version: 8,
|
||||||
sources: {
|
sources: {},
|
||||||
'empty-source': emptySource,
|
layers: [],
|
||||||
},
|
|
||||||
layers: anchorLayers,
|
|
||||||
imports: [
|
imports: [
|
||||||
{
|
{
|
||||||
id: 'basemap',
|
id: 'basemap',
|
||||||
@@ -68,6 +42,11 @@ export class MapboxGLMap {
|
|||||||
{
|
{
|
||||||
id: 'overlays',
|
id: 'overlays',
|
||||||
url: '',
|
url: '',
|
||||||
|
data: {
|
||||||
|
version: 8,
|
||||||
|
sources: {},
|
||||||
|
layers: [],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -144,14 +123,34 @@ export class MapboxGLMap {
|
|||||||
});
|
});
|
||||||
map.addControl(scaleControl);
|
map.addControl(scaleControl);
|
||||||
map.on('style.load', () => {
|
map.on('style.load', () => {
|
||||||
|
map.addSource('mapbox-dem', {
|
||||||
|
type: 'raster-dem',
|
||||||
|
url: 'mapbox://mapbox.mapbox-terrain-dem-v1',
|
||||||
|
tileSize: 512,
|
||||||
|
maxzoom: 14,
|
||||||
|
});
|
||||||
|
if (map.getPitch() > 0) {
|
||||||
|
map.setTerrain({
|
||||||
|
source: 'mapbox-dem',
|
||||||
|
exaggeration: 1,
|
||||||
|
});
|
||||||
|
}
|
||||||
map.setFog({
|
map.setFog({
|
||||||
color: 'rgb(186, 210, 235)',
|
color: 'rgb(186, 210, 235)',
|
||||||
'high-color': 'rgb(36, 92, 223)',
|
'high-color': 'rgb(36, 92, 223)',
|
||||||
'horizon-blend': 0.1,
|
'horizon-blend': 0.1,
|
||||||
'space-color': 'rgb(156, 240, 255)',
|
'space-color': 'rgb(156, 240, 255)',
|
||||||
});
|
});
|
||||||
map.on('pitch', this.setTerrain.bind(this));
|
map.on('pitch', () => {
|
||||||
this.setTerrain();
|
if (map.getPitch() > 0) {
|
||||||
|
map.setTerrain({
|
||||||
|
source: 'mapbox-dem',
|
||||||
|
exaggeration: 1,
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
map.setTerrain(null);
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
map.on('style.import.load', () => {
|
map.on('style.import.load', () => {
|
||||||
const basemap = map.getStyle().imports?.find((imprt) => imprt.id === 'basemap');
|
const basemap = map.getStyle().imports?.find((imprt) => imprt.id === 'basemap');
|
||||||
@@ -163,7 +162,6 @@ export class MapboxGLMap {
|
|||||||
this._map.set(map); // only set the store after the map has loaded
|
this._map.set(map); // only set the store after the map has loaded
|
||||||
window._map = map; // entry point for extensions
|
window._map = map; // entry point for extensions
|
||||||
this.resize();
|
this.resize();
|
||||||
this.setTerrain();
|
|
||||||
scaleControl.setUnit(get(distanceUnits));
|
scaleControl.setUnit(get(distanceUnits));
|
||||||
|
|
||||||
this._onLoadCallbacks.forEach((callback) => callback(map));
|
this._onLoadCallbacks.forEach((callback) => callback(map));
|
||||||
@@ -179,7 +177,6 @@ export class MapboxGLMap {
|
|||||||
scaleControl.setUnit(units);
|
scaleControl.setUnit(units);
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
this._unsubscribes.push(terrainSource.subscribe(() => this.setTerrain()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onLoad(callback: (map: mapboxgl.Map) => void) {
|
onLoad(callback: (map: mapboxgl.Map) => void) {
|
||||||
@@ -220,29 +217,6 @@ export class MapboxGLMap {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setTerrain() {
|
|
||||||
const map = get(this._map);
|
|
||||||
if (map) {
|
|
||||||
const source = get(terrainSource);
|
|
||||||
try {
|
|
||||||
if (!map.getSource(source)) {
|
|
||||||
map.addSource(source, terrainSources[source]);
|
|
||||||
}
|
|
||||||
if (map.getPitch() > 0) {
|
|
||||||
map.setTerrain({
|
|
||||||
source: source,
|
|
||||||
exaggeration: 1,
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
map.setTerrain(null);
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
// No reliable way to check if the map is ready to add sources and layers
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const map = new MapboxGLMap();
|
export const map = new MapboxGLMap();
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ import mapboxgl, { type LayerSpecification, type VectorSourceSpecification } fro
|
|||||||
import { Viewer, type ViewerBearingEvent } from 'mapillary-js/dist/mapillary.module';
|
import { Viewer, type ViewerBearingEvent } from 'mapillary-js/dist/mapillary.module';
|
||||||
import 'mapillary-js/dist/mapillary.css';
|
import 'mapillary-js/dist/mapillary.css';
|
||||||
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
||||||
import { ANCHOR_LAYER_KEY } from '$lib/components/map/map';
|
|
||||||
|
|
||||||
const mapillarySource: VectorSourceSpecification = {
|
const mapillarySource: VectorSourceSpecification = {
|
||||||
type: 'vector',
|
type: 'vector',
|
||||||
@@ -100,10 +99,10 @@ export class MapillaryLayer {
|
|||||||
this.map.addSource('mapillary', mapillarySource);
|
this.map.addSource('mapillary', mapillarySource);
|
||||||
}
|
}
|
||||||
if (!this.map.getLayer('mapillary-sequence')) {
|
if (!this.map.getLayer('mapillary-sequence')) {
|
||||||
this.map.addLayer(mapillarySequenceLayer, ANCHOR_LAYER_KEY.mapillary);
|
this.map.addLayer(mapillarySequenceLayer);
|
||||||
}
|
}
|
||||||
if (!this.map.getLayer('mapillary-image')) {
|
if (!this.map.getLayer('mapillary-image')) {
|
||||||
this.map.addLayer(mapillaryImageLayer, ANCHOR_LAYER_KEY.mapillary);
|
this.map.addLayer(mapillaryImageLayer);
|
||||||
}
|
}
|
||||||
this.map.on('style.load', this.addBinded);
|
this.map.on('style.load', this.addBinded);
|
||||||
this.map.on('mouseenter', 'mapillary-image', this.onMouseEnterBinded);
|
this.map.on('mouseenter', 'mapillary-image', this.onMouseEnterBinded);
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
import { onDestroy, onMount } from 'svelte';
|
import { onDestroy, onMount } from 'svelte';
|
||||||
import { getURLForLanguage } from '$lib/utils';
|
import { getURLForLanguage } from '$lib/utils';
|
||||||
import { Trash2 } from '@lucide/svelte';
|
import { Trash2 } from '@lucide/svelte';
|
||||||
import { ANCHOR_LAYER_KEY, map } from '$lib/components/map/map';
|
import { map } from '$lib/components/map/map';
|
||||||
import type { GeoJSONSource } from 'mapbox-gl';
|
import type { GeoJSONSource } from 'mapbox-gl';
|
||||||
import { selection } from '$lib/logic/selection';
|
import { selection } from '$lib/logic/selection';
|
||||||
import { fileActions } from '$lib/logic/file-actions';
|
import { fileActions } from '$lib/logic/file-actions';
|
||||||
@@ -63,18 +63,15 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!$map.getLayer('rectangle')) {
|
if (!$map.getLayer('rectangle')) {
|
||||||
$map.addLayer(
|
$map.addLayer({
|
||||||
{
|
id: 'rectangle',
|
||||||
id: 'rectangle',
|
type: 'fill',
|
||||||
type: 'fill',
|
source: 'rectangle',
|
||||||
source: 'rectangle',
|
paint: {
|
||||||
paint: {
|
'fill-color': 'SteelBlue',
|
||||||
'fill-color': 'SteelBlue',
|
'fill-opacity': 0.5,
|
||||||
'fill-opacity': 0.5,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.interactions
|
});
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
import { Button } from '$lib/components/ui/button';
|
import { Button } from '$lib/components/ui/button';
|
||||||
import Help from '$lib/components/Help.svelte';
|
import Help from '$lib/components/Help.svelte';
|
||||||
import { MountainSnow } from '@lucide/svelte';
|
import { MountainSnow } from '@lucide/svelte';
|
||||||
|
import { map } from '$lib/components/map/map';
|
||||||
import { i18n } from '$lib/i18n.svelte';
|
import { i18n } from '$lib/i18n.svelte';
|
||||||
import { getURLForLanguage } from '$lib/utils';
|
import { getURLForLanguage } from '$lib/utils';
|
||||||
import { selection } from '$lib/logic/selection';
|
import { selection } from '$lib/logic/selection';
|
||||||
@@ -19,7 +20,11 @@
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
class="whitespace-normal h-fit"
|
class="whitespace-normal h-fit"
|
||||||
disabled={!validSelection}
|
disabled={!validSelection}
|
||||||
onclick={() => fileActions.addElevationToSelection()}
|
onclick={() => {
|
||||||
|
if ($map) {
|
||||||
|
fileActions.addElevationToSelection($map);
|
||||||
|
}
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<MountainSnow size="16" class="shrink-0" />
|
<MountainSnow size="16" class="shrink-0" />
|
||||||
{i18n._('toolbar.elevation.button')}
|
{i18n._('toolbar.elevation.button')}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { ListItem, ListTrackSegmentItem } from '$lib/components/file-list/file-list';
|
import { ListItem, ListTrackSegmentItem } from '$lib/components/file-list/file-list';
|
||||||
import { ANCHOR_LAYER_KEY, map } from '$lib/components/map/map';
|
import { map } from '$lib/components/map/map';
|
||||||
import { fileActions } from '$lib/logic/file-actions';
|
import { fileActions } from '$lib/logic/file-actions';
|
||||||
import { GPXFileStateCollectionObserver, type GPXFileState } from '$lib/logic/file-state';
|
import { GPXFileStateCollectionObserver, type GPXFileState } from '$lib/logic/file-state';
|
||||||
import { selection } from '$lib/logic/selection';
|
import { selection } from '$lib/logic/selection';
|
||||||
@@ -144,18 +144,17 @@ export class ReducedGPXLayerCollection {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!map_.getLayer('simplified')) {
|
if (!map_.getLayer('simplified')) {
|
||||||
map_.addLayer(
|
map_.addLayer({
|
||||||
{
|
id: 'simplified',
|
||||||
id: 'simplified',
|
type: 'line',
|
||||||
type: 'line',
|
source: 'simplified',
|
||||||
source: 'simplified',
|
paint: {
|
||||||
paint: {
|
'line-color': 'white',
|
||||||
'line-color': 'white',
|
'line-width': 3,
|
||||||
'line-width': 3,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.interactions
|
});
|
||||||
);
|
} else {
|
||||||
|
map_.moveLayer('simplified');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import { get } from 'svelte/store';
|
|||||||
import { fileStateCollection } from '$lib/logic/file-state';
|
import { fileStateCollection } from '$lib/logic/file-state';
|
||||||
import { fileActions } from '$lib/logic/file-actions';
|
import { fileActions } from '$lib/logic/file-actions';
|
||||||
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
|
||||||
import { ANCHOR_LAYER_KEY } from '$lib/components/map/map';
|
|
||||||
|
|
||||||
export class SplitControls {
|
export class SplitControls {
|
||||||
map: mapboxgl.Map;
|
map: mapboxgl.Map;
|
||||||
@@ -109,25 +108,24 @@ export class SplitControls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!this.map.getLayer('split-controls')) {
|
if (!this.map.getLayer('split-controls')) {
|
||||||
this.map.addLayer(
|
this.map.addLayer({
|
||||||
{
|
id: 'split-controls',
|
||||||
id: 'split-controls',
|
type: 'symbol',
|
||||||
type: 'symbol',
|
source: 'split-controls',
|
||||||
source: 'split-controls',
|
layout: {
|
||||||
layout: {
|
'icon-image': 'split-control',
|
||||||
'icon-image': 'split-control',
|
'icon-size': 0.25,
|
||||||
'icon-size': 0.25,
|
'icon-padding': 0,
|
||||||
'icon-padding': 0,
|
|
||||||
},
|
|
||||||
filter: ['<=', ['get', 'minZoom'], ['zoom']],
|
|
||||||
},
|
},
|
||||||
ANCHOR_LAYER_KEY.interactions
|
filter: ['<=', ['get', 'minZoom'], ['zoom']],
|
||||||
);
|
});
|
||||||
|
|
||||||
this.map.on('mouseenter', 'split-controls', this.layerOnMouseEnterBinded);
|
this.map.on('mouseenter', 'split-controls', this.layerOnMouseEnterBinded);
|
||||||
this.map.on('mouseleave', 'split-controls', this.layerOnMouseLeaveBinded);
|
this.map.on('mouseleave', 'split-controls', this.layerOnMouseLeaveBinded);
|
||||||
this.map.on('click', 'split-controls', this.layerOnClickBinded);
|
this.map.on('click', 'split-controls', this.layerOnClickBinded);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.map.moveLayer('split-controls');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// No reliable way to check if the map is ready to add sources and layers
|
// No reliable way to check if the map is ready to add sources and layers
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ Create a copy of the currently selected files.
|
|||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
|
||||||
|
|
||||||
.
|
Delete the currently selected files.
|
||||||
|
|
||||||
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
|
||||||
|
|
||||||
|
|||||||
@@ -807,7 +807,7 @@ export const fileActions = {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
addElevationToSelection: async () => {
|
addElevationToSelection: async (map: mapboxgl.Map) => {
|
||||||
if (get(selection).size === 0) {
|
if (get(selection).size === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import {
|
|||||||
defaultOverlayTree,
|
defaultOverlayTree,
|
||||||
defaultOverpassQueries,
|
defaultOverpassQueries,
|
||||||
defaultOverpassTree,
|
defaultOverpassTree,
|
||||||
defaultTerrainSource,
|
|
||||||
type CustomLayer,
|
type CustomLayer,
|
||||||
} from '$lib/assets/layers';
|
} from '$lib/assets/layers';
|
||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
@@ -155,7 +154,6 @@ export const settings = {
|
|||||||
customLayers: new Setting<Record<string, CustomLayer>>('customLayers', {}),
|
customLayers: new Setting<Record<string, CustomLayer>>('customLayers', {}),
|
||||||
customBasemapOrder: new Setting<string[]>('customBasemapOrder', []),
|
customBasemapOrder: new Setting<string[]>('customBasemapOrder', []),
|
||||||
customOverlayOrder: new Setting<string[]>('customOverlayOrder', []),
|
customOverlayOrder: new Setting<string[]>('customOverlayOrder', []),
|
||||||
terrainSource: new Setting('terrainSource', defaultTerrainSource),
|
|
||||||
directionMarkers: new Setting('directionMarkers', false),
|
directionMarkers: new Setting('directionMarkers', false),
|
||||||
distanceMarkers: new Setting('distanceMarkers', false),
|
distanceMarkers: new Setting('distanceMarkers', false),
|
||||||
streetViewSource: new Setting('streetViewSource', 'mapillary'),
|
streetViewSource: new Setting('streetViewSource', 'mapillary'),
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Actualitza la capa"
|
"update": "Actualitza la capa"
|
||||||
},
|
},
|
||||||
"opacity": "Opacitat de la superposició",
|
"opacity": "Opacitat de la superposició",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mapes base",
|
"basemaps": "Mapes base",
|
||||||
"overlays": "Capes",
|
"overlays": "Capes",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Estació de tren",
|
"railway-station": "Estació de tren",
|
||||||
"tram-stop": "Parada de tramvia",
|
"tram-stop": "Parada de tramvia",
|
||||||
"bus-stop": "Parada d'autobús",
|
"bus-stop": "Parada d'autobús",
|
||||||
"ferry": "Ferri",
|
"ferry": "Ferri"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Aktualizovat vrstvu"
|
"update": "Aktualizovat vrstvu"
|
||||||
},
|
},
|
||||||
"opacity": "Průhlednost překryvu",
|
"opacity": "Průhlednost překryvu",
|
||||||
"terrain": "Zdroj terénu",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Základní mapy",
|
"basemaps": "Základní mapy",
|
||||||
"overlays": "Překrytí",
|
"overlays": "Překrytí",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Vrstevnice",
|
"swisstopoSlope": "swisstopo Vrstevnice",
|
||||||
"swisstopoHiking": "swisstopo Turistická",
|
"swisstopoHiking": "swisstopo Turistická",
|
||||||
"swisstopoHikingClosures": "swisstopo Turistické uzávěry",
|
"swisstopoHikingClosures": "swisstopo Turistické uzávěry",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Železniční stanice",
|
"railway-station": "Železniční stanice",
|
||||||
"tram-stop": "Zastávka tramvaje",
|
"tram-stop": "Zastávka tramvaje",
|
||||||
"bus-stop": "Autobusová zastávka",
|
"bus-stop": "Autobusová zastávka",
|
||||||
"ferry": "Trajekt",
|
"ferry": "Trajekt"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Layer aktualisieren"
|
"update": "Layer aktualisieren"
|
||||||
},
|
},
|
||||||
"opacity": "Deckkraft der Überlagerung",
|
"opacity": "Deckkraft der Überlagerung",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basiskarte",
|
"basemaps": "Basiskarte",
|
||||||
"overlays": "Ebenen",
|
"overlays": "Ebenen",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Neigung",
|
"swisstopoSlope": "swisstopo Neigung",
|
||||||
"swisstopoHiking": "swisstopo Wandern",
|
"swisstopoHiking": "swisstopo Wandern",
|
||||||
"swisstopoHikingClosures": "swisstopo Wanderungen Schließungen",
|
"swisstopoHikingClosures": "swisstopo Wanderungen Schließungen",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Bahnhof",
|
"railway-station": "Bahnhof",
|
||||||
"tram-stop": "Straßenbahnhaltestelle",
|
"tram-stop": "Straßenbahnhaltestelle",
|
||||||
"bus-stop": "Bushaltestelle",
|
"bus-stop": "Bushaltestelle",
|
||||||
"ferry": "Fähre",
|
"ferry": "Fähre"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Actualizar capa"
|
"update": "Actualizar capa"
|
||||||
},
|
},
|
||||||
"opacity": "Opacidad de la capa superpuesta",
|
"opacity": "Opacidad de la capa superpuesta",
|
||||||
"terrain": "Origen del terreno",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mapas base",
|
"basemaps": "Mapas base",
|
||||||
"overlays": "Capas",
|
"overlays": "Capas",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "Gravel bikerouter.de",
|
"bikerouterGravel": "Gravel bikerouter.de",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Senderismo",
|
"swisstopoHiking": "swisstopo Senderismo",
|
||||||
"swisstopoHikingClosures": "swisstopo Rutas Senderismo",
|
"swisstopoHikingClosures": "swisstopo Rutas Senderismo",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Estación de tren",
|
"railway-station": "Estación de tren",
|
||||||
"tram-stop": "Parada de tranvía",
|
"tram-stop": "Parada de tranvía",
|
||||||
"bus-stop": "Parada de autobús",
|
"bus-stop": "Parada de autobús",
|
||||||
"ferry": "Ferri",
|
"ferry": "Ferri"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Eguneratu geruza"
|
"update": "Eguneratu geruza"
|
||||||
},
|
},
|
||||||
"opacity": "Geruzaren opakutasuna",
|
"opacity": "Geruzaren opakutasuna",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Oinarrizko mapak",
|
"basemaps": "Oinarrizko mapak",
|
||||||
"overlays": "Geruzak",
|
"overlays": "Geruzak",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Malda",
|
"swisstopoSlope": "swisstopo Malda",
|
||||||
"swisstopoHiking": "swisstopo Mendi ibilaldiak",
|
"swisstopoHiking": "swisstopo Mendi ibilaldiak",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Tren geltokia",
|
"railway-station": "Tren geltokia",
|
||||||
"tram-stop": "Tranbia geltokia",
|
"tram-stop": "Tranbia geltokia",
|
||||||
"bus-stop": "Autobus geltokia",
|
"bus-stop": "Autobus geltokia",
|
||||||
"ferry": "Ferria",
|
"ferry": "Ferria"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Päivitä karttataso"
|
"update": "Päivitä karttataso"
|
||||||
},
|
},
|
||||||
"opacity": "Peitetason läpinäkyvyys",
|
"opacity": "Peitetason läpinäkyvyys",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Taustakartat",
|
"basemaps": "Taustakartat",
|
||||||
"overlays": "Peitetasot",
|
"overlays": "Peitetasot",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Rinnekaltevuus",
|
"swisstopoSlope": "swisstopo Rinnekaltevuus",
|
||||||
"swisstopoHiking": "swisstopo Retkeilyreitit",
|
"swisstopoHiking": "swisstopo Retkeilyreitit",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Rautatieasemat",
|
"railway-station": "Rautatieasemat",
|
||||||
"tram-stop": "Raitiovaunupysäkit",
|
"tram-stop": "Raitiovaunupysäkit",
|
||||||
"bus-stop": "Linja-autopysäkit",
|
"bus-stop": "Linja-autopysäkit",
|
||||||
"ferry": "Lautat",
|
"ferry": "Lautat"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Mettre à jour la couche"
|
"update": "Mettre à jour la couche"
|
||||||
},
|
},
|
||||||
"opacity": "Opacité de la surcouche",
|
"opacity": "Opacité de la surcouche",
|
||||||
"terrain": "Source du relief",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Fonds de carte",
|
"basemaps": "Fonds de carte",
|
||||||
"overlays": "Surcouches",
|
"overlays": "Surcouches",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Relief",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Pente",
|
"swisstopoSlope": "swisstopo Pente",
|
||||||
"swisstopoHiking": "swisstopo Randonnée",
|
"swisstopoHiking": "swisstopo Randonnée",
|
||||||
"swisstopoHikingClosures": "swisstopo Fermetures de randonnée",
|
"swisstopoHikingClosures": "swisstopo Fermetures de randonnée",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Gare",
|
"railway-station": "Gare",
|
||||||
"tram-stop": "Arrêt de tram",
|
"tram-stop": "Arrêt de tram",
|
||||||
"bus-stop": "Arrêt de bus",
|
"bus-stop": "Arrêt de bus",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Réteg feltöltése"
|
"update": "Réteg feltöltése"
|
||||||
},
|
},
|
||||||
"opacity": "Átfedés átlátszósága",
|
"opacity": "Átfedés átlátszósága",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Alaptérkép",
|
"basemaps": "Alaptérkép",
|
||||||
"overlays": "Térkép rétegek",
|
"overlays": "Térkép rétegek",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "kerékpár és terepkerékpár út",
|
"bikerouterGravel": "kerékpár és terepkerékpár út",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Lejtő",
|
"swisstopoSlope": "swisstopo Lejtő",
|
||||||
"swisstopoHiking": "swisstopo Túra",
|
"swisstopoHiking": "swisstopo Túra",
|
||||||
"swisstopoHikingClosures": "swisstopo túralezárások",
|
"swisstopoHikingClosures": "swisstopo túralezárások",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Vasútállomás",
|
"railway-station": "Vasútállomás",
|
||||||
"tram-stop": "Villamos megálló",
|
"tram-stop": "Villamos megálló",
|
||||||
"bus-stop": "Buszmegálló",
|
"bus-stop": "Buszmegálló",
|
||||||
"ferry": "Komp",
|
"ferry": "Komp"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Perbarui lapisan"
|
"update": "Perbarui lapisan"
|
||||||
},
|
},
|
||||||
"opacity": "Opasitas Overlay",
|
"opacity": "Opasitas Overlay",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Peta dasar",
|
"basemaps": "Peta dasar",
|
||||||
"overlays": "Overlay",
|
"overlays": "Overlay",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Kemiringan",
|
"swisstopoSlope": "swisstopo Kemiringan",
|
||||||
"swisstopoHiking": "swisstopo Pendakian",
|
"swisstopoHiking": "swisstopo Pendakian",
|
||||||
"swisstopoHikingClosures": "Penutupan Jalur Pendakian swisstopo",
|
"swisstopoHikingClosures": "Penutupan Jalur Pendakian swisstopo",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Stasiun kereta api",
|
"railway-station": "Stasiun kereta api",
|
||||||
"tram-stop": "Halt trem",
|
"tram-stop": "Halt trem",
|
||||||
"bus-stop": "Pemberhentian Bus",
|
"bus-stop": "Pemberhentian Bus",
|
||||||
"ferry": "Feri",
|
"ferry": "Feri"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Aggiorna livello"
|
"update": "Aggiorna livello"
|
||||||
},
|
},
|
||||||
"opacity": "Opacità di sovrapposizione",
|
"opacity": "Opacità di sovrapposizione",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mappe di base",
|
"basemaps": "Mappe di base",
|
||||||
"overlays": "Sovrapposizioni",
|
"overlays": "Sovrapposizioni",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Pendenza",
|
"swisstopoSlope": "swisstopo Pendenza",
|
||||||
"swisstopoHiking": "swisstopo Escursione",
|
"swisstopoHiking": "swisstopo Escursione",
|
||||||
"swisstopoHikingClosures": "swisstopo Fine escursione",
|
"swisstopoHikingClosures": "swisstopo Fine escursione",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Stazione ferroviaria",
|
"railway-station": "Stazione ferroviaria",
|
||||||
"tram-stop": "Fermata del tram",
|
"tram-stop": "Fermata del tram",
|
||||||
"bus-stop": "Fermata dell'autobus",
|
"bus-stop": "Fermata dell'autobus",
|
||||||
"ferry": "Traghetto",
|
"ferry": "Traghetto"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "레이어 갱신"
|
"update": "레이어 갱신"
|
||||||
},
|
},
|
||||||
"opacity": "오버레이 투명도",
|
"opacity": "오버레이 투명도",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "배경 지도",
|
"basemaps": "배경 지도",
|
||||||
"overlays": "오버레이",
|
"overlays": "오버레이",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "철도역",
|
"railway-station": "철도역",
|
||||||
"tram-stop": "트램 정류장",
|
"tram-stop": "트램 정류장",
|
||||||
"bus-stop": "버스 정류장",
|
"bus-stop": "버스 정류장",
|
||||||
"ferry": "페리",
|
"ferry": "페리"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Naujinti sluoksnį"
|
"update": "Naujinti sluoksnį"
|
||||||
},
|
},
|
||||||
"opacity": "Sluoksnio skaidrumas",
|
"opacity": "Sluoksnio skaidrumas",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Pagrindo žemėlapiai",
|
"basemaps": "Pagrindo žemėlapiai",
|
||||||
"overlays": "Sluoksniai",
|
"overlays": "Sluoksniai",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Geležinkelio stotis",
|
"railway-station": "Geležinkelio stotis",
|
||||||
"tram-stop": "Tramvajaus stotelė",
|
"tram-stop": "Tramvajaus stotelė",
|
||||||
"bus-stop": "Autobusų stotelė",
|
"bus-stop": "Autobusų stotelė",
|
||||||
"ferry": "Keltas",
|
"ferry": "Keltas"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update laag"
|
"update": "Update laag"
|
||||||
},
|
},
|
||||||
"opacity": "Laag Transparantie",
|
"opacity": "Laag Transparantie",
|
||||||
"terrain": "Terrein bron",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basis kaarten",
|
"basemaps": "Basis kaarten",
|
||||||
"overlays": "Lagen",
|
"overlays": "Lagen",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Grind",
|
"bikerouterGravel": "bikerouter.de Grind",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Helling",
|
"swisstopoSlope": "swisstopo Helling",
|
||||||
"swisstopoHiking": "swisstopo Wandelen",
|
"swisstopoHiking": "swisstopo Wandelen",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Sluiting",
|
"swisstopoHikingClosures": "swisstopo Hiking Sluiting",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Treinstation",
|
"railway-station": "Treinstation",
|
||||||
"tram-stop": "Tramhalte",
|
"tram-stop": "Tramhalte",
|
||||||
"bus-stop": "Bushalte",
|
"bus-stop": "Bushalte",
|
||||||
"ferry": "Veerboot",
|
"ferry": "Veerboot"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Oppdater lag"
|
"update": "Oppdater lag"
|
||||||
},
|
},
|
||||||
"opacity": "Gjennomsiktighet for overlegg",
|
"opacity": "Gjennomsiktighet for overlegg",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basiskart",
|
"basemaps": "Basiskart",
|
||||||
"overlays": "Overlag",
|
"overlays": "Overlag",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "sykkelrute Grus",
|
"bikerouterGravel": "sykkelrute Grus",
|
||||||
"cyclOSMlite": "SyklOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "SyklOSM Lite",
|
||||||
"swisstopoSlope": "swisstopografisk helningskart",
|
"swisstopoSlope": "swisstopografisk helningskart",
|
||||||
"swisstopoHiking": "swisstopografisk Fottur",
|
"swisstopoHiking": "swisstopografisk Fottur",
|
||||||
"swisstopoHikingClosures": "swisstopografi Stengte turstier",
|
"swisstopoHikingClosures": "swisstopografi Stengte turstier",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Jernbanestasjon",
|
"railway-station": "Jernbanestasjon",
|
||||||
"tram-stop": "Trikkestopp",
|
"tram-stop": "Trikkestopp",
|
||||||
"bus-stop": "Bussholdeplass",
|
"bus-stop": "Bussholdeplass",
|
||||||
"ferry": "Ferge",
|
"ferry": "Ferge"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Zaktualizuj warstwę"
|
"update": "Zaktualizuj warstwę"
|
||||||
},
|
},
|
||||||
"opacity": "Przezroczystość nakładki",
|
"opacity": "Przezroczystość nakładki",
|
||||||
"terrain": "Źródło danych terenowych",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mapy bazowe",
|
"basemaps": "Mapy bazowe",
|
||||||
"overlays": "Nakładki",
|
"overlays": "Nakładki",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Stoki",
|
"swisstopoSlope": "swisstopo Stoki",
|
||||||
"swisstopoHiking": "swisstopo Szlaki Turystyczne",
|
"swisstopoHiking": "swisstopo Szlaki Turystyczne",
|
||||||
"swisstopoHikingClosures": "swisstopo Zamknięcia Szlaków",
|
"swisstopoHikingClosures": "swisstopo Zamknięcia Szlaków",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Stacja kolejowa",
|
"railway-station": "Stacja kolejowa",
|
||||||
"tram-stop": "Przystanek tramwajowy",
|
"tram-stop": "Przystanek tramwajowy",
|
||||||
"bus-stop": "Przystanek autobusowy",
|
"bus-stop": "Przystanek autobusowy",
|
||||||
"ferry": "Prom",
|
"ferry": "Prom"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Atualizar camada"
|
"update": "Atualizar camada"
|
||||||
},
|
},
|
||||||
"opacity": "Opacidade de sobreposição",
|
"opacity": "Opacidade de sobreposição",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mapa base",
|
"basemaps": "Mapa base",
|
||||||
"overlays": "Sobreposições",
|
"overlays": "Sobreposições",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Estações ferroviárias",
|
"railway-station": "Estações ferroviárias",
|
||||||
"tram-stop": "Parada de bonde",
|
"tram-stop": "Parada de bonde",
|
||||||
"bus-stop": "Parada de Ônibus",
|
"bus-stop": "Parada de Ônibus",
|
||||||
"ferry": "Balsa",
|
"ferry": "Balsa"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Atualizar camada"
|
"update": "Atualizar camada"
|
||||||
},
|
},
|
||||||
"opacity": "Opacidade da sobreposição",
|
"opacity": "Opacidade da sobreposição",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Mapas base",
|
"basemaps": "Mapas base",
|
||||||
"overlays": "Sobreposições",
|
"overlays": "Sobreposições",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Estações ferroviárias",
|
"railway-station": "Estações ferroviárias",
|
||||||
"tram-stop": "Parada de bonde",
|
"tram-stop": "Parada de bonde",
|
||||||
"bus-stop": "Parada de Ônibus",
|
"bus-stop": "Parada de Ônibus",
|
||||||
"ferry": "Balsa",
|
"ferry": "Balsa"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Actualizează stratul"
|
"update": "Actualizează stratul"
|
||||||
},
|
},
|
||||||
"opacity": "Opacitatea overlay-ului",
|
"opacity": "Opacitatea overlay-ului",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Hărți de bază",
|
"basemaps": "Hărți de bază",
|
||||||
"overlays": "Suprapuneri",
|
"overlays": "Suprapuneri",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Gară",
|
"railway-station": "Gară",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Stație de autobuz",
|
"bus-stop": "Stație de autobuz",
|
||||||
"ferry": "Feribot",
|
"ferry": "Feribot"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Обновить слой"
|
"update": "Обновить слой"
|
||||||
},
|
},
|
||||||
"opacity": "Прозрачность наложения",
|
"opacity": "Прозрачность наложения",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Основные карты",
|
"basemaps": "Основные карты",
|
||||||
"overlays": "Наложения",
|
"overlays": "Наложения",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Железнодорожная станция",
|
"railway-station": "Железнодорожная станция",
|
||||||
"tram-stop": "Трамвайная остановка",
|
"tram-stop": "Трамвайная остановка",
|
||||||
"bus-stop": "Автобусная остановка",
|
"bus-stop": "Автобусная остановка",
|
||||||
"ferry": "Паром",
|
"ferry": "Паром"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Ažurirajte sloj"
|
"update": "Ažurirajte sloj"
|
||||||
},
|
},
|
||||||
"opacity": "Providnost preklapanja",
|
"opacity": "Providnost preklapanja",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Osnovne mape",
|
"basemaps": "Osnovne mape",
|
||||||
"overlays": "Preklapanja",
|
"overlays": "Preklapanja",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Železnička stanica",
|
"railway-station": "Železnička stanica",
|
||||||
"tram-stop": "Tramvajsko stajalište",
|
"tram-stop": "Tramvajsko stajalište",
|
||||||
"bus-stop": "Autobusko stajalište",
|
"bus-stop": "Autobusko stajalište",
|
||||||
"ferry": "Trajekt",
|
"ferry": "Trajekt"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Baskartor",
|
"basemaps": "Baskartor",
|
||||||
"overlays": "Lager",
|
"overlays": "Lager",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Järnvägsstation",
|
"railway-station": "Järnvägsstation",
|
||||||
"tram-stop": "Spårvagnshållplats",
|
"tram-stop": "Spårvagnshållplats",
|
||||||
"bus-stop": "Busshållplats",
|
"bus-stop": "Busshållplats",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Katman güncelle"
|
"update": "Katman güncelle"
|
||||||
},
|
},
|
||||||
"opacity": "Katman şeffaflığı",
|
"opacity": "Katman şeffaflığı",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Temel haritalar",
|
"basemaps": "Temel haritalar",
|
||||||
"overlays": "Katmanlar",
|
"overlays": "Katmanlar",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Eğim",
|
"swisstopoSlope": "swisstopo Eğim",
|
||||||
"swisstopoHiking": "swisstopo Yürüyüş",
|
"swisstopoHiking": "swisstopo Yürüyüş",
|
||||||
"swisstopoHikingClosures": "swisstopo Yürüyüş Sonu",
|
"swisstopoHikingClosures": "swisstopo Yürüyüş Sonu",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Tren istasyonu",
|
"railway-station": "Tren istasyonu",
|
||||||
"tram-stop": "Tramvay Durağı",
|
"tram-stop": "Tramvay Durağı",
|
||||||
"bus-stop": "Otobüs Durağı",
|
"bus-stop": "Otobüs Durağı",
|
||||||
"ferry": "Feribot",
|
"ferry": "Feribot"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Оновити шар"
|
"update": "Оновити шар"
|
||||||
},
|
},
|
||||||
"opacity": "Непрозорість накладання",
|
"opacity": "Непрозорість накладання",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Базові карти",
|
"basemaps": "Базові карти",
|
||||||
"overlays": "Накладання",
|
"overlays": "Накладання",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Залізнична Станція",
|
"railway-station": "Залізнична Станція",
|
||||||
"tram-stop": "Трамвайна Зупинка",
|
"tram-stop": "Трамвайна Зупинка",
|
||||||
"bus-stop": "Автобусна Зупинка",
|
"bus-stop": "Автобусна Зупинка",
|
||||||
"ferry": "Пором",
|
"ferry": "Пором"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "Update layer"
|
"update": "Update layer"
|
||||||
},
|
},
|
||||||
"opacity": "Overlay opacity",
|
"opacity": "Overlay opacity",
|
||||||
"terrain": "Terrain source",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "Basemaps",
|
"basemaps": "Basemaps",
|
||||||
"overlays": "Overlays",
|
"overlays": "Overlays",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "Mapterhorn Hillshade",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "swisstopo Slope",
|
"swisstopoSlope": "swisstopo Slope",
|
||||||
"swisstopoHiking": "swisstopo Hiking",
|
"swisstopoHiking": "swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "Railway Station",
|
"railway-station": "Railway Station",
|
||||||
"tram-stop": "Tram Stop",
|
"tram-stop": "Tram Stop",
|
||||||
"bus-stop": "Bus Stop",
|
"bus-stop": "Bus Stop",
|
||||||
"ferry": "Ferry",
|
"ferry": "Ferry"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
@@ -282,7 +282,6 @@
|
|||||||
"update": "更新图层"
|
"update": "更新图层"
|
||||||
},
|
},
|
||||||
"opacity": "图层透明度",
|
"opacity": "图层透明度",
|
||||||
"terrain": "地形来源",
|
|
||||||
"label": {
|
"label": {
|
||||||
"basemaps": "底图",
|
"basemaps": "底图",
|
||||||
"overlays": "叠加层",
|
"overlays": "叠加层",
|
||||||
@@ -325,9 +324,8 @@
|
|||||||
"bgMountains": "BGMountains",
|
"bgMountains": "BGMountains",
|
||||||
"usgs": "USGS",
|
"usgs": "USGS",
|
||||||
"bikerouterGravel": "bikerouter.de Gravel",
|
"bikerouterGravel": "bikerouter.de Gravel",
|
||||||
"cyclOSMlite": "CyclOSM Lite",
|
|
||||||
"mapterhornHillshade": "山体阴影",
|
|
||||||
"openRailwayMap": "OpenRailwayMap",
|
"openRailwayMap": "OpenRailwayMap",
|
||||||
|
"cyclOSMlite": "CyclOSM Lite",
|
||||||
"swisstopoSlope": "Swisstopo Slope",
|
"swisstopoSlope": "Swisstopo Slope",
|
||||||
"swisstopoHiking": "Swisstopo Hiking",
|
"swisstopoHiking": "Swisstopo Hiking",
|
||||||
"swisstopoHikingClosures": "Swisstopo Hiking Closures",
|
"swisstopoHikingClosures": "Swisstopo Hiking Closures",
|
||||||
@@ -380,9 +378,7 @@
|
|||||||
"railway-station": "火车站",
|
"railway-station": "火车站",
|
||||||
"tram-stop": "有轨电车站",
|
"tram-stop": "有轨电车站",
|
||||||
"bus-stop": "小型公交站台",
|
"bus-stop": "小型公交站台",
|
||||||
"ferry": "渡口",
|
"ferry": "渡口"
|
||||||
"mapbox-dem": "Mapbox DEM",
|
|
||||||
"mapterhorn": "Mapterhorn"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chart": {
|
"chart": {
|
||||||
|
|||||||
Reference in New Issue
Block a user