1.1.9 • Published 6 years ago

dhgis v1.1.9

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
6 years ago

dhgis

  • 整合了vue与ol4,结合部分业务进行封装
  • demo/docs here

Usage

// require the openlayers css
require("../node_modules/openlayers/css/ol.css");

// require vue and any other shiny library
const Vue = require('vue');
// ...
// at some point require vue-openlayers
const VueOpenLayers = require("dhgis");
// ...
// then install the plugin
Vue.use(VueOpenLayers);

// done! now on your .vue documents you have the right to use <dh-map></dh-map> and <dh-marker></dhmarker>
1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago