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 - v0.10.22

Published by ghettovoice almost 6 years ago

upgrade from v0.11

  • fix cors issue with the new vl-source-vector default loader (#105 )
  • added vl-graticuleย  component (#104 )
vuelayers - v0.11.0-rc.5

Published by ghettovoice almost 6 years ago

Bugfixes

  • fix cors issue with the new vl-source-vector default loader (#105 )

Features

  • added vl-graticule component (#104 )
vuelayers - v0.11.0-rc.4

Published by ghettovoice almost 6 years ago

Move latest features and bugfixes from v0.10.x

  • vl-layer-group (#97)
  • vl-source-stamen (#99)
  • vl-source-arcgis-rest
  • default loader for vl-source-vector

Breaking changes

  • vl-source-bing-maps was renamed to vl-source-bingmaps, and now exported as BingmapsSource (BingMapsSource was before)
<template>
  <vl-map ...>
    <vl-layer-tile>
     <vl-source-bingmaps ...></vl-source-bingmaps>
   </vl-layer-tile>
  </vl-map>
</template>

<script>
  import Vue from 'vue'
  import { Map, TileLayer, BingmapsSource } from 'vuelayers'

  Vue.use(Map)
  Vue.use(TileLayer)
  Vue.use(BingmapsSource)

  ...
</script>
vuelayers - v0.10.21

Published by ghettovoice almost 6 years ago

Improve vl-source-vector loading from URL with format.
Implemented default features loader that uses provided format with resolved data projection and view projection
for easy coordinates transforming

vuelayers - v0.10.20

Published by ghettovoice almost 6 years ago

fix typo: ol wms source has method getGetFeatureInfoUrl, not getFeatureInfoUrl (#6)

vuelayers - v0.10.19

Published by ghettovoice almost 6 years ago

New components:

  • vl-layer-group (#97)
<vl-layer-group :opacity="0.5">
  <vl-layer-tile>...</vl-layer-tile>
  <vl-layer-vector>...</vl-layer-vector>
  ...
</vl-layer-group>
  • vl-source-stamen (#99)
  • vl-source-arcgis-rest

Deprecated

  • vl-source-bing-maps is deprecated and now is an alias for vl-source-bingmaps
vuelayers - v0.11.0-rc.3

Published by ghettovoice almost 6 years ago

Changelist:

  • fixed IE issues (#91, #75, #64)
  • added vl-source-image-wms component (#92 ) (see demo for usage example)
vuelayers - v0.10.18

Published by ghettovoice almost 6 years ago

Fixed invalid imports in dist bundles

vuelayers - v0.10.16

Published by ghettovoice almost 6 years ago

WARN this version has broken import paths, use the latest please

Changelist:

  • fixed IE issues (#91, #75, #64)
  • added vl-source-image-wms component (#92 ) (see demo for usage example)
vuelayers - v0.11.0-rc.2

Published by ghettovoice almost 6 years ago

Bugs fixes

  • missed olExt, rxExt exports in UMD build
vuelayers - v0.10.15

Published by ghettovoice almost 6 years ago

Fixed broken distribution package of v0.10.14

vuelayers - v0.11.0-rc.1

Published by ghettovoice almost 6 years ago

release v0.11.0-rc.1

The first ready to use release of the next vuelayers version.
Install it with npm install vuelayers@next

Change list:

  • upgrade to OpenLayers v5 (#66)
  • drop out support of OpenLayers v4 (for v4 there is v0.10.x branch)
  • change distribution package structure [BREAKING]
    Now the VueLayers provide 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).
  • fix jerking vl-overlay (#80)
  • vl-source-vector: handle changefeature event
  • Update links in documentation (#88)
vuelayers - v0.10.14

Published by ghettovoice almost 6 years ago

NOTE: this version is broken on npm, please use the next release v0.10.15

release v0.10.14

  • fix jerking vl-overlay (#80)
  • vl-source-vector: handle changefeature event
vuelayers - v0.10.13

Published by ghettovoice about 6 years ago

switch rxjs to es5 with import/export (#71)

vuelayers - v0.10.12

Published by ghettovoice over 6 years ago

rebuild lib (see #60)

vuelayers - v0.10.11

Published by ghettovoice over 6 years ago

Bugfixes:

  • #60
vuelayers - v0.10.10

Published by ghettovoice over 6 years ago

Bugfix: set default ol.View if view is undefined in the setView method (#58)

vuelayers - v0.10.9

Published by ghettovoice over 6 years ago

vuelayers - v0.10.8

Published by ghettovoice over 6 years ago

fix #51, #52

vuelayers - v0.10.7

Published by ghettovoice over 6 years ago

Package Rankings
Top 1.81% on Npmjs.org
Top 6.67% on Proxy.golang.org
Badges
Extracted from project README
Build Status Coverage Status GitHub tag NPM version License Downloads Dependencies