try({
PlotKant()
AddWaters(lakes=1, rivers=1, border="grey")
})
try({
PlotKant()
AddLakes(categ=1) # adds the lakes of category 1 to the map
AddRivers(categ=1:3) # adds the rivers of category 1:3 to the map
})
Run the code above in your browser using DataLab