We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b4abf commit f698455Copy full SHA for f698455
python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py
@@ -5,9 +5,7 @@
5
6
def geo_debug(geojson_path: str) -> None:
7
"""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")
+ doc = GISDocument()
11
12
# TODO: Basemap choices
13
doc.add_raster_layer(
0 commit comments