From 638f14c2ea674287df864db68483dcd69b7b90c8 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 13 Aug 2025 14:47:54 -0400 Subject: [PATCH] Fix add_geoparquet_layer docstring bug --- python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py b/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py index a4e835417..449407c12 100644 --- a/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py +++ b/python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py @@ -559,6 +559,7 @@ def add_geoparquet_layer( ): """ Add a GeoParquet Layer to the document + :param path: The path to the GeoParquet file to embed into the jGIS file. :param name: The name that will be used for the object in the document. :param type: The type of the vector layer to create.