MapServer / MapServer-import

3 stars 2 forks source link

Add layerObj.isVisible() to SWIG MapScript #1052

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: dmorissette Date: 2004/11/11 - 04:35

In bug 539, I added a $layer->isVisible() call to PHP MapScript. This is simply
a call to the lower-level msIsLayerVisible() function that returns
MS_TRUE/MS_FALSE depending on whether the layer is currently visible in the map
(i.e. turned on, in scale, etc.). 

This bug is about porting this method to SWIG MapScript.
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/11/11 - 04:35

OOpps... the function name is msLayerIsVisible()
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/11/11 - 17:38

I like simple enhancements! :)
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/11/11 - 18:28

OK, tests pass, and changes committed.
tbonfort commented 12 years ago

Author: dmorissette Date: 2004/11/11 - 18:41

Thanks Sean.