Remove logging
This commit is contained in:
4
server.R
4
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")
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user