Dear all,<div><br></div><div>Is there a way to add custom parameter to wms.getmap?</div><div><br></div><div><div>>>> img = wms.getmap(   layers=['global_mosaic'],</div><div>...                     styles=['visual_bright'],</div>
<div>...                     srs='EPSG:4326',</div><div>...                     bbox=(-112, 36, -106, 41),</div><div>...                     size=(300, 250),</div><div>...                     format='image/jpeg',</div>
<div>...                     transparent=True</div><div><span class="Apple-tab-span" style="white-space:pre">                       </span>project='WEBGIS_PROJECT' # like this one</div><div>...                     )</div><div><br></div>
<div>project is the custom parameter which is required at getmap of wms server customized in our ims program. It is not standard in wms specifications. We need this parameter, without this parameter wms server is not running.</div>
<div>Could you help please?</div></div><div><br></div><div>I am trying to produce the url something like this way:</div><div><br></div><div><a href="http://localhost:8282/WebGISServer/servlet/WebServer?project=WEBGIS_PROJECT&layers=MAHALLE&styles=&srs=EPSG%3A4230&format=image%2Fjpeg&request=GetMap&bgcolor=0xFFFFFF&height=768&width=1366&version=1.1.1&bbox=536164.885068099%2C4396764.68375911%2C560241.905665657%2C4406020.19140838&exceptions=application%2Fvnd.ogc.se_xml&transparent=TRUE">http://localhost:8282/WebGISServer/servlet/WebServer?project=WEBGIS_PROJECT&layers=MAHALLE&styles=&srs=EPSG%3A4230&format=image%2Fjpeg&request=GetMap&bgcolor=0xFFFFFF&height=768&width=1366&version=1.1.1&bbox=536164.885068099%2C4396764.68375911%2C560241.905665657%2C4406020.19140838&exceptions=application%2Fvnd.ogc.se_xml&transparent=TRUE</a>
</div><div><br></div>