A numeric (string) label should be supported (ex: '1') when creating a StaticMapMarker. However, an error is raised because of the line "if len(label) != 1 or not label.isupper() or not label.isalnum()" at line 78 (file maps.py).
The test label.isupper() returns false for '1', but it's a valid label.
A numeric (string) label should be supported (ex: '1') when creating a StaticMapMarker. However, an error is raised because of the line "if len(label) != 1 or not label.isupper() or not label.isalnum()" at line 78 (file maps.py).
The test label.isupper() returns false for '1', but it's a valid label.