ZK wrapper for OpenLayers 2, an industry standard JS library for embedding interactive maps in web applications.
This project enables you to create Maps, Layers, and Features in Java or ZUL, with server side event handling and updates.
<dependency>
<groupId>org.zkoss</groupId>
<artifactId>zkopenlayers</artifactId>
<version>1.0.0</version>
</dependency>
runtime group: 'org.zkoss', name: 'zkopenlayers', version: '1.0.0'
A small demo app is included to showcase functionality and use. To run the demo with Maven, start Jetty:
mvn jetty:run
and navigate to http://localhost:8080/zkopenlayers/
Applicable to ZK 6.0.0 and later.
##Project License GNU General Public License (GPL) v2