ZK OpenLayers

ZK wrapper for OpenLayers 2

License

License

Categories

Categories

OpenLayers Business Logic Libraries Geospatial
GroupId

GroupId

org.zkoss
ArtifactId

ArtifactId

zkopenlayers
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ZK OpenLayers
ZK wrapper for OpenLayers 2
Project URL

Project URL

https://github.com/connollyst/zkopenlayers
Source Code Management

Source Code Management

https://github.com/connollyst/zkopenlayers

Download zkopenlayers

How to add to project

<!-- https://jarcasting.com/artifacts/org.zkoss/zkopenlayers/ -->
<dependency>
    <groupId>org.zkoss</groupId>
    <artifactId>zkopenlayers</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zkoss/zkopenlayers/
implementation 'org.zkoss:zkopenlayers:1.0.0'
// https://jarcasting.com/artifacts/org.zkoss/zkopenlayers/
implementation ("org.zkoss:zkopenlayers:1.0.0")
'org.zkoss:zkopenlayers:jar:1.0.0'
<dependency org="org.zkoss" name="zkopenlayers" rev="1.0.0">
  <artifact name="zkopenlayers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zkoss', module='zkopenlayers', version='1.0.0')
)
libraryDependencies += "org.zkoss" % "zkopenlayers" % "1.0.0"
[org.zkoss/zkopenlayers "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.zkoss.zk : zkplus Optional jar 6.0.0
org.zkoss.zk : zhtml Optional jar 6.0.0

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0