Changes between Version 6 and Version 7 of SWIGMapScriptOpacity
- Timestamp:
- 2019-05-16T08:54:20-03:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SWIGMapScriptOpacity
v6 v7 29 29 $oPolyLayer = $oMap->getLayerByName('prov_bound'); 30 30 31 //********************************************************************** 31 //*********************************************************************************************** 32 32 // set opacity on the layer 33 //********************************************************************** 33 //*********************************************************************************************** 34 34 // set opacity (actually creates a new COMPOSITE object) 35 35 $oPolyLayer->setOpacity(40);