Skip to content

Commit d39c089

Browse files
authored
Fix add_geoparquet_layer docstring bug (#867)
1 parent e1f2bf5 commit d39c089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/jupytergis_lab/jupytergis_lab/notebook/gis_document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def add_geoparquet_layer(
559559
):
560560
"""
561561
Add a GeoParquet Layer to the document
562+
562563
:param path: The path to the GeoParquet file to embed into the jGIS file.
563564
:param name: The name that will be used for the object in the document.
564565
:param type: The type of the vector layer to create.

0 commit comments

Comments
 (0)