r1042 - trunk/echobase-ui/src/main/resources/lizmap/templates
Author: sbavencoff Date: 2014-07-07 17:07:58 +0200 (Mon, 07 Jul 2014) New Revision: 1042 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/1042 Log: refs #4194 : cache batimetry and eatrh Modified: trunk/echobase-ui/src/main/resources/lizmap/templates/LizmapTemplate.qgs.cfg Modified: trunk/echobase-ui/src/main/resources/lizmap/templates/LizmapTemplate.qgs.cfg =================================================================== --- trunk/echobase-ui/src/main/resources/lizmap/templates/LizmapTemplate.qgs.cfg 2014-07-07 14:29:51 UTC (rev 1041) +++ trunk/echobase-ui/src/main/resources/lizmap/templates/LizmapTemplate.qgs.cfg 2014-07-07 15:07:58 UTC (rev 1042) @@ -173,7 +173,8 @@ }, "Bathymetry": { "abstract": "", - "baseLayer": "False", + "cacheExpiration": 86400, + "baseLayer": "false", "noLegendImage": "False", "id": "pelgas{{voyageId}}", "title": "Bathymetry", @@ -184,7 +185,7 @@ "link": "", "toggled": "True", "name": "Bathymetry", - "cached": "False", + "cached": "true", "type": "layer", "maxScale": 1000000000000, "imageFormat": "image/png", @@ -211,7 +212,8 @@ }, "Country": { "abstract": "", - "baseLayer": "False", + "cacheExpiration": 86400, + "baseLayer": "false", "noLegendImage": "False", "id": "country{{voyageId}}", "title": "Country", @@ -222,7 +224,7 @@ "link": "", "toggled": "True", "name": "Country", - "cached": "False", + "cached": "True", "type": "layer", "maxScale": 1000000000000, "imageFormat": "image/png",
participants (1)
-
sbavencoffļ¼ users.forge.codelutin.com