.editorconfig
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_docs.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docker-image.yml
.github/workflows/docker-publish.yml
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
anymap/__init__.py
anymap/anymap.py
anymap/common.py
anymap.egg-info/PKG-INFO
anymap.egg-info/SOURCES.txt
anymap.egg-info/dependency_links.txt
anymap.egg-info/requires.txt
anymap.egg-info/top_level.txt
anymap/static/cesium_widget.css
anymap/static/cesium_widget.js
anymap/static/mapbox_widget.css
anymap/static/mapbox_widget.js
anymap/static/maplibre_widget.css
anymap/static/maplibre_widget.js
anymap/static/potree_widget.css
anymap/static/potree_widget.js
docs/CNAME
docs/anymap.md
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
examples/basic_usage.ipynb
examples/cesium_example.ipynb
examples/mapbox_example.ipynb
examples/multi_cell_test.ipynb
examples/potree_example.ipynb
tests/__init__.py
tests/test_anymap.py