Skip to content

Commit f698455

Browse files
committed
Create an anonymous project
1 parent f4b4abf commit f698455

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
def geo_debug(geojson_path: str) -> None:
77
"""Run a JupyterGIS data interaction interface alongside a Notebook."""
8-
# TODO: allow user to specify a different project file;
9-
# TODO: Just create the .jgis file
10-
doc = GISDocument("debug.jGIS")
8+
doc = GISDocument()
119

1210
# TODO: Basemap choices
1311
doc.add_raster_layer(

0 commit comments

Comments
 (0)