camptocamp / c2cgeoportal

c2cgeoportal application
http://geomapfish.org
Other
64 stars 46 forks source link

c2cgeoportal 1.5.1 mobile error #1137

Closed gnerred closed 9 years ago

gnerred commented 9 years ago

Since the installation of GeoMapfish 1.5.1, I get an error on the mobile app, and it doesn't load :

http://preprod.cartoriviera.ch/mobile/

rbovard commented 9 years ago

See https://github.com/camptocamp/c2cgeoportal/issues/1134

gnerred commented 9 years ago

thanks @rbovard , I will wait next release

sbrunner commented 9 years ago

Already fixed :-)

asaunier commented 9 years ago

Edit your mobile/config.js and apply the following change:

-    App.WFSTypes = '${wfs_types | n}'.split(',');
+    App.WFSTypes = jsonFormat.read('${dumps(wfs_types) | n}');
gnerred commented 9 years ago

Thanks @asaunier , it solves the problem :O)