Directory

← Back

OpenLayers 3 Wrapper for GWT

GWT wrapper for OpenLayers 3. Provides GWT wrappers for the core classes of the api.

Author

Rating

Popularity

<100

This add-on provides low-level GWT wrappers for the core classes in the OpenLayers 3. The wrapper is implemented as JavaScript overlays and follows the api structure and naming of the wrapped JavaScript api.

If you find bugs or missing features, please report them here or at the project github page. Bug fixes and code contributions to increase the coverage of the wrapper are also very welcome.

Currently the supported features of the OpenLayers v3 api are: Layers: Image, Tile, Vector Sources: WMS, WMTS, OpenStreetMap, MapQuest, Vector (generic) Interactions: Select, draw, modify Controls: Attribution, full screen, mouse position, rotate, scale line, zoom

Compatibility

0.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.91.01.0.11.0.21.0.31.11.21.32.02.12.2
(24.4)
(24.3)
(24.2)
(24.1)
(24)
(23)
(22)
(21)
(20)
(19)
(18)
(17)
(16)
(15)
(14)
(13)
(12)
(11)
(10)
8.0-8.21YY
7.7YYYYYYYYYYYYYYYYYY
7.3-7.6YYYYYYYYYYYYYYYYY
7.2YYYYYY
(7.1)
(7.0)
(6.8)
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

This version was kindly sponsored by APG|SGA

Changes: Update OL version to 4.4.1 Added color attribute for Icons

Bugfixes: Fixed bug in layer reordering

Released
2017-11-28
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
GWT 2.0+
Vaadin 7.7+
Vaadin 8.0+
Vaadin 7.2+ in 0.1.0
Vaadin 7.3+ in 0.1.6
Browser
Firefox
Opera
Safari
Google Chrome
Internet Explorer
iOS Browser
Internet Explorer

OpenLayers 3 Wrapper for GWT - Vaadin Add-on Directory

GWT wrapper for OpenLayers 3. Provides GWT wrappers for the core classes of the api. OpenLayers 3 Wrapper for GWT - Vaadin Add-on Directory
This add-on provides low-level GWT wrappers for the core classes in the OpenLayers 3. The wrapper is implemented as JavaScript overlays and follows the api structure and naming of the wrapped JavaScript api. If you find bugs or missing features, please report them here or at the project github page. Bug fixes and code contributions to increase the coverage of the wrapper are also very welcome. Currently the supported features of the OpenLayers v3 api are: Layers: Image, Tile, Vector Sources: WMS, WMTS, OpenStreetMap, MapQuest, Vector (generic) Interactions: Select, draw, modify Controls: Attribution, full screen, mouse position, rotate, scale line, zoom
Online Demo
Issue Tracker
Source Code

OpenLayers 3 Wrapper for GWT version 0.1.0
Initial release of the add-on. Please note that the status of the add-on is still experimental. Be prepared to minor api changes and unstable behaviour. If you find bugs or missing features, please report them here or at the project github page. Bug fixes and code contributions to increase the coverage of the wrapper are also very welcome.

OpenLayers 3 Wrapper for GWT version 0.1.1
Documentation improvements

OpenLayers 3 Wrapper for GWT version 0.1.2
Bug fixes: Features are not removed from the Vector layer

OpenLayers 3 Wrapper for GWT version 0.1.3
Added support for view status change listeners Fixed a bug that prevented removing featuresetchangelisteners from vector sources

OpenLayers 3 Wrapper for GWT version 0.1.4
Use boxed types on JSNI interfaces.

OpenLayers 3 Wrapper for GWT version 0.1.5
Support for TileGrid (Thanks to Mr. Martin Stypinski for contributing the code) Support for fitExtent (Thanks to Mr. Martin Stypinski for contributing the code) Support for specifying input projection for view Support for WMTS sources Upgrade to OpenLayers 3.4.0

OpenLayers 3 Wrapper for GWT version 0.1.6
Bugfixes: Fixed incorrect $entry calls in the gwt api. - Thank you for Mr Viliam Durina for the patch

OpenLayers 3 Wrapper for GWT version 0.1.7
Added support for layer extents

OpenLayers 3 Wrapper for GWT version 0.1.8
Support for double click events Small improvements to api for getting feature info url from WMS sources

OpenLayers 3 Wrapper for GWT version 0.1.9
- Refactored map click listener - Upgraded to open layers 3.9.0

OpenLayers 3 Wrapper for GWT version 1.0
Updated version number to 1.0 Upgraded to OpenLayers v3.10.1

OpenLayers 3 Wrapper for GWT version 1.0.1
Add support for resolutions option for the view Renamed getFeatureInfoOptions.java to GetFeatureInfoOptions.java

OpenLayers 3 Wrapper for GWT version 1.0.2
Basic support for html overlays Input projection for Map Fix open layers logo hiding and showing

OpenLayers 3 Wrapper for GWT version 1.0.3
Just version number upgrade to keep up with v-ol3

OpenLayers 3 Wrapper for GWT version 1.1
null

OpenLayers 3 Wrapper for GWT version 1.2
Added preliminary support for various static vector sources. Not very extensively tested, so please file bug reports if you find issues Removed map quest source

OpenLayers 3 Wrapper for GWT version 1.3
This release solely consists of pull requests from the community. Huge thank you to our friends at APG|SGA who sponsored most of the features and also to wilds who have been contributing to the add-on already a longer time. The new features for the release are: support for HeatMap (contributed by wilds) support for defining a CustomProjection (contributed by APG|SGA) support for StaticImageSource (contributed by APG|SGA) support for VaadinComponents in popup (contributed by APG|SGA) support for choosing multiple features by mouse drag (contributed by APG|SGA)

OpenLayers 3 Wrapper for GWT version 2.0
Support for GWT 2.8 (contributed by Mr Youri García Martín)

OpenLayers 3 Wrapper for GWT version 2.1
This version was kindly sponsored by APG|SGA Changes: Update OL version to 4.4.1 Added color attribute for Icons Bugfixes: Fixed bug in layer reordering

OpenLayers 3 Wrapper for GWT version 2.2
Upgraded to Open Layers 4.6.5 Improved wrapper for TextStyle by adding a few missing methods

Online