[Geoserver-devel] [JIRA] (GEOS-8773) Http based icons no longer get drawn

Ian Turton created an issue

GeoServer / BugGEOS-8773

Http based icons no longer get drawn

Issue Type:

BugBug

Affects Versions:

2.13.1

Assignee:

Unassigned

Components:

styling

Created:

06/Jun/18 11:04 AM

Priority:

MediumMedium

Reporter:

Ian Turton

As discussed on stackoverflow and the mailing list. GeoServer as of 2.13.1 no longer renders icons which are loaded over http.

Test SLD.

<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/StyledLayerDescriptor.xsd" xmlns:se="http://www.opengis.net/se">
  <NamedLayer>
    <se:Name>cctv_cameras</se:Name>
    <UserStyle>
      <se:Name>cctv_cameras</se:Name>
      <se:FeatureTypeStyle>
        <se:Rule>
          <se:Name>Single symbol</se:Name>
          <se:PointSymbolizer>
            <se:Graphic>
              <se:ExternalGraphic>
                <se:OnlineResource xlink:type="simple" xlink:href="http://maps.runnymede.gov.uk/website/maps/png/community/cctv_cameras.png"/>
                <se:Format>image/png</se:Format>
              </se:ExternalGraphic>
              </se:Graphic>
          </se:PointSymbolizer>
        </se:Rule>
      </se:FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>

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#100087-sha1:0ab722d)

Atlassian logo