Mapbender is an OSGeo Project about maps. The software is used to implement portal web sites for geo spatial data and maps. Mapbender can upload, manage, combine and request OGC OWS compliant map and feature services like MapServer and GeoServer. Mapbender is used to orchestrate these services in distributed web based architectures.

Mapbender is implemented in PHP, JavaScript, SQL and XML, provides a data model and interfaces for displaying, navigating and querying OGC compliant map services by authenticated and authorized users.

Mapbender is usually deployed in large architectures. Full multi client capability enables to operate Mapbender as a public portal with comprehensive cascading user management hierarchies.

Journal Entries

No entries yet. Link your entries with 'mapbender' to include this project.


Ratings & Reviews

Community Rating
5.0/5.0

Based on 9 user ratings.

Your Rating

Click to rate this project.

Links

5 links submitted so far. Submit your own links.

News

Edit RSS feeds.

    Z-index

    ← 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]

    Z-index

    ← 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]

    Z-index

    ← 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]

    FeatureInfoTunnel

    ← 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]

    FeatureInfoTunnel

    ← 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]

Read all Mapbender articles…

Download Page
40 downloads

Who uses Mapbender?

Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar

Who contributes to Mapbender?

Avatar Avatar Avatar Avatar Avatar Avatar Avatar Avatar

Who manages Mapbender?

Avatar
I'm a manager

Where in the world?



Related Projects by Tags

gvSIG, gvSIG Mobile, OWSLib, OXFramework, tinyows


People who use Mapbender also use:

Community MapBuilder


Project Cost

This calculator estimates how much it would cost to hire a team to write this project from scratch. More »
Include
Codebase 569,382
Effort (est.) 152 Person Years
Avg. Salary $ year
$ 8,369,486