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.
You not need include JavaScript of OpenLayers or Cesium into main html file, injection realised in GWT code.
From master:
- $ git clone --recursive https://github.com/iSergio/gwt-olcs.git
- mvn -U clean install
From release:
- git clone -b RELEASE --recursive https://github.com/iSergio/gwt-olcs.git
Library provided showcase based on GWT-OpenLayers Showcase. Show online showcase