You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromlocaltileserverimportget_leaflet_tile_layer, TileClientfromipyleafletimportMap# First, create a tile server from local raster fileclient=TileClient('path/to/geo.tif')
# Create ipyleaflet tile layer from that servert=get_leaflet_tile_layer(client)
m=Map(center=client.center(), zoom=client.default_zoom)
m.add_layer(t)
m
Environment Information
Description
error:
1019
1020 if http_error_msg:
-> 1021 raise HTTPError(http_error_msg, response=self)
1022
1023 def close(self):
HTTPError: 400 Client Error: BAD REQUEST for url: http://localhost:62933/api/metadata?&filename=D%3A%5Ccode%5Cpy%5Cimages%5CImage10.tif
What I Did
The text was updated successfully, but these errors were encountered: