Fixed condition to no longer raise an error
The function that tries to deduce the classification of pure water or land tiles from imported geometries would throw an error (by definition) when the geometry consists of multiple parts that all resolve to the same quadkey.
This MR changes the ValueError
to a warning and adds a check to not add the same quadkey twice.
Edited by Karsten Prehn