Skip to content

Commit 1840aff

Browse files
committed
Update TODO comments
1 parent 8e1a7c9 commit 1840aff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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?

0 commit comments

Comments
 (0)