[mapserver-users] changing rendered color of layer dynamically?

Steve Lime Steve.Lime at dnr.state.mn.us
Mon Oct 6 10:21:37 EDT 2008


Nikos: There can be more than one style in a class to you'd need the array notation there too:

  &map.layer[oikismoi].class[oikismoi].style[0].color+230+34+35

Does that work?

Steve

>>> <nikos at maich.gr> 10/06/08 8:18 AM >>>
Hello all,

I've been scratching my head as to how to change the color that a layer
maybe rendered via a form. My users want to select which color the layers
should be rendered.

Would appreciate a bit of insite. I'm using FW MS 5.1-dev

I've tried, according to the docs, using layer and class names as well as
layer and class index and neither work...

&map.layer[oikismoi].class[oikismoi].style.color+230+34+35
&map.layer[0].class[0].style.color+230+34+35


In MS 4.something, I used to use "map_layer_0_class_0_color=255+0+0"
successfully

I've also tried to use something like

CLASS # layer color change
    EXPRESSION '%layer_color%'
    style
      backgroundcolor 128 128 128
      color 2 2 220
      outlinecolor 150 150 150
      end
    END

to at least statically test a substitution, but fail...

below is a snip from my mapfile,

sincerely,

nikos

 LAYER
  debug 5
    classitem "OBJECTID"
    data "LANDUNIT_KARDITSA"
    footer "LANDUNIT_KARDITSA_footer.html"
    group "LANDUNIT_KARDITSA"
    header "LANDUNIT_KARDITSA_header.html"
    labelcache on
    labelitem "OBJECTID"
    name "LANDUNIT_KARDITSA"
    postlabelcache true
    status on
    type polygon
    OPACITY 70
    # 1 class LANDUNIT_KARDITSA
    class
     name "KARDITSA"
     style
      backgroundcolor 128 128 128
      #color 133 234 21
      color 22 200 22
      outlinecolor 50 50 50
      end
      template "LANDUNIT_KARDITSA_query.html"
    end
  end
  LAYER
  DEBUG 5
    classitem "OBJECTID"
    data "oikismoi"
    footer "oikismoi_footer.html"
    group "oikismoi"
    header "oikismoi_header.html"
    labelcache on
    labelitem "OBJECTID"
    name "oikismoi"
    postlabelcache true
    status on
    type polygon
    # 1 class oikismoi
    class
    name "oikismoi"
    style
      backgroundcolor 0 128 128
      color 22 122 233
      outlinecolor 0 0 0
      end
      template "oikismoi_query.html"
    end
  end

_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list