Skip to content

Commit

Permalink
Use correct .jGIS extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jan 28, 2025
1 parent 51c50e3 commit 9103433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jupytergis_lab/jupytergis_lab/notebook/geo_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def geo_debug(geojson_path: str) -> None:
"""Run a JupyterGIS data interaction interface alongside a Notebook."""
# TODO: allow user to specify a different project file;
# TODO: Just create the .jgis file
doc = GISDocument("debug.jgis")
doc = GISDocument("debug.jGIS")

# TODO: Basemap choices
doc.add_raster_layer(
Expand Down

0 comments on commit 9103433

Please sign in to comment.