0.5.6 • Published 6 years ago

vue-openlayers v0.5.6

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

vue-openlayers

  • humble wrapper for the powerful openlayers map api
  • 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("vue-openlayers");
// ...
// then install the plugin
Vue.use(VueOpenLayers);

// done! now on your .vue documents you have the right to use <ol-map></ol-map> and <ol-marker></olmarker>
0.5.6

6 years ago

0.5.5

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago