UNPKG

tchen-vuelayers

Version:

Web map Vue components with the power of OpenLayers

27 lines (25 loc) 610 B
/** * VueLayers * Web map Vue components with the power of OpenLayers * * @package vuelayers * @author Vladimir Vershinin <ghettovoice@gmail.com> * @version 0.11.1 * @license MIT * @copyright (c) 2017-2019, Vladimir Vershinin <ghettovoice@gmail.com> */ export * from './collection'; export * from './consts'; export * from './extent'; export * from './feature'; export * from './format'; export * from './geojson'; export * from './geom'; export * from './load-strategy'; export * from './proj'; export * from './style'; export * from './tile-grid'; export * from './util'; /** * @module ol-ext */