holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
597 stars 77 forks source link

Deprecate Wikipedia tile and CI maintenance #630

Closed hoxbro closed 1 year ago

hoxbro commented 1 year ago

Fixes #623

Deprecate the Wikipedia Tile to be removed in 1.11.

Adds the deprecated method, which is also present in Holoviews and Panel. I also added the custom warnings for Holoviews and Geoviews to raise errors when running the tests to avoid overlooking warnings.

Also, using the PR to fix docs and build CI (mostly by accident).