-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- resolved #173, #174, #201, #135, #216, #132 #224 #225 #226, #230 - merged of pull requests #160, #175, #180, #185, #188, #191, #206, #208, #212, #213, #215, #221, #227, #231 Thanks to @baspeeters, @sjmallon, @janlazo, @categulario, @skymaze, @jemasfox, @owen-thurston, @agmt5989, @RemiDesgrange - improved property watchers - optional debug messages - fixed broken UMD version - simplified initial interaction/controls setup #95 - added `id` property for all ol components for easy identification - mixins, ol-ext and rx-ext now are build to single file package, imports from those packages are not changed - UMD version (dev/demo version) now includes all used stuff from `ol` package - updated documentation and README
- Loading branch information
1 parent
71bc2de
commit d2abce1
Showing
7 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,6 @@ | |
margin: 1.2em 0; | ||
overflow: auto; | ||
padding: 0 1.4rem; | ||
position: relative; | ||
word-wrap: normal; | ||
background-color: #f8f8f8; | ||
font-family: Roboto Mono,Monaco,courier,monospace; | ||
|
@@ -84,9 +83,8 @@ | |
Please wait... | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v5.3.0/build/ol.js"></script> | ||
<script src="//unpkg.com/[email protected]/babel.min.js"></script> | ||
<script src="//unpkg.com/vue@2.5.16/dist/vue.min.js"></script> | ||
<script src="//unpkg.com/vue@2/dist/vue.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/dist/vuep.min.js"></script> | ||
<script src="//unpkg.com/vuelayers@latest/lib/index.umd.js"></script> | ||
<script src="//unpkg.com/[email protected]/dist/fakerator.js"></script> | ||
|
@@ -101,8 +99,6 @@ | |
|
||
window.fakerator = new Fakerator() | ||
|
||
Vue.use(VueLayers) | ||
|
||
window.$docsify = { | ||
el: '#app', | ||
name: 'VueLayers', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "vuelayers", | ||
"fullname": "VueLayers", | ||
"version": "0.11.5-beta.9", | ||
"version": "0.11.5", | ||
"description": "Web map Vue components with the power of OpenLayers", | ||
"author": "Vladimir Vershinin <[email protected]>", | ||
"main": "./lib/index.js", | ||
|