Skip to content

Commit

Permalink
Merge pull request #6 from sersanchus/fix_default_dim
Browse files Browse the repository at this point in the history
Correctly defines the default dim as string
  • Loading branch information
peluko00 authored May 24, 2024
2 parents 676c97e + 916f02a commit 8cc3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_geoengine/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GeoField(fields.Field):
"""

geo_type = None
dim = 2
dim = "2"
srid = 3857
gist_index = True

Expand Down

0 comments on commit 8cc3705

Please sign in to comment.