Opened 20 years ago

Closed 20 years ago

#739 closed defect (fixed)

<ExternalGraphic> doesn't work in SLD

Reported by: jdenisgiguere@… Owned by: mapserverbugs
Priority: high Milestone:
Component: WMS Server Version: 4.2
Severity: normal Keywords:
Cc:

Description

Mapserver doesn't recognize the external graphic. You can observe this issue on
the 2 demos of OGC SLD support in Mapserver (PointSymbolizer and PolygonSymbolizer).

http://www2.dmsolutions.ca/cgi-bin/mswms_world?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=WorldGen&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_polygon_fill_symbol_external.xml
http://www2.dmsolutions.ca/cgi-bin/mswms_world?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=WorldPOI&BBOX=-84.7978536015,41.440374,-75.737539764,45.97524&SLD=http://www2.dmsolutions.ca/msapps/world_testdata/tests/sld_tests/sld_symbol_external.xml

Moreover the OGC syntax for Online resource is 
<OnlineResource xlink:type="simple"                   
xlink:href="http://www2.dmsolutions.ca/msapps/world_testdata/map/etc/target-1.gif"
/>
 instead of
<OnlineResource>
http://www2.dmsolutions.ca/msapps/world_testdata/map/etc/target-1.gif
</OnlineResource>

Change History (1)

comment:1 by assefa, 20 years ago

Resolution: fixed
Status: newclosed
Corrected.

Demos have been updated to reflect changes.
Note: See TracTickets for help on using tickets.