From 05ff1db1fe07ee8c3c9c45c32faba7314cc178bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20H=C3=A4nninen?= Date: Thu, 5 Sep 2024 14:34:51 +0300 Subject: [PATCH] Revert "Rename view names" This reverts commit c9e94332aab21695c3f2be337d22f8ec3091c55d. --- src/components/map/layers/NetworkLayers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/layers/NetworkLayers.tsx b/src/components/map/layers/NetworkLayers.tsx index bed3baba7..d8a191995 100644 --- a/src/components/map/layers/NetworkLayers.tsx +++ b/src/components/map/layers/NetworkLayers.tsx @@ -19,8 +19,8 @@ import * as s from './networkLayers.scss'; import { INodePopupData } from './popups/NodePopup'; enum TileserverLayer { - Link = 'linkki', - Point = 'piste', + Link = 'linkki_view', + Point = 'piste_view', } interface INetworkLayersProps {