-
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.
- Loading branch information
1 parent
5764ba0
commit 6f6f815
Showing
6 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2017-2019 Vladimir Vershinin <[email protected]> | ||
Copyright (c) 2017-2022 Vladimir Vershinin <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation | ||
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<link rel="stylesheet" href="//unpkg.com/[email protected]/lib/themes/vue.css"> | ||
|
||
<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/vuep.min.css"> | ||
<link rel="stylesheet" href="//unpkg.com/vuelayers@latest/lib/style.css"> | ||
<link rel="stylesheet" href="//unpkg.com/vuelayers@latest/dist/vuelayers.min.css"> | ||
|
||
<style> | ||
.cover-main pre { | ||
|
@@ -83,11 +83,11 @@ | |
Please wait... | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.0.1/build/ol.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.0/build/ol.js"></script> | ||
<script src="//unpkg.com/[email protected]/babel.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/vuelayers@latest/dist/vuelayers.umd.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/dist/fakerator.js"></script> | ||
|
||
<script src="//unpkg.com/[email protected]/index.js"></script> | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vuelayers", | ||
"version": "0.12.0-rc.28", | ||
"version": "0.12.0", | ||
"description": "Web map Vue components with the power of OpenLayers", | ||
"author": "Vladimir Vershinin <[email protected]>", | ||
"scripts": { | ||
|