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 b356242 commit 5bca00cCopy full SHA for 5bca00c
docs/quickstart.md
@@ -45,7 +45,7 @@ and pass the url and attribution. For example:
45
folium.Map(tiles='http://{s}.tiles.example.com/{z}/{x}/{y}.png', attr='My Data Attribution')
46
```
47
48
-Folium also excepts objects from the [xyzservices package](https://github.com/geopandas/xyzservices).
+Folium also accepts objects from the [xyzservices package](https://github.com/geopandas/xyzservices).
49
50
51
Adding markers
@@ -71,12 +71,6 @@ folium.Marker(
71
icon=folium.Icon(color="green"),
72
).add_to(m)
73
74
-folium.Marker(
75
- location=[45.3300, -121.6823],
76
- popup="Some Other Location",
77
- icon=folium.Icon(color="red", icon="info-sign"),
78
-).add_to(m)
79
-
80
m
81
82
0 commit comments