Remove logging
This commit is contained in:
4
server.R
4
server.R
@@ -70,17 +70,13 @@ server <- function(input, output, session) {
|
|||||||
)
|
)
|
||||||
#---------------------
|
#---------------------
|
||||||
} else {
|
} else {
|
||||||
print("he")
|
|
||||||
View(mapproxy)
|
|
||||||
if (maptype == "Bezirke"){
|
if (maptype == "Bezirke"){
|
||||||
hideGroup(mapproxy, "layer_stadtteile")
|
hideGroup(mapproxy, "layer_stadtteile")
|
||||||
showGroup(mapproxy, "layer_bezirke")
|
showGroup(mapproxy, "layer_bezirke")
|
||||||
print("ho")
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
hideGroup(mapproxy, "layer_bezirke")
|
hideGroup(mapproxy, "layer_bezirke")
|
||||||
showGroup(mapproxy, "layer_stadtteile")
|
showGroup(mapproxy, "layer_stadtteile")
|
||||||
print("hey")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user