Comparing version 1.1.1 to 1.1.2
@@ -21,1 +21,6 @@ # Change log | ||
- add `autoDeactivate` option to `ol.control.Bar` to auto deactivate all controls in a subbar when desactivating it | ||
## v1.1.2 2017-12 | ||
**change project name ol-ext is now ol-ext** | ||
- add doc-pages [#53] | ||
- see [#65] |
{ | ||
"name": "viglino/ol3-ext", | ||
"description": "Cool extensions for OpenLayers 3", | ||
"name": "viglino/ol-ext", | ||
"description": "Cool extensions for OpenLayers (ol)", | ||
"license": "CeCILL-B", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -41,3 +41,3 @@ /** Gulp file to create dist | ||
})) | ||
.pipe(concat("ol3-ext"+(!options.debug?".min.css":".css"))) | ||
.pipe(concat("ol-ext"+(!options.debug?".min.css":".css"))) | ||
.pipe(gulp.dest("./dist/")) | ||
@@ -66,3 +66,3 @@ }); | ||
]) | ||
.pipe(concat("ol3-ext.js")) | ||
.pipe(concat("ol-ext.js")) | ||
.pipe(minify( | ||
@@ -69,0 +69,0 @@ { ext: { |
@@ -1,3 +0,2 @@ | ||
OL3-ext is licenced under the French Opensource BSD like CeCILL-B FREE SOFTWARE LICENSE. | ||
(c) 2016 - Jean-Marc Viglino, IGN-France | ||
ol-ext (c) 2016 - Jean-Marc Viglino, IGN-France | ||
@@ -4,0 +3,0 @@ Some resources (mapping services and API) used in this sofware may have a specific license. |
{ | ||
"name": "ol-ext", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A set of cool extensions for OpenLayers (ol).", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/Viglino/ol3-ext.git" | ||
"url": "git+https://github.com/Viglino/ol-ext.git" | ||
}, | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Viglino/ol3-ext/issues" | ||
"url": "https://github.com/Viglino/ol-ext/issues" | ||
}, | ||
"homepage": "https://github.com/Viglino/ol3-ext#,", | ||
"homepage": "https://github.com/Viglino/ol-ext#,", | ||
"dependencies": {}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
@@ -1,7 +0,9 @@ | ||
# ol3-ext | ||
# ol-ext | ||
*Cool extensions for [OpenLayers](https://github.com/openlayers/openlayers) (ol/ol3/ol4)*. | ||
[ol3-ext](https://github.com/Viglino/ol3-ext) is a set of extensions, controls, interactions to use with Openlayers. | ||
[View live examples online](http://viglino.github.io/ol3-ext/) or the [API documentation](http://viglino.github.io/ol3-ext/doc/doc-pages/). | ||
### ol3-ext is now [ol-ext](https://github.com/Viglino/ol-ext) update your bookmark and your code | ||
[ol-ext](https://github.com/Viglino/ol-ext) is a set of extensions, controls, interactions to use with Openlayers. | ||
[View live examples online](http://viglino.github.io/ol-ext/) or the [API documentation](http://viglino.github.io/ol-ext/doc/doc-pages/). | ||
**Keywords:** CSS popup, | ||
@@ -35,16 +37,16 @@ Font Awesome symbol renderer, | ||
![](img/map.interaction.synchronize.jpg?raw=true) | ||
](http://viglino.github.io/ol3-ext/) | ||
](http://viglino.github.io/ol-ext/) | ||
## Getting Started | ||
* Just download the [build script](https://github.com/Viglino/ol3-ext/tree/gh-pages/dist) in the dist directory of the project. | ||
* If you just want to add a <script> tag to test things out, you can link directly to the builds from the github rawgit (not recommended in production): | ||
* Just download the [build script](https://github.com/Viglino/ol-ext/tree/gh-pages/dist) in the dist directory of the project. | ||
* If you just want to add a `<script>` tag to test things out, you can link directly to the builds from the github rawgit (not recommended in production): | ||
```` | ||
<!-- OL3-ext --> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/Viglino/ol3-ext/gh-pages/dist/ol3-ext.min.css" /> | ||
<script type="text/javascript" src="https://cdn.rawgit.com/Viglino/ol3-ext/gh-pages/dist/ol3-ext.min.js"></script> | ||
<!-- OL-ext --> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/Viglino/ol-ext/gh-pages/dist/ol-ext.min.css" /> | ||
<script type="text/javascript" src="https://cdn.rawgit.com/Viglino/ol-ext/gh-pages/dist/ol-ext.min.js"></script> | ||
```` | ||
* Use npm [ol3-ext package](https://www.npmjs.com/package/ol3-ext): | ||
* Use npm [ol-ext package](https://www.npmjs.com/package/ol-ext): | ||
```` | ||
npm install ol3-ext | ||
npm install ol-ext | ||
```` | ||
@@ -60,3 +62,3 @@ | ||
Check out the [hosted examples](http://viglino.github.io/ol3-ext/) or the [API documentation](http://viglino.github.io/ol3-ext/doc/doc-pages/). | ||
Check out the [hosted examples](http://viglino.github.io/ol-ext/) or the [API documentation](http://viglino.github.io/ol-ext/doc/doc-pages/). | ||
@@ -69,3 +71,3 @@ #### Building the documenctation: | ||
```` | ||
2. then run the gulp command to create the doc in the [doc/doc-pages](http://viglino.github.io/ol3-ext/doc/doc-pages/) directory: | ||
2. then run the gulp command to create the doc in the [doc/doc-pages](http://viglino.github.io/ol-ext/doc/doc-pages/) directory: | ||
```` | ||
@@ -77,7 +79,7 @@ gulp doc | ||
Please use the [GitHub issue tracker](https://github.com/Viglino/ol3-ext/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already. | ||
Please use the [GitHub issue tracker](https://github.com/Viglino/ol-ext/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already. | ||
## Licence | ||
ol3-ext is licenced under the French Opensource **BSD** compatible CeCILL-B FREE SOFTWARE LICENSE. | ||
ol-ext is licenced under the French Opensource **BSD** compatible CeCILL-B FREE SOFTWARE LICENSE. | ||
(c) 2016-2017 - Jean-Marc Viglino | ||
@@ -84,0 +86,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3040266
139
49619
88