{"analyzedAt":"2022-11-18T18:36:38.553Z","collected":{"metadata":{"name":"ol-ext","scope":"unscoped","version":"4.0.4","description":"A set of cool extensions for OpenLayers (ol) in node modules structure","keywords":["ol3","openlayers","popup","menu","symbol","renderer","filter","canvas","interaction","split","statistic","charts","pie","LayerSwitcher","toolbar","animation"],"date":"2022-11-18T09:08:40.324Z","author":{"name":"Jean-Marc Viglino","url":"https://github.com/Viglino"},"publisher":{"username":"viglino","email":"jean-marc.viglino@ign.fr"},"maintainers":[{"username":"viglino","email":"jean-marc.viglino@ign.fr"}],"contributors":[{"name":"ThomasG77","url":"https://github.com/ThomasG77"},{"name":"darkscript","url":"https://github.com/darkscript"}],"repository":{"type":"git","url":"git+https://github.com/Viglino/ol-ext.git"},"links":{"npm":"https://www.npmjs.com/package/ol-ext","homepage":"https://github.com/Viglino/ol-ext#,","repository":"https://github.com/Viglino/ol-ext","bugs":"https://github.com/Viglino/ol-ext/issues"},"license":"BSD-3-Clause","devDependencies":{"eslint":"^5.10.0","gulp":"^4.0.2","gulp-autoprefixer":"^5.0.0","gulp-clean":"^0.4.0","gulp-cli":"^2.2.0","gulp-concat":"^2.6.1","gulp-cssmin":"^0.2.0","gulp-header":"^2.0.5","gulp-minify":"^3.1.0","gulp-watch":"^5.0.1","gulp-jsdoc3":"^2.0.0","live-server":"^1.2.0","minimist":"^1.2.0","plugin-error":"^1.0.1","through2":"^2.0.3"},"peerDependencies":{"ol":">= 5.3.0"},"releases":[{"from":"2022-10-19T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":1},{"from":"2022-08-20T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":5},{"from":"2022-05-22T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":10},{"from":"2021-11-18T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":19},{"from":"2020-11-18T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":36}],"hasTestScript":true,"readme":"# ol-ext\r\n*Cool extensions for [OpenLayers](https://github.com/openlayers/openlayers) (ol)*.\r\n\r\n[![](https://img.shields.io/npm/v/ol-ext.svg)](https://www.npmjs.com/package/ol-ext)\r\n![](https://img.shields.io/github/stars/viglino/ol-ext)\r\n![](https://img.shields.io/github/commit-activity/m/viglino/ol-ext)\r\n![](https://img.shields.io/github/issues/viglino/ol-ext)\r\n![](https://img.shields.io/github/issues-closed/viglino/ol-ext)\r\n![](https://img.shields.io/github/v/release/viglino/ol-ext)    \r\n![](https://img.shields.io/github/contributors/viglino/ol-ext)\r\n![](https://img.shields.io/npm/dt/ol-ext)\r\n![](https://img.shields.io/npm/dw/ol-ext)\r\n![](https://img.shields.io/npm/l/ol-ext?color=orange)\r\n![](https://img.shields.io/twitter/follow/jmviglino?style=social)\r\n\r\n[ol-ext](https://github.com/Viglino/ol-ext) is a set of extensions, controls, interactions, popup to use with Openlayers.    \r\n[View live examples online](http://viglino.github.io/ol-ext/) or the [API documentation](http://viglino.github.io/ol-ext/doc/doc-pages/).\r\n\r\n**Keywords:** \r\nStorymap,\r\nTimeline control,\r\nCSS popup, \r\nFont Awesome symbols, \r\ncharts for statistical map (pie/bar), \r\nlayer switcher,\r\ncontrol bar,\r\nwikipedia layer, \r\nlegend control,\r\nsearch,\r\nanimations,\r\nundo/redo mechanisms\r\n\r\n![](http://viglino.github.io/ol-ext/img/ol-ext.jpg)\r\n\r\n## Getting Started\r\n\r\n### NPM packages\r\n\r\nol-ext exists as ES6 modules ([ol-ext](https://www.npmjs.com/package/ol-ext)) and as pure js (deprecated! [openlayers-ext](https://www.npmjs.com/package/openlayers-ext)).\r\n\r\n### using ol-ext in a webpack\r\n\r\n* For use with webpack, Rollup, Browserify, or other module bundlers, install the npm [ol-ext package](https://www.npmjs.com/package/ol-ext) and link to the node_modules directory:\r\n````\r\nnpm install ol-ext\r\n````\r\n\r\nSee the following examples for more detail on bundling ol-ext with your application:\r\n\r\n* Using [webpack](https://github.com/darkscript/ol-ol-ext-webpack-example)\r\n* Using [parcel](https://github.com/Viglino/ol-ext-parcel-bundler)\r\n* Using [angular](https://github.com/Viglino/ol-ext-angular)\r\n\r\n**Typescript declarations** are avaliable at [Siedlerchr/types-ol-ext](https://github.com/Siedlerchr/types-ol-ext).\r\n```\r\nnpm i -D @types/ol-ext@npm:@siedlerchr/types-ol-ext\r\n```\r\n\r\n### using ol-ext in a web page\r\n\r\n* For use in a web page install the npm [openlayers-ext package](https://www.npmjs.com/package/openlayers-ext) (deprecated):\r\n````\r\nnpm install openlayers-ext\r\n````\r\nThe library will be available in the `node_modules/openlayers-ext/dist` directory. You can find individual files in the `node_modules/openlayers-ext/lib` directory.\r\n* You can download the [scripts](dist) of the ./dist directory of the repository in your project and insert the .js and .css in your page.\r\n* 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).\r\n* For compatibility with older browsers and platforms (like Internet Explorer down to version 9 and Android 4.x), the OpenLayers needs to be transpiled (e.g. using Babel) and bundled with polyfills for `requestAnimationFrame`, `Element.prototype.classList`, `Object.assign`and `URL`.\r\n\r\n````html\r\n<!-- Openlayers -->\r\n<link rel=\"stylesheet\" href=\"https://openlayers.org/en/latest/css/ol.css\" />\r\n<script type=\"text/javascript\" src=\"https://openlayers.org/en/latest/build/ol.js\"></script>\r\n<script src=\"https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL,Object.assign\"></script>\r\n\r\n<!-- ol-ext -->\r\n<link rel=\"stylesheet\" href=\"https://cdn.rawgit.com/Viglino/ol-ext/master/dist/ol-ext.min.css\" />\r\n<script type=\"text/javascript\" src=\"https://cdn.rawgit.com/Viglino/ol-ext/master/dist/ol-ext.min.js\"></script>\r\n````\r\n\r\n### supported Browsers\r\n\r\nol-ext runs on all modern browsers that support HTML5 and ECMAScript 5. This includes Chrome, Firefox, Safari and Edge. For older browsers and platforms like Internet Explorer (down to version 9) and Android 4.x, polyfills for for `requestAnimationFrame`, `Element.prototype.classList`, `Object.assign`and `URL`.\r\n\r\n\r\n## Documentation\r\n\r\nCheck out the [hosted examples](http://viglino.github.io/ol-ext/) or the [API documentation](http://viglino.github.io/ol-ext/doc/doc-pages/).\r\n\r\n## Contributing\r\n\r\nPlease see our [contributing guidelines](https://github.com/Viglino/ol-ext/blob/master/CONTRIBUTING.md) if you're interested in getting involved.\r\n\r\n* see all [contributors](https://github.com/Viglino/ol-ext/graphs/contributors)\r\n\r\n## Bugs\r\n\r\nPlease 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.\r\n\r\n## License\r\n\r\nol-ext is licensed under the French Opensource **BSD** compatible CeCILL-B FREE SOFTWARE LICENSE.  \r\n (c) 2016-20 - Jean-Marc Viglino\r\n\r\nSome resources (mapping services and API) used in this sofware may have a specific license.  \r\nYou must check before use.\r\n\r\n> [Full text license in English](https://cecill.info/licences/Licence_CeCILL-B_V1-en.txt)    \r\n> [Full text license in French](https://cecill.info/licences/Licence_CeCILL-B_V1-fr.txt)\r\n\r\nFor convenience you can use the BSD licence instead when publish content to webpack."},"npm":{"downloads":[{"from":"2022-11-17T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":3611},{"from":"2022-11-11T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":17956},{"from":"2022-10-19T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":84743},{"from":"2022-08-20T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":245151},{"from":"2022-05-22T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":445697},{"from":"2021-11-18T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":810790}],"starsCount":0},"github":{"homepage":"https://viglino.github.io/ol-ext/","starsCount":960,"forksCount":411,"subscribersCount":68,"issues":{"count":891,"openCount":21,"distribution":{"3600":46,"10800":46,"32400":49,"97200":116,"291600":82,"874800":129,"2624400":185,"7873200":158,"23619600":58,"70858800":16,"212576400":6},"isDisabled":false},"contributors":[{"username":"Viglino","commitsCount":2663},{"username":"ThomasG77","commitsCount":29},{"username":"SamuelIrungu","commitsCount":26},{"username":"megawac","commitsCount":14},{"username":"Siedlerchr","commitsCount":10},{"username":"thhomas","commitsCount":8},{"username":"shaula","commitsCount":6},{"username":"siiinc","commitsCount":6},{"username":"daRasmussen","commitsCount":6},{"username":"awjae","commitsCount":6},{"username":"hkollmann","commitsCount":5},{"username":"boeckMt","commitsCount":4},{"username":"smellman","commitsCount":3},{"username":"mborne","commitsCount":2},{"username":"drnextgis","commitsCount":2},{"username":"JoonasPalm","commitsCount":2},{"username":"craigsnyders","commitsCount":2},{"username":"DaanPL","commitsCount":2},{"username":"Daanoz","commitsCount":2},{"username":"simon04","commitsCount":2},{"username":"FuzeIV","commitsCount":2},{"username":"birbilis","commitsCount":2},{"username":"domiSchenk","commitsCount":2},{"username":"M393","commitsCount":2},{"username":"AlexGacon","commitsCount":2},{"username":"bierett","commitsCount":2},{"username":"felhe","commitsCount":2},{"username":"marcjansen","commitsCount":1},{"username":"programmerg","commitsCount":1},{"username":"JakobMiksch","commitsCount":1},{"username":"globad","commitsCount":1},{"username":"ElmarFrerichs","commitsCount":1},{"username":"SVoyt","commitsCount":1},{"username":"Rzepin","commitsCount":1},{"username":"richorama","commitsCount":1},{"username":"agiudiceandrea","commitsCount":1},{"username":"Melknix","commitsCount":1},{"username":"levrum-info","commitsCount":1},{"username":"DebuggerAK","commitsCount":1},{"username":"D3kion","commitsCount":1},{"username":"fredj","commitsCount":1},{"username":"ka7eh","commitsCount":1},{"username":"GastonZalba","commitsCount":1},{"username":"lubojr","commitsCount":1},{"username":"Jennyshining","commitsCount":1},{"username":"Sagie501","commitsCount":1},{"username":"annasimoniaine","commitsCount":1},{"username":"choelzl","commitsCount":1},{"username":"cazacugmihai","commitsCount":1},{"username":"spimort","commitsCount":1},{"username":"cvondelft","commitsCount":1},{"username":"qiuzuhui","commitsCount":1},{"username":"karstenpihl","commitsCount":1},{"username":"dependabot[bot]","commitsCount":1},{"username":"lfmoncada022","commitsCount":1},{"username":"acogent","commitsCount":1},{"username":"henriquefreitas","commitsCount":1},{"username":"Zigridar","commitsCount":1},{"username":"laddish","commitsCount":1},{"username":"sebbelese","commitsCount":1},{"username":"leolovesmile","commitsCount":1},{"username":"jthiard","commitsCount":1},{"username":"hromain","commitsCount":1},{"username":"mike-000","commitsCount":1},{"username":"sanak","commitsCount":1},{"username":"holai","commitsCount":1},{"username":"Isti115","commitsCount":1},{"username":"robinrullo","commitsCount":1}],"commits":[{"from":"2022-11-11T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":4},{"from":"2022-10-19T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":27},{"from":"2022-08-20T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":103},{"from":"2022-05-22T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":178},{"from":"2021-11-18T00:00:00.000Z","to":"2022-11-18T00:00:00.000Z","count":331}]},"source":{"files":{"readmeSize":5229,"testsSize":2871,"hasNpmIgnore":true,"hasChangelog":true},"badges":[{"urls":{"original":"https://img.shields.io/npm/v/ol-ext.svg","shields":"https://img.shields.io/npm/v/ol-ext.svg","content":"https://img.shields.io/npm/v/ol-ext.json"},"info":{"service":"npm","type":"version","modifiers":{"type":"v"}}}],"linters":["eslint"]}},"evaluation":{"quality":{"carefulness":0.9999999999999999,"tests":0.6,"health":1,"branding":0.15},"popularity":{"communityInterest":1507,"downloadsCount":81717,"downloadsAcceleration":214.5440449010655,"dependentsCount":0},"maintenance":{"releasesFrequency":1,"commitsFrequency":1,"openIssues":1,"issuesDistribution":0.7735757172646377}},"score":{"final":0.6384336991053459,"detail":{"quality":0.64842250731856,"popularity":0.26853810735692324,"maintenance":0.9997674552424423}}}