Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1023 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1023 Bytes

zkopenlayers

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.

Download

Maven

<dependency>
	<groupId>org.zkoss</groupId>
	<artifactId>zkopenlayers</artifactId>
	<version>1.0.0</version>
</dependency>

Gradle

runtime group: 'org.zkoss', name: 'zkopenlayers', version: '1.0.0'

Demo

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/

Demo Video

Quick Start

ZK Version

Applicable to ZK 6.0.0 and later.

##Project License GNU General Public License (GPL) v2