Skip to content

Commit

Permalink
Update docs, licence, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Feb 24, 2022
1 parent 5764ba0 commit 6f6f815
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2019 Vladimir Vershinin <ghettovoice@gmail.com>
Copyright (c) 2017-2022 Vladimir Vershinin <ghettovoice@gmail.com>

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,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ npm test

## License

**MIT** (c) 2017-2020, Vladimir Vershinin
**MIT** (c) 2017-2022, Vladimir Vershinin
Based on [Vue](https://vuejs.org/) and [OpenLayers](https://openlayers.org/)
2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Check out [VueLayers Demo application](demo.md "VueLayers Demo application") to

## License

Licensed under the **MIT** (c) 2017-2020, [Vladimir Vershinin](https://ghettovoice.github.io/)
Licensed under the **MIT** (c) 2017-2022, [Vladimir Vershinin](https://ghettovoice.github.io/)
Based on [Vue](https://vuejs.org/ "Vue.js Homepage") and [OpenLayers](https://openlayers.org/ "OpenLayers Homepage")
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="stylesheet" href="//unpkg.com/docsify@4.6.10/lib/themes/vue.css">

<link rel="stylesheet" href="//unpkg.com/vuep@0.8.0/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 {
Expand Down Expand Up @@ -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/babel-standalone@6.26.0/babel.min.js"></script>
<script src="//unpkg.com/vue@2/dist/vue.min.js"></script>
<script src="//unpkg.com/vuep@0.8.0/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/fakerator@0.3.0/dist/fakerator.js"></script>

<script src="//unpkg.com/docsify-edit-on-github@1.0.1/index.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Simple map with OSM layer example (editable)
<vl-view :zoom.sync="zoom" :center.sync="center" :rotation.sync="rotation"></vl-view>

<vl-geoloc @update:position="geolocPosition = $event">
<template slot-scope="geoloc">
<template #default="geoloc">
<vl-feature v-if="geoloc.position" id="position-feature">
<vl-geom-point :coordinates="geoloc.position"></vl-geom-point>
<vl-style-box>
Expand Down
2 changes: 1 addition & 1 deletion package.json
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 <ghettovoice@gmail.com>",
"scripts": {
Expand Down

0 comments on commit 6f6f815

Please sign in to comment.