diff --git a/server.R b/server.R index d7d7242..22ef72e 100644 --- a/server.R +++ b/server.R @@ -70,17 +70,13 @@ server <- function(input, output, session) { ) #--------------------- } else { - print("he") - View(mapproxy) if (maptype == "Bezirke"){ hideGroup(mapproxy, "layer_stadtteile") showGroup(mapproxy, "layer_bezirke") - print("ho") } else { hideGroup(mapproxy, "layer_bezirke") showGroup(mapproxy, "layer_stadtteile") - print("hey") } } })