Skip to content

Commit

Permalink
fix deprecated stamen
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Nov 7, 2023
1 parent 3f5368d commit b849a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data_sources/navigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data source set as lowest priority)

from ipyleaflet import Map, basemaps

m = Map(center=(32.3, 99), zoom=4, basemap=basemaps.Stadia.Stamen)
m = Map(center=(32.3, 99), zoom=4, basemap=basemaps.Stadia.StamenTerrain)
m.add(airways["L888"])

m

0 comments on commit b849a11

Please sign in to comment.