The GISMAP plugin is a LUTECE plugin to implement the cartographic representation of the data. It was made using the OpenLayers API (http://openlayers.org/) The current version makes it possible to integrate a map display in standalone mode or coupled with the LUTECE FORM and DIRECTORY plugins.
Below is the list of the main features:
For gismap interaction with plugin FORM, use module-genericattributes-gismap. For gismap interaction plugin DIRECTORY, use module-directory-gismap. In both cases, it will enable Gismap as a map provider for the GEOLOCALISATION data type.
Technical upgrade
Bug fixes
Functional
The gismap.properties file gathers gobal plugin configuration and view parameters. The different views define maps with specific tools, data sources and styles for different applications: general map, management map, attribute map with edition or read-only mode.
Front office URL web page to display a standalone default map : /jsp/site/RunStandaloneApp.jsp?page=gismap
Back office URL web page to display a standalone default map : /jsp/admin/plugins/gismap/ManageGismap.jsp?plugin_name=gismap
For more informations about Gismap functionalities, plugin development and integration into a Lutece website, refer to the wiki : Gismap documentation