wmsTimeSliderYear

Description

sets the TIME parameter for all activated WMS (years only)

Files

  • http/plugins/mb_wmsTimeSliderYear.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>',
'wmsTimeSliderYear',5,1,'sets the TIME parameter for all activated WMS (years only)',
'','div','','',500,700,500,10,NULL ,'','','div',
'../plugins/mb_wmsTimeSliderYear.js','','mapframe1','jq_ui_slider','');

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>','jq_ui_slider',
5,1,'slider from the jQuery UI framework','','','','',NULL ,NULL ,NULL ,
NULL ,NULL ,'','','','',
'../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.slider.js',
'','jq_ui','');

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>','jq_ui',1,1,
'The jQuery UI core','','','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','',
'','','../extensions/jquery-ui-1.7.2.custom/development-bundle/ui/min.ui.core.js',
'','','');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'jq_ui', 'css',
'../extensions/jquery-ui-1.7.2.custom/css/ui-lightness/jquery-ui-1.7.2.custom.css',
'' ,'file/css');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'wmsTimeSliderYear',
'yearDefault', '2007', 'default slider setting' ,'var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'wmsTimeSliderYear', 'yearMax',
'2007', 'upper end of the time interval' ,'var');

INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value,
context, var_type) VALUES('<appId>', 'wmsTimeSliderYear', 'yearMin',
'1995', 'lower end of the time interval' ,'var');

Help

http://www.mapbender.org/wmsTimeSliderYear

Maintainer

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

Parameters

yearMinlower end of the time interval
yearMaxlower end of the time interval
yearDefault[optional] default slider setting (if not set yearMax is used)

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