File tree 4 files changed +5
-1
lines changed
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,8 @@ def __init__(self"""
417
417
"*{ node .name_property } * is deprecated!"
418
418
+ " Use *{ node .name_property .replace ("mapbox" , "map" )} * instead."
419
419
+ " Learn more at: https://plotly.com/python/mapbox-to-maplibre/",
420
- stacklevel=2
420
+ stacklevel=2,
421
+ category=DeprecationWarning,
421
422
)
422
423
"""
423
424
)
Original file line number Diff line number Diff line change @@ -2385,4 +2385,5 @@ def __init__(
2385
2385
+ " Use *choroplethmap* instead."
2386
2386
+ " Learn more at: https://plotly.com/python/mapbox-to-maplibre/" ,
2387
2387
stacklevel = 2 ,
2388
+ category = DeprecationWarning ,
2388
2389
)
Original file line number Diff line number Diff line change @@ -2326,4 +2326,5 @@ def __init__(
2326
2326
+ " Use *densitymap* instead."
2327
2327
+ " Learn more at: https://plotly.com/python/mapbox-to-maplibre/" ,
2328
2328
stacklevel = 2 ,
2329
+ category = DeprecationWarning ,
2329
2330
)
Original file line number Diff line number Diff line change @@ -2299,4 +2299,5 @@ def __init__(
2299
2299
+ " Use *scattermap* instead."
2300
2300
+ " Learn more at: https://plotly.com/python/mapbox-to-maplibre/" ,
2301
2301
stacklevel = 2 ,
2302
+ category = DeprecationWarning ,
2302
2303
)
You can’t perform that action at this time.
0 commit comments