Hi,

Doesn’t the named styles system 
https://mapserver.gis.umn.edu/ogc/sld.html#named-styles-support that was new in 
version 5.2 work as documented?

-Jukka Rahkonen-

Lähettäjä: mapserver-users <mapserver-users-boun...@lists.osgeo.org> Puolesta 
Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, Inc.]
Lähetetty: maanantai 14. syyskuuta 2020 17.56
Vastaanottaja: Lime, Steve D (MNIT) <steve.l...@state.mn.us>; 
mapserver-users@lists.osgeo.org
Aihe: Re: [mapserver-users] [EXTERNAL] RE: Multiple Styles for a LAYER/CLASS

Unfortunately, that’s not the functionality that I’m looking for…

What I want is to support “&STYLES=default” or “&STYLES=blue” query parameters 
resulting in different styling of the same underlying data.

Thanks,
Matt
.................................................................
Matthew Cechini
Contractor, Science Systems and Applications, Inc.
NASA GIBS Systems/Software Engineer
410.205.6272

From: "Lime, Steve D (MNIT)" 
<steve.l...@state.mn.us<mailto:steve.l...@state.mn.us>>
Date: Monday, September 14, 2020 at 10:49 AM
To: Matthew Cechini 
<matthew.f.cech...@nasa.gov<mailto:matthew.f.cech...@nasa.gov>>, 
"mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>" 
<mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>>
Subject: RE: [EXTERNAL] RE: Multiple Styles for a LAYER/CLASS

Names aren’t valid (or useful) at the style-level. If you remove those lines it 
should work and you’ll get stacked styles for each feature. --Steve

From: Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, Inc.] 
<matthew.f.cech...@nasa.gov<mailto:matthew.f.cech...@nasa.gov>>
Sent: Monday, September 14, 2020 7:27 AM
To: Lime, Steve D (MNIT) 
<steve.l...@state.mn.us<mailto:steve.l...@state.mn.us>>; 
mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>
Subject: Re: [EXTERNAL] RE: Multiple Styles for a LAYER/CLASS

________________________________
We’re using 7.0.1… admittedly a bit of an older version.  Mapserver balks on 
NAME in the STYLE element in that version.

Thanks,
Matt
.................................................................
Matthew Cechini
Contractor, Science Systems and Applications, Inc.
NASA GIBS Systems/Software Engineer
410.205.6272

From: "Lime, Steve D (MNIT)" 
<steve.l...@state.mn.us<mailto:steve.l...@state.mn.us>>
Date: Friday, September 11, 2020 at 5:17 PM
To: Matthew Cechini 
<matthew.f.cech...@nasa.gov<mailto:matthew.f.cech...@nasa.gov>>, 
"mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>" 
<mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>>
Subject: [EXTERNAL] RE: Multiple Styles for a LAYER/CLASS

Hi Matt: Actually that syntax is supported (except for the style NAME 
attribute) and you can have multiple styles inside a class. What version are 
you using? --Steve

From: mapserver-users 
<mapserver-users-boun...@lists.osgeo.org<mailto:mapserver-users-boun...@lists.osgeo.org>>
 On Behalf Of Cechini, Matthew F. (GSFC-423.0)[Science Systems & Applications, 
Inc.]
Sent: Friday, September 11, 2020 2:37 PM
To: mapserver-users@lists.osgeo.org<mailto:mapserver-users@lists.osgeo.org>
Subject: [mapserver-users] Multiple Styles for a LAYER/CLASS

________________________________
Greetings,
   I would like to provide multiple styles for the same LAYER/CLASS in our 
mapserver configuration.  Ideally that looks something like this, though of 
course this syntax isn’t currently supported.


    CLASS

  NAME "Thermal Anomalies"

         STYLE

             NAME   'default'

             SYMBOL 'circle'

             COLOR  240 40 40

             OUTLINECOLOR  240 40 40

             SIZE 3

         END



         STYLE

             NAME   'blue'

             SYMBOL 'circle'

             COLOR  0 0 255

             OUTLINECOLOR  0 0 255

             SIZE 3

         END

    END

   How would I accomplish this given existing functionality?

Thanks,
Matt
.................................................................
Matthew Cechini
Contractor, Science Systems and Applications, Inc.
NASA GIBS Systems/Software Engineer
410.205.6272
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to