Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading