[mapserver-users] RE: Run-time Substitution

Lime, Steve D (DNR) Steve.Lime at state.mn.us
Tue Mar 20 18:30:43 EDT 2012


Which version?

From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Paul Maddock
Sent: Tuesday, March 20, 2012 5:03 PM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] Run-time Substitution

Dear anyone willing to help,

I'm having a hard time interpreting how to properly execute runtime cgi variable substitution using an <input> of type=text.

If I replace '%county%' with a sample county attribute value in single quotes the EXPRESSION works and is displayed on the returned html template.

Currently my html input variable in the template looks like this  :
<input type="text" id="county" name="county"  />

...and my mapfile variable to be substituted for looks like this:
                LAYER
                                NAME blah_ohio
                                STATUS OFF
                                TYPE POINT
                                DATA BLAH/BLAH_Ohio
                                PROJECTION
                                                "init=epsg:3754"
                                END
                                CLASS
                                                NAME 'Class1'
                                                EXPRESSION ('[County]' eq '%county%')
                                                STYLE

                                                                SYMBOL "circle"
                                                                COLOR 250 50 50
                                                                OUTLINECOLOR 0 0 0
                                                                SIZE 2
                                                END
                                END
                                METADATA

                                                "wms_title" "blah_ohio"
                                                "wms_srs" "epsg:4326"
                                END
                END

Thanks in advance,
Paul



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20120320/c622e7b8/attachment-0001.html


More information about the mapserver-users mailing list