quantities MUST be in order, that is how the ColorMap works. Simone. ------------------------------------------------------- === Notice that our office phone number has recently changed! Please, update your records! === Ing. Simone Giannecchini GeoSolutions S.A.S. Founder Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy
phone: +39 0584962313 fax: +39 0584962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/simonegiannecchini http://twitter.com/simogeo ------------------------------------------------------- On Mon, Oct 4, 2010 at 4:29 PM, Robert Buckley <[email protected]> wrote: > Thanks for the replies...I have simplified the sld to try and debug it. There > are now no "()", "<" or ">". It still validates ok, but still gives "code = > "internal error" org.vfny wms exception etc" > > > <?xml version="1.0" encoding="ISO-8859-1"?> > <StyledLayerDescriptor version="1.0.0" > xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" > 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"> > <NamedLayer> > <Name>Windpot_wgs84</Name> > <UserStyle> > <Title>Windpotential</Title> > <FeatureTypeStyle> > <Rule> > <RasterSymbolizer> > <ColorMap type="intervals"> > <ColorMapEntry color="#000000" quantity="1" opacity="0" label="no > Data"/> > <ColorMapEntry color="#FFFFD2" quantity="2" label="unter 871 MWha > "/> > <ColorMapEntry color="#F9F9BB" quantity="5" label="871 bis 890 > MWha "/> > <ColorMapEntry color="#E9E9B6" quantity="3" label="891 bis 910 > MWha "/> > <ColorMapEntry color="#CADAA3" quantity="6" label="911 bis 930 > MWha "/> > <ColorMapEntry color="#ADD581" quantity="10" label="931 bis 950 > MWha "/> > <ColorMapEntry color="#8FE25C" quantity="4" label="951 bis 970 > MWha "/> > <ColorMapEntry color="#6EFF78" quantity="11" label="971 bis 990 > MWha "/> > <ColorMapEntry color="#41ED8E" quantity="7" label="991 bis 1010 > MWha "/> > <ColorMapEntry color="#00A49F" quantity="8" label="1011 bis 1030 > MWha "/> > </ColorMap> > </RasterSymbolizer> > </Rule> > </FeatureTypeStyle> > </UserStyle> > </NamedLayer> > </StyledLayerDescriptor> > > > It renders when the quantities are in order, so it MUST be do to with that. > > Yours, > > Robert Buckley > > > > > ------------------------------------------------------------------------------ > Virtualization is moving to the mainstream and overtaking non-virtualized > environment for deploying applications. Does it make network security > easier or more difficult to achieve? Read this whitepaper to separate the > two and get a better understanding. > http://p.sf.net/sfu/hp-phase2-d2d > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
