/olcesium4gwt

OpenLayers 3 and Ol3-Cesium GWT wrapper

Primary LanguageJavaApache License 2.0Apache-2.0

GWT-OL3-Cesium

gwt-olcs this wrapper for OpenLayers 3 and OL3-Cesium. Work with Cesium realised through gwt-cs.

This wrapper may work with ol.js(ol-debug.js) without Cesium, and with ol3cesium.js(ol3cesium-debug.js) with Cesium using gwt-cs.

This wrapper is different from the v-ol3 so that injection occurs in the GWT code (In v-ol3 ol.js(ol-debug.js) includes in html page, which leads to errors in the console) and OL3-Cesium not worked with them. Difference in call ol functional: in v-ol3 it occurs vid $wnd.ol... and i have through native ol... call.

This wrapper will strive for 100% implementation of the functional OpenLayers 3 and OL3-Cesium.

Getting started

You not need include JavaScript of OpenLayers or Cesium into main html file, injection realised in GWT code.

Building the library

From master:

From release:

Examples

Library provided showcase based on GWT-OpenLayers Showcase. Show online showcase