tchen-vuelayers
Version:
Web map Vue components with the power of OpenLayers
13 lines (12 loc) • 414 B
JavaScript
/**
* 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>
*/
import { all, bbox, tile } from 'ol/loadingstrategy';
export { all as loadingAll, bbox as loadingBBox, tile as loadingTile } from 'ol/loadingstrategy';