vuelayers

Web map Vue components with the power of OpenLayers

MIT License

Downloads
10.2K
Stars
683
Committers
26

Bot releases are hidden (Show)

vuelayers - Release v0.11.15

Published by ghettovoice almost 5 years ago

  • fix #248
vuelayers - Release v0.11.14

Published by ghettovoice almost 5 years ago

Fix lifecycle observables emitting #244

vuelayers - Release v0.11.13

Published by ghettovoice almost 5 years ago

fix #244 once again

vuelayers - Release v0.11.12

Published by ghettovoice almost 5 years ago

  • fix #243
vuelayers - Release v0.11.11

Published by ghettovoice almost 5 years ago

Fix broken UMD version

vuelayers - Release v0.11.10

Published by ghettovoice almost 5 years ago

Bugfixes:

  • close #244
vuelayers - Release v0.11.9

Published by ghettovoice about 5 years ago

fix #239

vuelayers - Release v0.11.8

Published by ghettovoice about 5 years ago

Bugfixes #238

vuelayers - Release v0.11.7

Published by ghettovoice about 5 years ago

Bugfix of #236

vuelayers - Release v0.11.6

Published by ghettovoice about 5 years ago

Fix typo in computed property vmId usage.

vuelayers - Release v0.11.5

Published by ghettovoice about 5 years ago

  • resolved #173, #174, #201, #135, #216, #132 #224 #225 #226, #230
  • merged of pull requests #160, #175, #180, #185, #188, #191, #206, #208,
      #212, #213, #215, #221, #227, #231
      Thanks to @baspeeters, @sjmallon, @janlazo, @categulario,
      @skymaze, @jemasfox, @owen-thurston, @agmt5989, @RemiDesgrange
  • improved property watchers
  • optional debug messages
  • fixed broken UMD version
  • simplified initial interaction/controls setup #95
  • added id property for all ol components for easy identification
  • mixins, ol-ext and rx-ext now are build to single file package,
      imports from those packages are not changed
  • UMD version (dev/demo version) now includes all used stuff from ol
      package
  • updated documentation and README
vuelayers -

Published by ghettovoice over 5 years ago

Update ol package to 5.3.1

vuelayers - v0.11.3

Published by ghettovoice over 5 years ago

Additional events:

  • vl-map: rendercomplete
  • vl-layer-*: postcompose, precompose, render, rendercomplete
  • tile sources: tileloadstart, tileloadend, tileloaderror
  • image sources: imageloadstart, imageloadend, imageloaderror
vuelayers - v0.11.2

Published by ghettovoice over 5 years ago

Fix several minor issues and merge of pull requests

  • fix #111, #113, #114
  • merge #137, #138

Thanks to @become-iron, @chrudosvorlicek, @categulario

vuelayers - v0.11.1

Published by ghettovoice almost 6 years ago

Changelist

  • vl-map: added property wrap-x to control wrapping of the default map overlay (#109 )
  • vl-overlay: hide overlay while it is not added to the overlay container
  • fix UMD build issue: fractional tile indexes in the tile url, occurs with the minified build by the latest uglify js
vuelayers - v0.11.0

Published by ghettovoice almost 6 years ago

Changelist

  • [BREAKING] OpenLayers upgraded to v5 (#66)
  • [BREAKING] support of OpenLayers v4 was dropped out. For OpenLayers v4 you should use previous v0.10.x version.
  • [BREAKING] distribution package structure was changed due to lack of CommonJs builds.
    Now the VueLayers provides only ES build for production/development environment and UMD build for
    a quick usage, so compiled ES source code should be imported simply from /lib directory (/lib/_esm was before).
  • [BREAKING] vl-source-bing-maps was renamed to vl-source-bingmaps, and now exported as BingmapsSource (BingMapsSource was before)
  • fixed jerking vl-overlay (#80)
  • added handler for changefeature event in vl-source-vector
  • fixed broken links in documentation (#88 by @kodami)
  • fixed IE issues (#91, #75, #64)
  • default loader for vl-source-vector
  • New components:
    • vl-layer-group (#97)
    • vl-source-image-wms (#92 )
    • vl-source-stamen (#99)
    • vl-source-arcgis-rest
    • vl-graticule (#104 )
vuelayers - v0.11.0-rc.7

Published by ghettovoice almost 6 years ago

vuelayers - v0.10.25

Published by ghettovoice almost 6 years ago

fixed errors related to debounced version of refresh, remount and recreate

vuelayers - v0.11.0-rc.6

Published by ghettovoice almost 6 years ago

Resolved issue #104 related to incorrect labels placement

vuelayers - v0.10.24

Published by ghettovoice almost 6 years ago

Resolved issue #104 related to incorrect labels placement