Posted
3 days
ago
by
Astrid Emde
← Older revision
Revision as of 15:28, 19 March 2010
Line 6:
Line 6:
* highlights (wfs, requestgeometry) * highlights (wfs, requestgeometry)
* select by rectangle * select by rectangle
+*
... [More]
scalebar
+* copyright
+* marker
+* highlightPOI
+* meetingPoint
+* poi2Scale ?? [Less]
Posted
3 days
ago
by
Astrid Emde
← Older revision
Revision as of 15:28, 19 March 2010
Line 6:
Line 6:
* highlights (wfs, requestgeometry) * highlights (wfs, requestgeometry)
* select by rectangle * select by rectangle
+*
... [More]
scalebar
+* copyright
+* marker
+* highlightPOI
+* meetingPoint
+* poi2Scale ?? [Less]
Posted
3 days
ago
by
Astrid Emde
← Older revision
Revision as of 15:28, 19 March 2010
Line 6:
Line 6:
* highlights (wfs, requestgeometry) * highlights (wfs, requestgeometry)
* select by rectangle * select by rectangle
+*
... [More]
scalebar
+* copyright
+* marker
+* highlightPOI
+* meetingPoint
+* poi2Scale ?? [Less]
Posted
3 days
ago
by
Verena Diewald
← Older revision
Revision as of 11:41, 19 March 2010
(3 intermediate revisions not shown)Line 10:
Line 10:
====FeatureInfo with Popups==== ====FeatureInfo with Popups====
-To have a featureInfo with Popups
... [More]
please take a look at http://www.mapbender.org/Popup.+To have a featureInfo with Popups please notice, that you have to set featureInfoRedirect off.
-Please notice, that you have to set featureInfoRedirect off.+
---------- ----------
Line 21:
Line 20:
====FeatureInfo mit Popups==== ====FeatureInfo mit Popups====
-Um ein FeatureInfo mit Popups darzustellen siehe http://www.mapbender.org/Popup.+Um ein FeatureInfo mit Popups darzustellen, beachten Sie bitte, dass der FeatureInfoRedirect ausgestellt werden muss.
-Bitte beachten Sie, dass zur Einstellung von Popups der FeatureInfoRedirect ausgestellt werden muss.+
== Files == == Files ==
Line 37:
Line 35:
INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 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('gui','featureInfoTunnel',2,1,'FeatureInfoRequest with local path','img','../img/button_gray/query_off.png','onmouseover = "mb_regButton(''init_featureInfoTunnel'')" title="Query"',425,10,24,24,1,'','','','mod_featureInfoTunnel.php','','mapframe1','','http://www.mapbender.org/index.php/FeatureInfoTunnel'); INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 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('gui','featureInfoTunnel',2,1,'FeatureInfoRequest with local path','img','../img/button_gray/query_off.png','onmouseover = "mb_regButton(''init_featureInfoTunnel'')" title="Query"',425,10,24,24,1,'','','','mod_featureInfoTunnel.php','','mapframe1','','http://www.mapbender.org/index.php/FeatureInfoTunnel');
</textarea></html> </textarea></html>
+
+Element vars:
+* featureInfoLayerPopup (Mapbender >= 2.6): show featureInfo in popup / Anzeige FeatureInfo in Popup statt Window
+* featureInfoPopupHeight (Mapbender >= 2.6): height of the featureInfo popup / Höhe des featureInfo-Popups
+* featureInfoPopupWidth (Mapbender >= 2.6): width of the featureInfo popup / Breite des featureInfo-Popups
+* featureInfoNoResultPopup (Mapbender > 2.6): define if a popup should be shown when featureInfo results are empty / Anzeige einer Meldung, dass kein featureInfo-Request ein Ergebnis zurückgeliefert hat
+* featureInfoPopupPosition (Mapbender > 2.6): position of the featureInfoPopup [left,top] / Position des featureInfo-Popups ([left,top])
+<html>
+<textarea>
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoLayerPopup', 'true', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupWidth', '150', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoNoResultPopup', 'true', 'define if a popup should be shown when featureInfo results are empty' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupPosition', '[100,100]', 'position of the featureInfoPopup' ,'var');
+</textarea>
+</html> [Less]
Posted
3 days
ago
by
Verena Diewald
← Older revision
Revision as of 11:41, 19 March 2010
(3 intermediate revisions not shown)Line 10:
Line 10:
====FeatureInfo with Popups==== ====FeatureInfo with Popups====
-To have a featureInfo with Popups
... [More]
please take a look at http://www.mapbender.org/Popup.+To have a featureInfo with Popups please notice, that you have to set featureInfoRedirect off.
-Please notice, that you have to set featureInfoRedirect off.+
---------- ----------
Line 21:
Line 20:
====FeatureInfo mit Popups==== ====FeatureInfo mit Popups====
-Um ein FeatureInfo mit Popups darzustellen siehe http://www.mapbender.org/Popup.+Um ein FeatureInfo mit Popups darzustellen, beachten Sie bitte, dass der FeatureInfoRedirect ausgestellt werden muss.
-Bitte beachten Sie, dass zur Einstellung von Popups der FeatureInfoRedirect ausgestellt werden muss.+
== Files == == Files ==
Line 37:
Line 35:
INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 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('gui','featureInfoTunnel',2,1,'FeatureInfoRequest with local path','img','../img/button_gray/query_off.png','onmouseover = "mb_regButton(''init_featureInfoTunnel'')" title="Query"',425,10,24,24,1,'','','','mod_featureInfoTunnel.php','','mapframe1','','http://www.mapbender.org/index.php/FeatureInfoTunnel'); INSERT INTO gui_element(fkey_gui_id, e_id, e_pos, e_public, e_comment, 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('gui','featureInfoTunnel',2,1,'FeatureInfoRequest with local path','img','../img/button_gray/query_off.png','onmouseover = "mb_regButton(''init_featureInfoTunnel'')" title="Query"',425,10,24,24,1,'','','','mod_featureInfoTunnel.php','','mapframe1','','http://www.mapbender.org/index.php/FeatureInfoTunnel');
</textarea></html> </textarea></html>
+
+Element vars:
+* featureInfoLayerPopup (Mapbender >= 2.6): show featureInfo in popup / Anzeige FeatureInfo in Popup statt Window
+* featureInfoPopupHeight (Mapbender >= 2.6): height of the featureInfo popup / Höhe des featureInfo-Popups
+* featureInfoPopupWidth (Mapbender >= 2.6): width of the featureInfo popup / Breite des featureInfo-Popups
+* featureInfoNoResultPopup (Mapbender > 2.6): define if a popup should be shown when featureInfo results are empty / Anzeige einer Meldung, dass kein featureInfo-Request ein Ergebnis zurückgeliefert hat
+* featureInfoPopupPosition (Mapbender > 2.6): position of the featureInfoPopup [left,top] / Position des featureInfo-Popups ([left,top])
+<html>
+<textarea>
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoLayerPopup', 'true', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupHeight', '200', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupWidth', '150', '' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoNoResultPopup', 'true', 'define if a popup should be shown when featureInfo results are empty' ,'var');
+INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui', 'featureInfoTunnel', 'featureInfoPopupPosition', '[100,100]', 'position of the featureInfoPopup' ,'var');
+</textarea>
+</html> [Less]