diff options
| author | Xinhui | 2016-09-26 15:27:33 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-09-26 15:28:05 +0200 | 
| commit | 13dc269d40763314db72d51bb8e53acfd219b285 (patch) | |
| tree | d5cad3e8f317e68fbe88dfec7ac4cd582c9f22ee /lib/stif | |
| parent | b483cb1b878451d45350a21918993388c2994e65 (diff) | |
| download | chouette-core-13dc269d40763314db72d51bb8e53acfd219b285.tar.bz2 | |
Fix reflex accessPoint access_type mapping
Refs #1686
Diffstat (limited to 'lib/stif')
| -rw-r--r-- | lib/stif/reflex_synchronization.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb index b68fd6fc5..19f39e858 100644 --- a/lib/stif/reflex_synchronization.rb +++ b/lib/stif/reflex_synchronization.rb @@ -85,7 +85,7 @@ module Stif          access.stop_area = stop_area          {            :name           => :name, -          :access_type    => :area_type, +          :access_type    => :access_type,            :object_version => :version,            :zip_code       => :postal_code,            :city_name      => :city,  | 
