Skip to content

connollyst/zkopenlayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://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