Commit a183f4f93477990d66792fca304ceaa4f8442a95
1 parent
df3c621a
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
classesphp/classe_mapa.php
... | ... | @@ -859,7 +859,7 @@ Include: |
859 | 859 | $layer->setmetadata("wms_exceptions_format","application/vnd.ogc.se_xml"); |
860 | 860 | $layer->setmetadata("wms_style",$nome); |
861 | 861 | $layer->setmetadata("wms_connectiontimeout","30"); |
862 | - $layer->setmetadata("wms_force_separate_request"," 1"); | |
862 | + $layer->setmetadata("wms_force_separate_request","1"); | |
863 | 863 | if (($tiporep != "") && ($suportasld == "sim")) |
864 | 864 | { |
865 | 865 | $layer->setmetadata("wms_sld_url",$imgurl.$layer->name."sld.xml"); |
... | ... | @@ -886,6 +886,7 @@ Include: |
886 | 886 | $c = $layer->offsite; |
887 | 887 | $c->setrgb(255,255,255); |
888 | 888 | ms_newLayerObj($this->mapa, $layer); |
889 | + $this->salva(); | |
889 | 890 | } |
890 | 891 | /* |
891 | 892 | Method: converteWS | ... | ... |