Directory

OpenLayers 3 Wrapper for Vaadin - Vaadin Add-on Directory

Vaadin wrapper for OpenLayers 3. Provides Vaadin wrappers for the core part of the api. OpenLayers 3 Wrapper for Vaadin - Vaadin Add-on Directory
This add-on provides Vaadin api for the core part of the OpenLayers 3. The wrapper relies on "OpenLayers 3 Wrapper for GWT" add-on to provide the client-side GWT wrappers for the api. 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
Discussion Forum

OpenLayers 3 Wrapper for Vaadin version 0.1
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. Currently the supported features of the OpenLayers v3 api are: Layers: Image, Tile, Vector Sources: WMS, OpenStreetMap, MapQuest, Vector (generic) Interactions: Select, draw, modify Controls: Attribution, full screen, mouse position, rotate, scale line, zoom

OpenLayers 3 Wrapper for Vaadin version 0.1.1
Documentation improvements

OpenLayers 3 Wrapper for Vaadin version 0.1.2
Bugfixes: Fixed feature removal from Vector layer Improvements: Extent api improved Thank you for Mr Giancarlo Domanico for contributing the improvements to the Extent api.

OpenLayers 3 Wrapper for Vaadin version 0.1.3
Added support for getting the current state of the view (center position, rotation, resolution, zoom)

OpenLayers 3 Wrapper for Vaadin version 0.1.4
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 extent changed events Support for WMTS sources Upgrade to OpenLayers 3.4.0 Fix: Toggle visibility of a map using set visible does not work Fix: Layer ordering not reflected on client side

OpenLayers 3 Wrapper for Vaadin 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 extent changed events Support for WMTS sources Upgrade to OpenLayers 3.4.0 Fix: Toggle visibility of a map using set visible does not work Fix: Layer ordering not reflected on client side

OpenLayers 3 Wrapper for Vaadin version 0.1.6
New features: Support for map click listeners - Thank you for Mr Martin Stypinski for contributing the code for this Added support for additional projections provided by proj4js Added support for automatic vector reprojection Improvements: Enabled setter chaining in the options classes.

OpenLayers 3 Wrapper for Vaadin version 0.1.7
Added support for layer extents Added method for getting last known viewport extent to OLView Fixed the issue #36 "If feature was removed in the featureAdded event, that was not reflected on the client side."

OpenLayers 3 Wrapper for Vaadin version 0.1.8
First release marked as STABLE. Support for double clicks Support for getting feature info url from click event on the server side in case there are WMS sources on the map WARNING: Some changes are not backwards compatible to previous versions. Most importantly, the api for map click listeners has changed a bit.

OpenLayers 3 Wrapper for Vaadin version 0.1.9
Refactored map click listener api Upgraded to open layers 3.9.0

OpenLayers 3 Wrapper for Vaadin version 1.0
Updated version number to 1.0. Upgraded to OpenLayers v3.10.1 Added sample context menu and abstract base class to make it easier to implement one. Added test for feature icons

OpenLayers 3 Wrapper for Vaadin version 1.0.1
Add support for resolutions parameter for view Removed dependency to java fx

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

OpenLayers 3 Wrapper for Vaadin version 1.0.3
Added support for client side map initialization listeners

OpenLayers 3 Wrapper for Vaadin version 1.1
This release includes a lot of new features and enhancements most of which came in as pull request. Huge thanks for all who contributed into this release New features LayerSwitcherControl (contributed by markathomas) Support for generic properties for features (contributed by wilds) Support for Bing maps (contributed by Martin Stypinski) In addition a lot of new enhancements and bug fixes were provided by iSergio, Infiniverse and tafit3

OpenLayers 3 Wrapper for Vaadin 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 Fixed duplicated delete events on feature deletion via server-side api

OpenLayers 3 Wrapper for Vaadin 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 Vaadin version 2.0
Support for Vaadin 8 (contributed by Mr Youri García Martín)

OpenLayers 3 Wrapper for Vaadin 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 Vaadin version 2.2
Upgraded to Open Layers 4.6.5 Added more api for TextStyle