Mapbender Workshop FOSS4G 2010 Barcelona

Total Page:16

File Type:pdf, Size:1020Kb

Mapbender Workshop FOSS4G 2010 Barcelona Mapbender 3 - where are we going? Astrid Emde FOSS4G Denver 2011 Astrid Emde Mapbender Developer Team since 2004 PSC (Project Steering Commitee) Works at WhereGroup, Bonn Project management and a bit of development Trainings for MapServer, PostgreSQL/PostGIS, Mapbender, GeoServer Works with the OSGeo stack for many years Active member in FOSSGIS e.V. and OSGeo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 2 / 49 WhereGroup Major Mapbender sponsor Company in Bonn, Germany Founded in january 2007 as merger of CCGIS, KARTA.GO GmbH and Geo-Consortium 17 employees Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 3 / 49 WhereGroup Service provider with experience in all field of spatial data management with free software: WebGIS, SDI, database , relevant standards, trainings, conferences Founding member of the FOSS Academy Open Source projects: Mapbender, PostNAS Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 4 / 49 Mapbender ± where are we going? The concept of Mapbender Evaluation for Mapbender3 What we chose The components Getting started Demo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 5 / 49 What does Mapbender do? Create geospatial web applications without writing a single line of code Create and maintain an OWS repository (focus on WMS, WFS) Distribute configured services among applications Grant users and groups access to applications and services → This is what Mapbender 2.x (2.7.2 actual version) stands for Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 6 / 49 The Mapbender components Applications OGC Web Services User and groups Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 7 / 49 What does Mapbender do? This is a typical Mapbender application (Mapbender 2.7.2): Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 8 / 49 What does Mapbender do? How is it created? By another Mapbender application! Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 9 / 49 What does Mapbender do? The concept is easy: Mapbender is written in Mapbender! Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 10 / 49 A History of Web Mapping MapQuery Mapbender3 2011 2009 Geomajas from C.Baudson and A. Christl 2010, modified Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 11 / 49 Mapbender History Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 12 / 49 Mapbender History 1999: experimental Perl client for OGC WMT 1.0 2001: re-implementation in PHP, operational users 2003: Adoption of Open Source license and development 2006: OSGeo foundation project, Incubation passed. 2007: Introducing jQuery-library to Mapbender 2008: Modularization, first steps using OpenLayers 2010: Version 2.7 with new features 2011: Version 3.0 re-engineering Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 13 / 49 Project Organisation Mapbender Project Page http://www.mapbender.org Mapbender 3 http://mapbender3.org Mapbender3 on github http://github.com/mapbender/ Trac http://trac.osgeo.org/mapbender/report SVN https://svn.osgeo.org/mapbender/ Mailing lists / IRC [email protected] [email protected] irc://irc.freenode.net#mapbender Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 14 / 49 Mapbender3 Evaluation Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 15 / 49 Mapbender3 Evaluation Do not implement everything by yourself Use existing software Use OpenLayers instead of reinventing the wheel Use a framework serverside framework clientside framework Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 16 / 49 Mapbender3 ± what we chose Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 17 / 49 The Components Mapbender3 Client JavaScript Server PHP Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 18 / 49 The Components In Symfony2, bundles are plugins. jQuery UI OpenLayers jQuery MapQuery Mapbender Mapbender More bundles CoreBundle WMSBundle Mapbender Starter Symfony2 Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 19 / 49 Symfony2 Successor of Symfony 1, full OO PHP framework Fresh from the press, released stable as of 07/28/2011 Building blocks for all modern web application needs Database abstraction User authentication, authorization Templating i18n and much more fun! Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 20 / 49 MapQuery MapQuery wants to bring the jQuery way of doing things to web mapping. Mission: Implement a jQuery interface to OpenLayers, provide a rich set of UI widgets. Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 21 / 49 MapQuery MapQuery Version 0.1 was released in 2011 Implements a jQuery interface to OpenLayers provides a set of mapping related widgets We use MapQuery to interact with OpenLayers (map, layer) Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 22 / 49 Mapbender Collection of Symfony bundles CoreBundle (mandatory) Extension Bundles (optional, as required) WMSBundle WMTSBundle WMCBundle More to come Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 23 / 49 Mapbender CoreBundle The base bundle for Mapbender Offers base classes for applications, elements, layers. Provides jQuery, jQuery UI, OpenLayers and MapQuery for all other Mapbender bundles. Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 24 / 49 Mapbender Starter A Symfony2 demo project which uses the Mapbender bundles to showcase a Mapbender3 application. Contains demo applications with WMS, WMTS and authentication Can be used as boiler template to start Mapbender3 projects Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 25 / 49 Requirements PHP 5.3.2 or newer - essential to run Symfony2 PHP CLI for running console commands for Symfony2 like database management Using Doctrine ± Symfony©s database abstraction layer (DBAL) ± we aim to provide usability with more than just PostgreSQL https://github.com/mapbender/mapbender-starter/blob/master/README.rst Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 26 / 49 Getting started Get the code (download zip) http://mapbender.org/download/mapbender_3.0b.zip Try the demo http://mapbender3.org/index.php/Demo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 27 / 49 Installation Install with the bootstrap or step by step Installation with the bootstrap curl https://raw.github.com/mapbender/mapbender- starter/master/bin/bootstrap.sh -o - | sh Read more about the installation http://mapbender3.org/index.php/Handbook Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 28 / 49 Step by Step Installation git clone https://github.com/mapbender/mapbender-starter.git mapbender-starter cd mapbender-starter git submodule update --init --recursive cd application app/console doctrine:database:create app/console doctrine:schema:create app/console assets:install --symlink web Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 29 / 49 Mapbender3 ± the Application Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 30 / 49 Start the Welcome Page Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 31 / 49 Application with Authentication Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 32 / 49 Simple Application with WMS Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 33 / 49 Calculate Area Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 34 / 49 Measure Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 35 / 49 Get the Map-Box Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 36 / 49 Handle the Map-Box Results Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 37 / 49 Service Repository Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 38 / 49 Add a WMS to your Repository Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 39 / 49 WMS Metadata and Layer Information Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 40 / 49 Mapbender3 ± write your first demo Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 41 / 49 Mapbender-core / Mapbender-starter Generate an element using the generator One-line generation of ready-to-use elements Different types for different needs We offer map-click and map-box Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 42 / 49 Generate your own element app/console mapbender:generate:element --type=map-click 'Acme\DemoBundle' MyElement src Summary of actions - Your element AcmeDemoBundle\Element\MyElement has been created. - The following files have been created: - PHP class (src/Acme/DemoBundle/Element/MyElement.php) - jQuery widget (src/Acme/DemoBundle/Resources/public/mapbender.element.myelement.js) Follow up actions Read about adapting your bare-bone element at http://mapbender.org/3/cookbook/element-from-skeleton Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 43 / 49 Generate your own element Modify the functions and add your code Add the element to the mapbender.yml to add it to the application Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 44 / 49 Getting Help from Symfony Profiler /app_dev.php Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 45 / 49 Symfony Profiler Mapbender 3 – where are we going? – FOSS4G 2011 Denver Astrid Emde 46 / 49 Future
Recommended publications
  • Assessmentof Open Source GIS Software for Water Resources
    Assessment of Open Source GIS Software for Water Resources Management in Developing Countries Daoyi Chen, Department of Engineering, University of Liverpool César Carmona-Moreno, EU Joint Research Centre Andrea Leone, Department of Engineering, University of Liverpool Shahriar Shams, Department of Engineering, University of Liverpool EUR 23705 EN - 2008 The mission of the Institute for Environment and Sustainability is to provide scientific-technical support to the European Union’s Policies for the protection and sustainable development of the European and global environment. European Commission Joint Research Centre Institute for Environment and Sustainability Contact information Cesar Carmona-Moreno Address: via fermi, T440, I-21027 ISPRA (VA) ITALY E-mail: [email protected] Tel.: +39 0332 78 9654 Fax: +39 0332 78 9073 http://ies.jrc.ec.europa.eu/ http://www.jrc.ec.europa.eu/ Legal Notice Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use which might be made of this publication. Europe Direct is a service to help you find answers to your questions about the European Union Freephone number (*): 00 800 6 7 8 9 10 11 (*) Certain mobile telephone operators do not allow access to 00 800 numbers or these calls may be billed. A great deal of additional information on the European Union is available on the Internet. It can be accessed through the Europa server http://europa.eu/ JRC [49291] EUR 23705 EN ISBN 978-92-79-11229-4 ISSN 1018-5593 DOI 10.2788/71249 Luxembourg: Office for Official Publications of the European Communities © European Communities, 2008 Reproduction is authorised provided the source is acknowledged Printed in Italy Table of Content Introduction............................................................................................................................4 1.
    [Show full text]
  • Praxishandbuch Webgis Mit Freier Software UMN Mapserver
    Praxishandbuch WebGIS mit Freier Software Praxishandbuch WebGIS mit Freier Software UMN MapServer PostgreSQL/PostGIS AveiN! Mapbender Ein Gemeinschaftsprojekt von CCGIS und terrestris CCGIS GbR terrestris GbR www.ccgis.de www.terrestris.de Nutzungsbedingungen Dieser Text ist urheberrechtlich geschützt und wird hier unter der GNU Free Documentation License (http://www.gnu.org/licenses/fdl.html) freigegeben, d.h. die Texte dürfen kopiert und weiterverteilt werden. D.h. auch, dass u.a. auf die Free Documentation Licence hingewiesen werden muss. Änderungsvorschläge, Kritik und Reaktionen sind willkommen. Kontakt: [email protected] CCGIS terrestris www.ccgis.de www.terrestris.de [email protected] [email protected] 1 Praxishandbuch WebGIS mit Freier Software Inhaltsverzeichnis VORWORT...................................................................................................... 9 EINLEITUNG................................................................................................. 10 1. Begrifflichkeiten....................................................................................... 10 1.1. Open Source.......................................................................................................... 11 1.2. Freie Software....................................................................................................... 11 1.3. Open Source / Freie Software.............................................................................. 12 2. Übernahme von OS/FS Konzepten duch die Nutzer.............................12
    [Show full text]
  • The State of Open Source GIS
    The State of Open Source GIS Prepared By: Paul Ramsey, Director Refractions Research Inc. Suite 300 – 1207 Douglas Street Victoria, BC, V8W-2E7 [email protected] Phone: (250) 383-3022 Fax: (250) 383-2140 Last Revised: September 15, 2007 TABLE OF CONTENTS 1 SUMMARY ...................................................................................................4 1.1 OPEN SOURCE ........................................................................................... 4 1.2 OPEN SOURCE GIS.................................................................................... 6 2 IMPLEMENTATION LANGUAGES ........................................................7 2.1 SURVEY OF ‘C’ PROJECTS ......................................................................... 8 2.1.1 Shared Libraries ............................................................................... 9 2.1.1.1 GDAL/OGR ...................................................................................9 2.1.1.2 Proj4 .............................................................................................11 2.1.1.3 GEOS ...........................................................................................13 2.1.1.4 Mapnik .........................................................................................14 2.1.1.5 FDO..............................................................................................15 2.1.2 Applications .................................................................................... 16 2.1.2.1 MapGuide Open Source...............................................................16
    [Show full text]
  • Analyzing and Acquisition, Administration and Storage Of
    FLISSY – AN AREA INFORMATION SYSTEM BASED ON OPEN SOURCE/ FREE GIS SOFTWARE K. Behncke, C. Plass Institute for Geoinformatics and Remote Sensing (IGF), University of Osnabrueck, Seminarstr. 19 a/b, 49069 Osnabrueck, Germany (kbehncke, [email protected]) KEY WORDS: Internet/Web, Management, Visualization, WebGIS, UMN MapServer, Mapbender ABSTRACT: Originally "FlIsSy" (what stands for the German expression "Flächeninformationssystem mit Freier Software") was an information system for laminar geoobjects. A version of FlIsSy is in use in the administrative department of Osnabrueck. Target group for the use of the system are mainly instances of public administration. Not only because of that in FlIsSy only Open Source Software is integrated (UMN MapServer, Apache Webserver, PostgreSQL/PostGIS). Within the system user can administrate (insert, change, delete) the attributes of areas in a password-secured content management system (cms) based on PHP. Objects, that have a direct relation to the areas (for example communes, costs, kind of use etc.) can be administrated as well. Through a hyperlink there is a direct relation to a WebGIS, which is mainly responsible for the visualization of the geoobjects. Here the user can, for example, navigate, search geoobjects and have a look to the basic attributes of the objects. The areas are coloured subjected to the values that are inserted in the cms. Again through a hyperlink user can switch from the WebGIS to the content management system, so there is a close handling of visualization and administration. Meanwhile in the system the client "Mapbender" is used. The structure of that client is based on PHP, Javascript and the database PostgreSQL/PostGIS.
    [Show full text]
  • Web Mapping Architectures Based on Open Specifications and Free and Open Source Software in the Water Domain
    ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Volume IV-2/W4, 2017 ISPRS Geospatial Week 2017, 18–22 September 2017, Wuhan, China WEB MAPPING ARCHITECTURES BASED ON OPEN SPECIFICATIONS AND FREE AND OPEN SOURCE SOFTWARE IN THE WATER DOMAIN C. Arias Muñoza, 1, M. A. Brovellib, C. E. Kilsedarb, R. Moreno-Sanchezc, D. Oxolib a Faculty of Engineering, Universidad de San Buenaventura, Carrera 56C Nro. 51-90, Medellín 050010, Colombia - [email protected] b Department of Civil and Environmental Engineering, Politecnico di Milano, P.zza Leonardo da Vinci 32, 20133 Milan, Italy - (maria.brovelli, candaneylul.kilsedar, daniele.oxoli)@polimi.it c Department of Geography and Environmental Sciences, University of Colorado Denver, Denver, CO, USA 80217 - [email protected] Commission IV, WG IV/4 KEY WORDS: Web Mapping, Water, Open Specifications, Free and Open Source Software (FOSS), Decision Support Systems, Content Management Systems ABSTRACT: The availability of water-related data and information across different geographical and jurisdictional scales is of critical importance for the conservation and management of water resources in the 21st century. Today information assets are often found fragmented across multiple agencies that use incompatible data formats and procedures for data collection, storage, maintenance, analysis, and distribution. The growing adoption of Web mapping systems in the water domain is reducing the gap between data availability and its practical use and accessibility.
    [Show full text]
  • Implementing Web GIS Solutions Using Open Source Software
    Implementing Web GIS Solutions using open source software Karsten Vennemann Seattle Talk Overview Talk Overview Why and What What is Open Source (GIS)? Why use it ? Overview of Web GIS Components of a Web GIS What is out there ? Some Foundations OGR, GDAL, PROJ4, GeoTools Web GIS Engines Mapserver Geoserver Frameworks Mapbender, MapFish, Cartoweb Open Layers, Ka-Map Extending GIS Capabilities Spatial Data Storage Solutions Additional Tools Application Components Resources How can you build your own ? …5 simple steps Open Source Web GIS Solutions Why and What What is Open Source (GIS)? Open source means that the source code is available to the general public for use, distribution, and modification from its original design free of charge (among a long list of other requirements) Open Source ≠ Open Standards While most open source geospatial software is built on the standards of the Open Geospatial Consortium (OGC) the term “Open Source” it is not synonymous with Open Standards because both proprietary and open source software can be compliant with the OGC Open Standards. http://www.opengeospatial.org OSGeo is the organization that supports the development of the highest quality open source geospatial software. http://www.osgeo.org Open Source Web GIS Solutions Why and What Why use it ? General and incomplete listing User is in control Pick you favorite operating system: supports many operating systems: Windows-Linux-Solaris-… No licensing issues (did we install one to many PCs with software XY?) Vendor independency Access to source code:
    [Show full text]
  • Mapbender Workshop Astrid Emde, Marc Manns FOSSGIS Heidelberg 2011 Mapbender
    Mapbender Workshop Astrid Emde, Marc Manns FOSSGIS Heidelberg 2011 Mapbender Mapbender Einstieg in Mapbender Geschichte und Organisation des Projektes Systemvoraussetzungen Einblick in die Mapbender Funktionalitäten Vorstellung ausgewählter Lösungen Erstellen einer eigenen Applikation Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Astrid Emde Mapbender Developer Team PSC (Project Steering Commitee) WhereGroup Bonn http://www.wheregroup.com Marc Manns Mapbender Developer Team PSC (Project Steering Commitee) Stadt Remscheid http://geoportal.remscheid.de/ Mapbender im Einsatz seit 2005 Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Was ist Mapbender ? Mapbender ist ein WebGIS Client zur Darstellung und Bearbeitung räumlicher Daten und Dienste OGC WMS, WFS, WMC, KML, GML, CSW http://www.mapbender.org/Gallery Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Was bietet Mapbender ? Ermöglicht den Aufbau einer Geoportal Anwendung ohne eine einzige Zeile Code schreiben zu müssen Aufbau und Pflege eines OWS Repository (mit Fokus auf WMS, WFS) Individuelle Konfiguration von Diensten für einzelne Anwendungen Vergabe von Benutzer- und Gruppenberechtigungen für Anwendungen und Services Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Die Mapbender Komponenten Anwendungen OGC Web Services Benutzer und Gruppen Mapbender Workshop – FOSSGIS 2011 Heidelberg, Astrid Emde, Marc Manns Mapbender Die Mapbender Komponenten Anwendungen
    [Show full text]
  • Free Webgis Software Analysis
    Le opportunità non hanno confini Free WebGIS Software Analysis Authors: Francesco D'Alesio Peter Hopfgartner May 2012 Page 2 of 15 Free WebGIS Software Analysis Executive summary This report explains the structure of the Reference Implementation WebGIS application, which is being developed in the FreeGIS.net project. It illustrates diferent usage needs and available free and open source applications. Then, in paragraph 4.2, it shows how software can work together and the constrains for each server-side choice. The last paragraph (4.3) explains the software selection logic for the diferent layers. Introduction One of the goals of the FreeGIS project is to build a reference implementation based on Free and Open Source software able to satisfy the following needs: 1. Manage spatial data in a DBMS 2. Serve spatial data through standard and multilingual WMS, WFS and WCS. 3. Edit spatial data using both WebGI and desktop GIS applications. 4. Guarantee interoperability with common Web and Desktop GIS tools. A rich WebGIS application is based on diferent components, explained in the chapters below. There are a big variety of Free and Open Source GIS software available, and, while this is surely a big advantage, it makes harder to identify the software that better fts the diferent needs and that is able to interoperate with the other components. Also, often, these software provide more than one component and they often overlaps with other. Thanks to the wide adoption of the OGC standards, most of the available software are able to interoperate with each others, so components can mostly be assembled and exchanged leveraging standard capabilities.
    [Show full text]
  • Reviewed Paper
    reviewed paper OpenGIS in action – Field-tested Web Map Services (WMS) and experiences with Web Feature Services (WFS) Andreas FRITZSCHE & Markus SPRING Dipl.-Ing. (FH) Eur.–Ing. Andreas FRITZSCHE Industrie- und Handelskammer für München und Oberbayern (IHK), Max-Joseph-Straße 2, D-80333 München, [email protected], http://www.muenchen.ihk.de Dipl.-Ing. sc. agr. Markus Spring, Referat für Gesundheit und Umwelt der Landeshauptstadt München Bayerstraße 28a, D-80335 München; [email protected], http://www.rgu-muenchen.de 1 INTRODUCTION The Open GIS Consortium (OGC) Web Map Service (WMS) allows for combined map images from different Web Map Services on the Internet. The Chamber of Industry and Commerce (IHK) for Munich and Upper Bavaria uses WMS in practice to reduce costs and work. The OGC Web Feature Service allows a client to retrieve geospatial data encoded in the Geography Markup Language (GML) from multiple Web Feature Services. The city of Munich, Department of Health and Environment (RGU) works on the implementation for their daily work. The usage of OGC-conformant Web Map Services (WMS) and Web Feature Service (WFS) will become the most important step in the development from a local to an integrated and distributed map service. 2 FIELD-TESTED WEB MAP SERVICES (WMS) The IHK for Munich and Upper Bavaria, which represents the biggest among the 82 Chambers of Industry and Commerce in Germany attends to more than 280.000 companies. The IHK is a self-administering body under public law for any individual company of industry, trade and services. Every company in Germany is member of a Chamber of Industry and Commerce, except of crafts enterprises, professionals and agricultural enterprises.
    [Show full text]
  • Openlayers, Mapbender Und Mapfish
    OSGeo Web Mapping Typification: GeoMajas, Mapbender, MapFish and OpenLayers Christoph Baudson Arnulf Christl FOSS4G 2010 – Barcelona Disclaimer All information contained in this presentation has been compiled to the best of our knowledge and presents an ad- hoc snapshot of current state of the art web mapping client frameworks and portals. Christoph Baudson and Arnulf Christl are deeply involved in developing the Mapbender project since many years. For further information and help on how to select the best option for your needs ask your consultant and service provider. A web mapping typification – Christoph Baudson, Arnulf Christl 2 / 46 Introduction This presentation differentiates four of the web mapping projects of OSGeo. They can be roughly split into four categories although there is a lot of overlap. ● GeoMajas is a self contained, ful fledged Web-GIS ● OpenLayers is a JavaScript client library ● Mapbender is a geoportal management software ● MapFish is a web mapping developer framework All projects have server side components except for OpenLayers. Both MapFish and Mapbender integrate OpenLayers as viewer. A web mapping typification – Christoph Baudson, Arnulf Christl 3 / 46 On Diversity We all know the term in the context of bio-diversity. Mono- cultures (the opposite of diversity) are well known to be associated with all kinds of problems and issues. Therefore OSGeo strives for diversity in it©s projects. Diversity comes with competition, which is sometimes good and sometimes also has a negative touch. To better understand how the Open Source community works competition is best mixed with cooperation to form the new word coopetition ± which can be a great motivation for folks.
    [Show full text]
  • Geonetwork User Manual (PDF)
    GeoNetwork User Manual Release 2.10.4-0 GeoNetwork September 23, 2021 CONTENTS 1 Preface 3 1.1 About this Project............................................3 1.2 License Information...........................................3 1.3 Author Information............................................4 2 Quick Start Guide 5 2.1 Geographic Information Management for all..............................5 2.2 Getting Started..............................................8 2.3 Viewing and Analysing the Data..................................... 21 2.4 Adding a metadata record........................................ 28 2.5 Uploading a New Record using the XML Metadata Insert Tool..................... 46 2.6 Metadata in Spatial Data Management.................................. 50 2.7 New Features............................................... 51 2.8 Installing the software.......................................... 55 2.9 Upgrading to a new Version....................................... 64 3 Administration 65 3.1 System configuration........................................... 65 3.2 Authentication.............................................. 75 3.3 OGC CSW server configuration..................................... 81 3.4 Advanced configuration......................................... 86 3.5 User and Group Administration..................................... 101 3.6 Localization............................................... 107 3.7 System Monitoring............................................ 108 4 Managing Metadata 111 4.1 Templates................................................
    [Show full text]
  • Non-Proprietary Web Mapping Solutions for Use in Corporations: a WSP Case Study
    DEPARTMENT OF TECHNOLOGY AND BUILT ENVIRONMENT Non-proprietary Web Mapping Solutions for Use in Corporations: a WSP Case Study Tian (Scarlett) Jiang August 2010 Bachelor Thesis in Geomatics Bachelor Programme in Geomatics Examiner: Dr. Julia Åhlen Supervisor: Christian Lundberg & Prof. Bin Jiang This page is intentionally left blank 2 Abstract The development of web mapping industry is so fast that hundreds of web mapping software products are being created each year. These products are usually parts of three solution categories: a) proprietary solutions, b) Open source solutions, or c) Web 2.0 mashup solutions. Due to the solutions’ maturity, rich functionalities and great external support, most enterprises use proprietary products to build their web mapping applications. Seldom are the latter two, named as non- proprietary solutions in this study, ever used in corporations. This study explores the suitability of non-proprietary web mapping solutions for WSP Sweden. Two prototype applications are developed using one Open source web mapping solution and one Web 2.0 mashup solution. Both applications attempt to accomplish similar tasks as an existing application, Stockholmshem tree inventory project, to demonstrate the functional potential of each solution. The implementation process will help to further access both prototype solutions on the basis of: a) how well they satisfy WSP’s list of demands; b) their implementation difficulty; and c) their response performances. The results indicate that both categories of non-proprietary solutions can satisfy the most important demands of WSP’s basic web mapping application. While Open source solutions are more suitable for meeting advanced demands, mashup solutions can help to quickly establish a simple application.
    [Show full text]