Skip to content

Commit

Permalink
Revert "Rename view names"
Browse files Browse the repository at this point in the history
This reverts commit c9e9433.
  • Loading branch information
jhanninen committed Sep 5, 2024
1 parent c9e9433 commit 05ff1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/layers/NetworkLayers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05ff1db

Please sign in to comment.