So i was testing upgrade from 2.7 to 2.8 and also possibly from 2.7 to 2.9,
and noticed some changes in styles

2.7.x :

<http://osgeo-org.1560.x6.nabble.com/file/n5292221/gs_old.jpg> 

2.8.x and also 2.9.x

<http://osgeo-org.1560.x6.nabble.com/file/n5292221/gs_new.jpg> 

There is a slight difference in labels. They look flattened in newer
versions. This is the label part of the sld:

          <TextSymbolizer>
            <Label>
                <ogc:PropertyName>oznaka</ogc:PropertyName>
            </Label>
            
              <CssParameter name="font-family">Nimbus Sans L</CssParameter>
              <CssParameter name="font-size">16</CssParameter>
              <CssParameter name="font-style">normal</CssParameter>
            
            <LabelPlacement>
              <PointPlacement>
                <AnchorPoint>
                  <AnchorPointX>0.5</AnchorPointX>
                  <AnchorPointY>0.5</AnchorPointY>
                </AnchorPoint>
              </PointPlacement>
            </LabelPlacement>
            <Halo>
              <Radius>2</Radius>
              <Fill>
                <CssParameter name="fill">#FFFFFF</CssParameter>
                <CssParameter name="fill-opacity">0.7</CssParameter>
              </Fill>
            </Halo>
            <Fill>
              <CssParameter name="fill">#000000</CssParameter>
              <CssParameter name="fill-opacity">0.95</CssParameter>
            </Fill>
            <Priority>
              <VendorOption name="group">yes</VendorOption>
              <VendorOption name="labelAllGroup">true</VendorOption>
            </Priority>
          </TextSymbolizer>

Layers are rendered in the app in EPSG:3765, but the same result can be seen
when rendered in WEB Mercator. Any idea what could be the cause of this
behavior?

Thanks

Best regards
Davor



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Geoserver-upgrade-2-7-x-2-8-x-styling-changed-tp5292221.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to