vue-openlayers
- humble wrapper for the powerful openlayers map api
- demo/docs here
Usage
// require the openlayers css; // require vue and any other shiny libraryconst Vue = ;// ...// at some point require vue-openlayersconst VueOpenLayers = ;// ...// then install the pluginVue; // done! now on your .vue documents you have the right to use <ol-map></ol-map> and <ol-marker></olmarker>