mapserver-bot
mapserver-bot
**Author: dmorissette** **Date: 2007/01/05 - 22:13** ``` wms_onlineresource doesn't work by itself without a CONNECTION or DATA line because msLayerIsVisible() checks that one of data, connection, tileindex, etc is set....
**Author: iap** **Date: 2011/07/22 - 16:44** autoangle and autofollow propreties where deleted and replaced with: $label->set('anglemode', MS_AUTO); $label->set('anglemode', MS_FOLLOW); This is not reflected in MapScript-PHP documentation.
**Author: havatv** **Date: 2011/08/03 - 23:58** Fixed for 6.0 and trunk in mapserver/docs@e8771e0fd31f8630cd2b6cc20327d2cf93b5eba3 (r11987).
**Author: regodon** **Date: 2010/08/13 - 10:53** I would like it too. Meanwhile, you can accomplish what you want by setting "cities" and "boundaries" status to DEFAULT, and adding a REQUIRES...
### This is an automated comment This issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the...
**Author: sdlime** **Date: 2010/12/10 - 07:15** Initial merge done with d32e203416579d6214e3c8b1636718946dd6b4b7 (r10792). Assefa needs to merge his WXS modifications and I still have the following tasks: - context expressions (e.g....
**Author: sdlime** **Date: 2010/12/10 - 07:17** FYI... ba41ac8364d2849026ec2132dba3165a58b0f944 (r10793) contains a couple of file changes I missed with d32e203416579d6214e3c8b1636718946dd6b4b7 (r10792).
**Author: sdlime** **Date: 2011/01/03 - 06:56** Nuts, I forgot to merge the query changes (new method) with that original batch. 70e32f06d499fa50da168d7bee074e5e8c735df4 (r10827) and 2d3356f236548a52d547e95b5847c867bfb995f9 (r10828) contain those changes. Basically this...
**Author: assefa** **Date: 2011/01/26 - 20:32** merge for the filter encoding done on ef869a4f2a134e18773046a5f47a3e7d168aab59 (r10916) and 378200a909317e3a22d46d57ce7c828841686f0f (r10917)
**Author: assefa** **Date: 2011/01/26 - 20:50** Steve, what operators should I use for case insensitve filter requests for Equal and isLike? I use now == for PropertyIsEqualTo and ~\* for...