OpenLayers 3 Wrapper for GWT
GWT wrapper for OpenLayers 3. Provides GWT wrappers for the core classes of the api.
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
Links
Compatibility
0.1.0 | 0.1.1 | 0.1.2 | 0.1.3 | 0.1.4 | 0.1.5 | 0.1.6 | 0.1.7 | 0.1.8 | 0.1.9 | 1.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.1 | 1.2 | 1.3 | 2.0 | 2.1 | 2.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.21 | Y | Y | ||||||||||||||||||
-8.20 | Y | Y | ||||||||||||||||||
-8.19 | Y | Y | ||||||||||||||||||
-8.18 | Y | Y | ||||||||||||||||||
-8.17 | Y | Y | ||||||||||||||||||
-8.16 | Y | Y | ||||||||||||||||||
-8.15 | Y | Y | ||||||||||||||||||
-8.14 | Y | Y | ||||||||||||||||||
-8.13 | Y | Y | ||||||||||||||||||
-8.12 | Y | Y | ||||||||||||||||||
-8.11 | Y | Y | ||||||||||||||||||
-8.10 | Y | Y | ||||||||||||||||||
-8.9 | Y | Y | ||||||||||||||||||
-8.8 | Y | Y | ||||||||||||||||||
-8.7 | Y | Y | ||||||||||||||||||
-8.6 | Y | Y | ||||||||||||||||||
-8.5 | Y | Y | ||||||||||||||||||
-8.4 | Y | Y | ||||||||||||||||||
-8.3 | Y | Y | ||||||||||||||||||
-8.2 | Y | Y | ||||||||||||||||||
-8.1 | Y | Y | ||||||||||||||||||
-8.0 | Y | Y | ||||||||||||||||||
7.7 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | ||
7.3-7.6 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | |||
-7.5 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | |||
-7.4 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | |||
-7.3 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | |||
7.2 | Y | Y | Y | Y | Y | Y | ||||||||||||||
(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
Support for double click events Small improvements to api for getting feature info url from WMS sources
- Released
- 2015-09-22
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- GWT 2.0+
- Vaadin 7.3+
- Vaadin 7.2+ in 0.1.0
- Vaadin 8.0+ in 2.0
- Vaadin 7.7+ in 2.1
- 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.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