From 2becb5e2891c276430a5ee08535b1c5d8e7ad7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20L=C3=B3pez?= Date: Mon, 5 Aug 2024 16:27:07 -0600 Subject: [PATCH] WIP: updating layer conts --- src/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.js b/src/constants/index.js index bbc36dcbf..94f4767a2 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -276,7 +276,7 @@ export const DEFAULT_TOAST_CONFIG = { export const MAPBOX_STYLE_LAYER_SOURCE_TYPES = ['mapbox_style']; export const GOOGLE_LAYER_SOURCE_TYPES = ['google_map']; -export const TILE_LAYER_SOURCE_TYPES = ['tile_server', 'mapbox_tiles']; +export const TILE_LAYER_SOURCE_TYPES = ['tile_server', 'mapbox_tiles', 'wms_basemap']; export const VALID_LAYER_SOURCE_TYPES = [...MAPBOX_STYLE_LAYER_SOURCE_TYPES, /* ...GOOGLE_LAYER_SOURCE_TYPES, */ ...TILE_LAYER_SOURCE_TYPES]; export const DEFAULT_SHOW_TRACK_DAYS = 7;