Also, I tested locally by modifying the value passed, starting with
'&yuk=1' and then trying '&yuk=10' etc. It could be that your value
of 500 just isn't in your data.
-jeff
--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
On 2016-07-26 10:06
Hello Ahmet,
I just ran your test locally here (MapServer 7.0.1, MS4W 3.1.4), using
your last validation example and expression on a raster layer, and I
received a proper map image. It must be something with your data I
think. Maybe try another local file (not in that same database?). My
t
i/runsub.html.
>
> -Jukka Rahkonen-
>
>
>
> Lähettäjä: mapserver-users
> käyttäjän puolestaYves Jacolin
> Lähetetty: 26. heinäkuuta 2016 10:17
> Vastaanottaja: mapserver-users@lists.osgeo.org
> Aihe: Re: [mapserver-use
erver-users
Subject: Re: [mapserver-users] mapserver-cgi displays nothing
Thank you,
I tried . But it did not work.
I also checked the map without runtime substitution.
as:
CLASS
EXPRESSION ([pixel] >= 100 )
STYLE COLOR 255 0 0 END
END #end class
it looks OK.
On Tue, Jul
documented in
http://mapserver.org/cgi/runsub.html.
-Jukka Rahkonen-
Lähettäjä: mapserver-users käyttäjän
puolestaYves Jacolin
Lähetetty: 26. heinäkuuta 2016 10:17
Vastaanottaja: mapserver-users@lists.osgeo.org
Aihe: Re: [mapserver-users] mapserver-cgi
Thank you,
I tried . But it did not work.
I also checked the map without runtime substitution.
as:
CLASS
EXPRESSION ([pixel] >= 100 )
STYLE COLOR 255 0 0 END
END #end class
it looks OK.
On Tue, Jul 26, 2016 at 10:12 AM, Ahmet Temiz
wrote:
> Our mapserver-cgi displays not
On Tuesday, July 26, 2016 10:12:58 Ahmet Temiz wrote:
> Our mapserver-cgi displays nothing.
>
> http://localhost/cgi-bin/mapserv?mode=map&map=/var/www/trdem1.map&layer=runt
> imeSubstitution&yuk=50
>
> VALIDATION
> 'yuk' '^[0-9]$'
> END
>
> CLASS
> EXPRESSI
Our mapserver-cgi displays nothing.
http://localhost/cgi-bin/mapserv?mode=map&map=/var/www/trdem1.map&layer=runtimeSubstitution&yuk=50
VALIDATION
'yuk' '^[0-9]$'
END
CLASS
EXPRESSION ([pixel] >= 'yuk' )
STYLE COLOR 255 0 0 END
END #end class