ol_panPanel

Description

An OpenLayers PanPanel

Files

  • http/plugins/ol_panPanel.js

SQL

INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment,
e_title, e_element, e_src, e_attributes, e_left, e_top, e_width,
e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file,
e_mb_mod, e_target, e_requires, e_url) VALUES ('<appId>','ol_panPanel',
1,1,'An OpenLayers PanPanel','OpenLayers PanPanel','div','','',NULL ,
NULL ,NULL ,NULL ,NULL ,'','','div','../plugins/ol_panPanel.js','',
'ol','','http://www.mapbender.org/ol_panPanel');

INSERT INTO gui_element_vars (fkey_gui_id, fkey_e_id, var_name,
var_value, context, var_type) VALUES ('<appId>', 'body',
'ol_panPanel', '.olControlPanPanel {
             width: 100%;
             height: 100%;
             left: 0;
             top: 0;
        }
        .olControlPanPanel .olControlPanNorthItemInactive {
             left: 50%;
             margin-left: -9px;
             top: 0;
        }
        .olControlPanPanel .olControlPanSouthItemInactive {
             left: 50%;
             margin-left: -9px;
             top: auto;
             bottom: 0;
        }
        .olControlPanPanel .olControlPanWestItemInactive {
             top: 50%;
             margin-top: -9px;
             left: 0;
        }
        .olControlPanPanel .olControlPanEastItemInactive {
             top: 50%;
             margin-top: -9px;
             left: auto;
             right: 0;
        }', '' ,'text/css');

Help

http://www.mapbender.org/ol_mousePosition

Maintainer

http://www.mapbender.org/User:Christoph_Baudson

License

Copyright © 2009, Open Source Geospatial Foundation This program is dual licensed under the GNU General Public License and Simplified BSD license.  http://svn.osgeo.org/mapbender/trunk/mapbender/license/license.txt

Close