We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd6a87 commit 86fcccaCopy full SHA for 86fccca
flask_googlemaps/icons.py
@@ -28,7 +28,7 @@ def __getattr__(self, item):
28
29
alpha = Icon(
30
base_url='//www.google.com/mapfiles/marker{0}.png',
31
- options=['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K'
+ options=['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
32
'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V',
33
'X', 'Z', 'W', 'Y']
34
)
0 commit comments