Local titiler Start a TiTiler server Uncomment the following line to install leafmap if needed. 1# %pip install "leafmap[titiler]" 1import leafmap.maplibregl as leafmap 1leafmap.run_titiler(show_logs=False) 1url = "https://huggingface.co/datasets/giswqs/geospatial/resolve/main/las_vegas_test_naip.tif" 1 2 3m = leafmap.Map() m.add_cog_layer(url) m