MappiaEarth / mappia_publisher

Share your maps online, just create the layout in QGIS and use this plugin to easily publish it online.
http://mappia.earth
GNU General Public License v2.0
3 stars 3 forks source link

"Share Your Maps" fails due to UnicodeDecodeError in getCapabilities.xml #8

Closed montanes-github closed 3 weeks ago

montanes-github commented 1 year ago

Need some help! (System MacOSX 10.12.6 / QGIS 3.10.12)

"Share Your Maps" fails due to UnicodeDecodeError in getCapabilities.xml

partial Traceback: [...] UnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 28549: ordinal not in range(128) [...]

getCapabilities.xml [...]

group˸shp˸˸˸disabledownload˸notListing˸˸maxZoom˸2

[...]

You easily note that char "˸" instead of char ":" ist found resulting in UnicodeDecodeError

Any help is welcome!