[Geoserver-devel] [JIRA] (GEOS-9233) Layer disappears when zooming out

Piotr Blachnicki created an issue

GeoServer / BugGEOS-9233

Layer disappears when zooming out

Issue Type:

BugBug

Affects Versions:

2.15.1

Assignee:

Unassigned

Attachments:

image-2019-06-03-15-35-31-885.png, image-2019-06-03-15-36-36-028.png, shp.zip

Components:

styling, WMS

Created:

03/Jun/19 3:39 PM

Environment:

Windows 10 on notebook, but also on Windows Server 2008 R2 virtual machine

Priority:

HighHigh

Reporter:

Piotr Blachnicki

When zooming out layer (attached) (shapefile using wms) - it just disappears, when I’m using style without outlines like:

{{<?xml version=“1.0” encoding=“UTF-8”?>
<StyledLayerDescriptor version=“1.0.0” xmlns=“http://www.opengis.net/sld” xmlns:ogc=“http://www.opengis.net/ogc
xmlns:xlink=“http://www.w3.org/1999/xlink” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance
xsi:schemaLocation=“http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd”>
<NamedLayer>
<Name>styley</Name>
<UserStyle>
<Name>style1</Name>
<Title>style</Title>
<Abstract>Green fill</Abstract>
<FeatureTypeStyle>
<Rule>
<Name>Default</Name>
<PolygonSymbolizer>
<Fill>
<CssParameter name=“fill”>#66AA66</CssParameter>
<CssParameter name=“fill-opacity”>0.9</CssParameter>
</Fill>
</PolygonSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
}}

It seems to work when I add stroke to that style definition, but I don’t want to do this, I need this layer without stroke.

When zoom in layer looks like (image-2019-06-03-15-35-31-885.png), but when zoom out it disappears(
image-2019-06-03-15-36-36-028.png).

I was trying to play with WMS and JAI options but nothing seems to work.

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100103-sha1:fcba571)

Atlassian logo