Skip to content

Commit

Permalink
Update the geofield config so "cannot be geocoded" messages are avoided.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhavelant committed Jan 21, 2019
1 parent 9ea0139 commit 9bb4fc5
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ dependencies:
- geofield
third_party_settings:
geocoder_field:
weight: 0
method: source
weight: 0
geocode_field: parade_location
reverse_geocode_field: ''
hidden: false
disabled: false
plugins:
- openstreetmap
- geonames
- googlemaps
- bingmaps
- geoplugin
- geoip
- mapquest
dumper: wkt
delta_handling: default
failure:
Expand All @@ -35,5 +36,6 @@ required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
backend: geofield_backend_default
field_type: geofield

0 comments on commit 9bb4fc5

Please sign in to comment.