File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
python/jupytergis_lab/jupytergis_lab/notebook Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,13 @@ def geo_debug(geojson_path: str) -> None:
1212 "https://basemap.nationalmap.gov/arcgis/rest/services/USGSTopo/MapServer/tile/{z}/{y}/{x}"
1313 )
1414
15- # TODO: Support lots of file types
15+ # TODO: Support lots of file types, and support Python objects like geodataframes.
1616 doc .add_geojson_layer (geojson_path )
1717
1818 # TODO: Zoom to layer; is that feasible to do from Python? Currently not exposed in
1919 # Python API.
2020
2121 # TODO: Make map take up the whole sidebar space.
22- # TODO: Toolbar not visible.
23- # /home/shared/jupytergis/packages/base/src/toolbar/widget.tsx
24- #
2522 # TODO: Activate left and right panel -- not sure how feasible yet from Python.
2623 # Also, if using sidecar, right panel can't be displayed. Can we open a
2724 # "native" JupyterLab pane instead of using sidecar?
You can’t perform that action at this time.
0 commit comments