Mapbender

From wiki.gis.com
Jump to: navigation, search
Mapbender
Developer(s) Mapbender Developer Team
Initial release November 23, 2001 (2001-11-23)
Stable release 2.5.1 / 2009-03-17; 15 years ago
Preview release 2.6. rc1 / 2009-03-17; 15 years ago
Written in PHP,HTML,JavaScript,JSON
Platform Cross-platform
Language en,de,gr,fr,es,pt,hu,nl,bg
Development status stable
Type Geographic information system
License GPL
Website http://www.mapbender.org

Mapbender is a graduated project of the Open Source Geospatial Foundation. Read more about Mapbender in the project Wiki.

Introduction

Mapbender is a web mapping software implemented in PHP and JavaScript, the configuration resides in a data model stored in a PostgreSQL PostGIS or MySQL database. It is developed as an Open Source project and licensed by the GNU GPL as Free Software. Mapbender is a framework for managing spatial data services that are standardized following the OGC specifications OWS, WMS and WFS and using the formats GeoRSS and GML and Web Map Context. The framework implements user management, authentication and authorization. Management interfaces for user, group and service administration are stored as configurations in the database.

The software is used to display, overlay, edit and manage distributed Web Map Services. The maps themselves are generated by Server software. From this perspective Mapbender is a client software. The client interfaces are generated dynamically by PHP scripts on the Mapbender Server.

User Interface

User interfaces are created using forms of the same web based type. User interfaces contain elements (buttons, maps, legends, links), each has associated HTML attributes, path to PHP modules or JavaScript code which are stored in the database. Basic modules implement:

  • zoom in and out
  • pan map
  • click and query (OGC WMS GetFeatureInfo)
  • turn layers on and off
  • move to coordinate (zoom to)
  • get coordinate (mouse click)
  • digitize (add new points, lines, polygons; this requires transactional WFS)
  • load map services (OGC WMS)
  • reorder and remove map services
  • show legend
  • print
  • search interfaces
  • store current map composition as OGC Web Map Context document

User interfaces can be started parameterized with a bounding box, set of services and set of activated layers. The module list is maintained in the Mapbender Wiki.

Administration Interfaces

Administration interfaces are user interfaces with administration modules. This makes administration highly flexible and multi client capable (both multiple interfaces and user/group permission). Administration modules include management (add, edit, remove) of:

  • users
  • groups
  • interfaces (GUI)
  • WMS services
  • WFS and transactional WFS services
  • OWS Security Proxy
  • Metadata
  • Log and protocol
  • Service monitor

Categorization

Mapbender is designed to manage loosely coupled web services in a SOA. Due to some glitches in early GIS history with Coordinate systems, Cartesian coordinate systems and Surveying this can sometimes be somewhat complex. A good example is the Axis Order Confusion explained in the OSGeo Wiki.

The Mapbender software covers the following topics:

  • Web-GIS Client (OGC WMS, WFS, Catalog Service Client)
  • Geo-CMS (Content Management System)
  • Web-based Digitizing/Editing Functionality (OGC WSF-T Client)
  • Service Meta Information Broker (ISO 19-hundred Series)
  • Catalog System (ISO 19119 Service Meta Data)
  • Security Management (Authentication, Authorization, SSO Secure Service)
  • Accounting Management (Logging)
  • Spatial Web Services Orchestrating

External links