Re: [pmapper-users] Pmapper5: PanZoomBarContainer problem with ol 2.12 implementation
Brought to you by:
arminburger
From: gioza <al...@al...> - 2014-12-02 14:50:14
|
Not bad solution could be: 1) remove pmPanZoomBarContainer from index.phtml file $(document).ready(function () { $('#map').pmAppendElement('div', {'id': 'pmPanZoomBarContainer'}); PM.Init.main(); <?php echo $jsInitFunctions ?> }); 2) in \js\ol use files located in \img_g folder as images for panzoombar (rename \img folder to \img_black and \img_g to \img) the toolbar works and is well visible on the map -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-PanZoomBarContainer-problem-with-ol-2-12-implementation-tp4025690p4025698.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |