[Geoserver-users] SLD external graphic

Dear list,

I have a problem with using an external symbol as makrer in my SLD, thisi s my code, there is no error message but also no point (and I know, there are points in the bbox) because I used the same SLD with well known myrker before, I only change the stuff between the "<PointSymbolizer>"

Does anybody here see me than me?

Thanks a lot!

Till

#############################

<FeatureTypeStyle><!-- Rule 1 -->
  <Rule>
   <Name>highlight_all</Name> <ogc:Filter>
<ogc:Or>
    MYFILTER
</ogc:Or>
        </ogc:Filter>
<PointSymbolizer>
<Geometry>
<PropertyName>gid</PropertyName>
</Geometry>
<Graphic>
<ExternalGraphic>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://www.webmapcenter.de/infogeo/tmp/img1.gif&quot;/&gt;&quot;/&gt;
<Format>GIF</Format>
</ExternalGraphic>
<Size>10.0</Size>
</Graphic>
</PointSymbolizer>
        </Rule> </FeatureTypeStyle>

#############################

--
----------------------------------------------------------
terrestris GmbH & Co. KG
Irmintrudisstrasse 17
53111 Bonn
Germany

Till Adams
Geschäftsführung

Tel: +49 (0)228 / 962 899-52
Fax: +49 (0)228 / 962 899-57
adams@anonymised.com http://www.terrestris.de
Amtsgericht Bonn, HRA 6835
---------------------------------------------------------

Komplementärin:

terrestris Verwaltungs GmbH

vertreten durch:
Hinrich Paulsen, Till Adams

Till Adams ha scritto:

Dear list,

I have a problem with using an external symbol as makrer in my SLD, thisi s my code, there is no error message but also no point (and I know, there are points in the bbox) because I used the same SLD with well known myrker before, I only change the stuff between the "<PointSymbolizer>"

Does anybody here see me than me?

Thanks a lot!

Till

#############################

<FeatureTypeStyle><!-- Rule 1 -->
  <Rule>
   <Name>highlight_all</Name> <ogc:Filter>
<ogc:Or>
    MYFILTER
</ogc:Or>
        </ogc:Filter>
<PointSymbolizer>
<Geometry>
<PropertyName>gid</PropertyName>
</Geometry>
<Graphic>
<ExternalGraphic>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink&quot; xlink:type="simple" xlink:href="http://www.webmapcenter.de/infogeo/tmp/img1.gif&quot;/&gt;&quot;/&gt;
<Format>GIF</Format>

The first thing that comes to mind is that format has to be a MIME
type. Try with image/gif instead

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.