Skip to content

Commit

Permalink
Fix maplibre annotation bug (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Dec 11, 2024
1 parent 4b258f5 commit 5c2bd44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leafmap/maplibregl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3696,6 +3696,9 @@ def add_gps_trace(
"geometry",
]

if ann_column not in columns:
columns.append(ann_column)

if ann_column_edited not in columns:
columns.append(ann_column_edited)
if "geometry" not in columns:
Expand Down

0 comments on commit 5c2bd44

Please sign in to comment.