Opened 16 years ago
Closed 16 years ago
#2589 closed enhancement (fixed)
Patch for overlaping WMS tiles
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | patch josm plugin wms | Cc: |
Description
In the Czech republic we have a problem with one WMS server, which tends to wipe the WMS tiles near its borders.
To solve this I've created a patch allowing WMS plugin in JOSM to download tiles, whose sides do not align perfectly. Instead WMS can add a certain percentage of overlap between neighbouring tiles so that the missing information in one tile is 'overlayed' by the neigbouring one (if server supports alpha channel). This feature can be disabled
(which is the default) and the amount of overlap can be set in preferences.
Patch for WMSPlugin