Skip to content

Commit

Permalink
fix: Added missing driver
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Nov 30, 2023
1 parent 4768ca2 commit d83562c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraso_backend/apps/core/gis/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

logger = structlog.get_logger(__name__)

supported_drivers["KML"] = "rw"
supported_drivers["LIBKML"] = "rw"
supported_drivers["GPX"] = "rw"

Expand Down

0 comments on commit d83562c

Please sign in to comment.