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 6718cec commit 79b4b60Copy full SHA for 79b4b60
flask_googlemaps/icons.py
@@ -26,7 +26,7 @@ def __getattr__(self, item):
26
27
dots = Icon(
28
base_url="//maps.google.com/mapfiles/ms/icons/{0}-dot.png",
29
- options=["blue", "yellow", "green", "red", "pink", "purple", "red"],
+ options=["blue", "yellow", "green", "red", "pink", "purple", "orange"],
30
) # type: Icon
31
32
alpha = Icon(
0 commit comments