Skip to content

Commit

Permalink
apps/cyklomapa: fix add DPNK 2024 track func name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Aug 27, 2024
1 parent 2021074 commit b7614f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cyklomapa/static/js/mapa.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function setupPnkMap() {
addCSWMSLayer(name, enabled, slug, 'CS_pub_typ');
break;
case 't2024':
addDPNK_track(name, enabled, slug, 'dpnk:dpnk-2024');
addDPNKTrack(name, enabled, slug, 'dpnk:dpnk-2024');
break;
default:
// Filter poi
Expand Down

0 comments on commit b7614f5

Please sign in to comment.