geoprisma geoprisma
play

GeoPrisma GeoPrisma Boreal Information Strategies Inc. Information - PowerPoint PPT Presentation

GeoPrisma GeoPrisma Boreal Information Strategies Inc. Information Strategies Inc. Boreal Mapgears Inc. Mapgears Inc. GeoSpatial data over the Web GeoSpatial data over the Web GeoSpatial data Web Need : access control Need : access


  1. GeoPrisma GeoPrisma Boreal Information Strategies Inc. Information Strategies Inc. Boreal Mapgears Inc. Mapgears Inc.

  2. GeoSpatial data over the Web GeoSpatial data over the Web GeoSpatial data Web

  3. Need : access control Need : access control ?

  4. Sample : GMap Sample : GMap

  5. Several single applications Several single applications

  6. x applications = hard to maintain applications = hard to maintain x

  7. Solution GeoPrisma GeoPrisma A web mapping application A web mapping application featuring access control to featuring access control to geospatial data with dynamic user geospatial data with dynamic user interfaces. interfaces.

  8. GeoPrisma features GeoPrisma features Built on OpenSource libraries Architecture Access controlled data (proxy) Integration with any authentication libraries Integration with any geospatial services Links to external applications Dynamic User Interface (UI) Custom template i18n support Access controlled functionality (widgets)

  9. Built on OpenSource libraries OpenLayers OpenLayers MapFish MapFish GeoExt GeoExt ExtJS ExtJS FeatureServer FeatureServer MapServer MapServer TileCache TileCache etc. etc.

  10. Under the hood Under the hood WMS WMS TileCache TileCache Scribble FeatureServer FeatureServer MapFishServer MapFishServer WPS WPS

  11. Standard architecture Standard architecture Web browser Application OpenLayers MapFish GeoExt OpenLayers MapFish GeoExt Services WMS WFS TileCache FeatureServer WMS WFS TileCache FeatureServer Data

  12. Architecture with GeoPrisma Architecture with GeoPrisma Web browser Application OpenLayers MapFish GeoExt OpenLayers MapFish GeoExt GeoPrisma GeoPrisma Services WMS WFS TileCache FeatureServer WMS WFS TileCache FeatureServer Data

  13. Access control by a proxy Access control by a proxy GetMap request wms tiles Response etc. . feature GetMap request GeoPrisma Users UI GeoSpatial services (Proxy)

  14. Proxy Proxy Components Authentication Access control list Data filtering

  15. Proxy Proxy Integration with any authentication libraries LDAP JOSSO DataBase XML Yours...

  16. Proxy Proxy Integration with any geospatial service WMS FeatureServer TileCache GYMO Any...

  17. Proxy Proxy Links to external applications Your application !

  18. Architecture with GeoPrisma Architecture with GeoPrisma Web browser GeoPrisma GeoPrisma Application OpenLayers MapFish GeoExt OpenLayers MapFish GeoExt GeoPrisma GeoPrisma Services WMS WFS TileCache FeatureServer WMS WFS TileCache FeatureServer Data

  19. Dynamic User Interface Dynamic User Interface Custom UI templates

  20. Dynamic User Interface Dynamic User Interface i18n support English

  21. Dynamic User Interface Dynamic User Interface i18n support French

  22. Dynamic User Interface Dynamic User Interface i18n support Non roman languages

  23. Dynamic User Interface Dynamic User Interface Widgets automatically added if access granted

  24. Dynamic User Interface Dynamic User Interface Widgets automatically added if access granted

  25. Dynamic User Interface Dynamic User Interface Widgets Built with OpenLayers, MapFish, GeoExt, ExtJS, etc. Map Merge MapPanel Split Toolbar Scale ZoomSlider MousePosition Query MeasureTool FeaturePanel LayerTree Editing tools Recenter InitialView ...

  26. Dynamic User Interface Dynamic User Interface Review : GMap sample C C reate reate R R ead ead U U pdate pdate D D elete elete

  27. Contributors Boreal Information Strategies Inc. Boreal Information Strategies Inc. Mapgears Inc. Mapgears Inc. Nippour Geomatik Nippour Geomatik

  28. Conclusion We want your feedback ! We want your feedback ! http://geoprisma.org/download http://geoprisma.org/download

  29. GeoPrisma GeoPrisma Boreal Information Strategies Inc. Boreal Information Strategies Inc. Mapgears Inc. Mapgears Inc. 1 Borealis MapGears

  30. GeoSpatial data over the Web GeoSpatial data over the Web GeoSpatial data Web 2 A common problem today is to bring geospatial data over the web. This has been solved already in the past; we won't bore you with that.

  31. Need : access control Need : access control ? 3 But what about access control ? What if you want to bring your data over to the web, but not to everyone?

  32. Sample : GMap Sample : GMap 4 The easiest way to demonstrate the need is with an example. Here's the Gmap demo. Let's apply some access control to it.

  33. Several single applications Several single applications 5 Without an access control tool, you would have to create several individual applications and apply security to each one.

  34. x applications = hard to maintain applications = hard to maintain x 6 Several applications to maintain is counterproductive.

  35. Solution GeoPrisma GeoPrisma A web mapping application A web mapping application featuring access control to featuring access control to geospatial data with dynamic user geospatial data with dynamic user interfaces. interfaces. 7 Our solution : GeoPrisma A web mapping application featuring access control to geospatial data and dynamic user interfaces.

  36. GeoPrisma features GeoPrisma features Built on OpenSource libraries Architecture Access controlled data (proxy) Integration with any authentication libraries Integration with any geospatial services Links to external applications Dynamic User Interface (UI) Custom template i18n support Access controlled functionality (widgets) 8 Now let's take a closer look at it. There are 2 main features to GeoPrisma: a proxy and a dynamic UI. But first let's present Geoprisma.

  37. Built on OpenSource libraries OpenLayers OpenLayers MapFish MapFish GeoExt GeoExt ExtJS ExtJS FeatureServer FeatureServer MapServer MapServer TileCache TileCache etc. etc. 9 First of all, GeoPrisma does not reinvent the wheel. We use existing and proven Open Source components such as OpenLayers, MapServer, MapFish and others...

  38. Under the hood Under the hood WMS WMS TileCache TileCache Scribble FeatureServer FeatureServer MapFishServer MapFishServer WPS WPS 10 Under the hood the concept is quite simple. Access control on the data is configured in an XML file. Multiple services can be defined, WMS, FeatureServer, TileCache and soon MapFishServer or WPS. All those services can serve the same layer. In GeoPrisma we regroup all those services under a component we call resource. And it's on the resource that we apply access control.

  39. Standard architecture Standard architecture Web browser Application OpenLayers OpenLayers MapFish MapFish GeoExt GeoExt Services WMS WMS WFS WFS TileCache TileCache FeatureServer FeatureServer Data 11 To illustrate what we are saying, here's a typical web mapping architecture, composed of a client browser running JavaScript applications (like OpenLayers) connecting with services on a server (WMS, WFS, TileCache).

  40. Architecture with GeoPrisma Architecture with GeoPrisma Web browser Application OpenLayers OpenLayers MapFish MapFish GeoExt GeoExt GeoPrisma GeoPrisma Services WMS WMS WFS WFS TileCache TileCache FeatureServer FeatureServer Data 12 GeoPrisma provides an access control layer that fits in between the client and the services.

  41. Access control by a proxy Access control by a proxy GetMap request wms tiles Response etc. . feature GetMap request 13 GeoPrisma Users UI GeoSpatial services (Proxy) Here's a simple example. When a user tries to connect to a WMS service, GeoPrisma checks if she has access to it and sends the request to the server to get a map If the user doesn't have access then the request is denied

  42. Proxy Proxy Components Authentication Access control list Data filtering 14 You may ask yourself: what.s so special with GeoPrisma? I can do that in PHP or Python or whatever. Sure, but our proxy can integrate with any authentication library and connect to any geospatial service.

  43. Proxy Proxy Integration with any authentication libraries LDAP JOSSO DataBase XML Yours... 15 We currently have drivers to use LDAP, JOSSO, PostgreSQL DB, XML files for authentication. And it's easy to make more : extend a PHP class !

  44. Proxy Proxy Integration with any geospatial service WMS FeatureServer TileCache GYMO Any... 16 Arbitrary services can be configured to work with GeoPrisma, not just OGC web services You can see the list of currently supported services and ... It's easy to make more : extend a PHP class !.

  45. Proxy Proxy Links to external applications Your application ! 17 GeoPrisma can also connect to external applications. We already did it with GeoNetwork and with an application you can see in the presentation at 11:30 in Parkside G04.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend