Hey!
Right now i'm using Mapbuilder as a Geoserver client. I know the Mapbuilder
constructs request and then sends it
to the geoserver. That request contains parameters like:
VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=topp:tasmania_roads&SRS=EPSG:4326&BBOX=145.19754,-43.423512,148.27298000000002,-40.852802&............
is it possible to add new parameters?
For example. I change the geoserver source code to process the new
parameters (just for my needs). And now the geoserver needs this new
parameters
in the request i'm sending to it. let's say i would like to pass a
parameter USER_NAME:
VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=topp:tasmania_roads&SRS=EPSG:4326&USER_NAME=testuser.........
where in mapbuilder source code can i change this?
(or do i have to do it with ajax, html... from mapbuilder tutorial)
Thanks!
--
View this message in context: http://www.nabble.com/mapbuilder-parameters-tf2251611.html#a6244570
Sent from the GeoServer - Dev forum at Nabble.com.