diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:17:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-17 16:17:55 +0100 |
commit | ef9667db2dbe1a758a5e35fdec46ab51d77c2398 (patch) | |
tree | 61d50d9be4ade55d9d31ca03c705cffbcdccd4f9 /conf | |
parent | 262b862427ae7523aada0af8f705925bd6891961 (diff) |
needs to have empty string otherwise deploy gets confused
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index ad3451d18..fd9ecad21 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -63,7 +63,7 @@ MAPIT_TYPES: [ 'ZZZ' ] # MapIt type codes for them here. # You can probably leave this blank, but in the UK we use something like: # MAPIT_TYPES_CHILDREN: [ 'DIW', 'LBW', 'MTW', 'UTE', 'UTW', 'CED', 'COP', 'LGW' ] -MAPIT_TYPES_CHILDREN: +MAPIT_TYPES_CHILDREN: '' # If you wish to use Google Maps or Bing Maps Geocoding, get and put the # relevant key here. Without a key, geocoding will use OSM's Nominatim. |