Marco Bortolin
Marco Bortolin
It does work for me on Chrome 55.0.2883.87 (64-bit), both in normal and mobile device emulation mode. It doesn't work at all on Chrome Android 55.0.2883.91
This is the normal behaviour of google layers within OL2. Considering that OL2's development has stopped and the closed nature of google maps api, best you can do is disable...
Using git bisect I've determined that this behaviour started with commit 6acfaf4
It turns out, to draw shapes with mapscript you now need to explicitly set the LAYER projection, in the mapfile with PROJECTION or with mapscript like ```php $layer->setProjection("init=epsg:32632"); ``` This...