Skip to content

Commit

Permalink
loc_resolv True by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wschuell committed Jan 10, 2024
1 parent 7f4a15f commit fe9a097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gis_fillers/fillers/fillers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@


class Filler(TemplateFiller):
def __init__(self, loc_resolve=False, loc_db=None, loc_resolver_args=[], **kwargs):
def __init__(
self, loc_resolve=True, loc_db="postgis", loc_resolver_args=[], **kwargs
):
self.loc_resolve = loc_resolve
self.loc_db = loc_db
if isinstance(loc_resolver_args, dict):
Expand Down

0 comments on commit fe9a097

Please sign in to comment.