{"analyzedAt":"2022-08-27T02:58:35.129Z","collected":{"metadata":{"name":"@geoext/geoext","scope":"geoext","version":"4.1.0","description":"GeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.","keywords":["GIS","OpenLayers","ExtJS"],"date":"2022-08-25T12:26:25.281Z","author":{"name":"GeoExt Contributors"},"publisher":{"username":"simonseyock","email":"simonseyock@googlemail.com"},"maintainers":[{"username":"ahennr","email":"henn@terrestris.de"},{"username":"annarieger","email":"rieger@terrestris.de"},{"username":"buehner","email":"buehner@terrestris.de"},{"username":"dnlkoch","email":"koch@terrestris.de"},{"username":"hwbllmnn","email":"schmitz@terrestris.de"},{"username":"jansule","email":"suleiman.jan@uni-muenster.de"},{"username":"kaivolland","email":"kaivolland@yahoo.de"},{"username":"marcjansen","email":"jansen@terrestris.de"},{"username":"chrismayer","email":"geofootballer@googlemail.com"},{"username":"jweskamm","email":"weskamm@terrestris.de"},{"username":"simonseyock","email":"simonseyock@googlemail.com"}],"contributors":[{"name":"GeoExt Contributors"}],"repository":{"type":"git","url":"git+https://github.com/geoext/geoext.git"},"links":{"npm":"https://www.npmjs.com/package/%40geoext%2Fgeoext","homepage":"https://geoext.github.io/geoext/","repository":"https://github.com/geoext/geoext","bugs":"https://github.com/geoext/geoext/issues"},"license":"GPL-3.0","devDependencies":{"@geoext/openlayers-legacy":"^6.15.1","browser-sync":"2.27.10","copyfiles":"2.4.1","coveralls":"3.1.1","eslint":"8.17.0","eslint-config-openlayers":"7.0.0","expect.js":"0.3.1","global-tunnel-ng":"2.7.1","karma":"6.3.20","karma-chrome-launcher":"3.1.1","karma-coverage":"2.2.0","karma-eslint":"2.2.0","karma-expect":"1.1.3","karma-firefox-launcher":"2.1.2","karma-mocha":"2.0.1","karma-sinon":"1.0.5","karma-summary-reporter":"^3.1.1","log-update":"4.0.0","mkdirp":"1.0.4","mocha":"10.0.0","np":"7.6.1","rimraf":"3.0.2","sinon":"14.0.0"},"releases":[{"from":"2022-07-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":2},{"from":"2022-05-29T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":2},{"from":"2022-02-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":2},{"from":"2021-08-27T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":2},{"from":"2020-08-27T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":7}],"hasTestScript":true,"hasSelectiveFiles":true,"readme":"# GeoExt\n\nJavaScript Toolkit for Rich Web Mapping Applications.\n\n[![Build Status](https://travis-ci.org/geoext/geoext.svg?branch=master)](https://travis-ci.org/geoext/geoext)\n[![Coverage Status](https://coveralls.io/repos/geoext/geoext/badge.svg?branch=master&service=github)](https://coveralls.io/github/geoext/geoext?branch=master)\n[![dependencies Status](https://david-dm.org/geoext/geoext/status.svg)](https://david-dm.org/geoext/geoext)\n[![devDependencies Status](https://david-dm.org/geoext/geoext/dev-status.svg)](https://david-dm.org/geoext/geoext?type=dev)\n\n[![GeoExt logo](https://geoext.github.io/geoext/website-resources/img/GeoExt-logo.png)](https://geoext.github.io/geoext/)\n\nGeoExt is Open Source and enables building desktop-like GIS applications through the web. It is a JavaScript framework that combines the GIS functionality of OpenLayers with the user interface savvy of the ExtJS library provided by Sencha.\n\nVersion 3 of GeoExt was the successor to the GeoExt 2.x-series and has been built atop the following versions of its base libraries: OpenLayers v3.x / v4.x and ExtJS 6.\n\nWith version 4 GeoExt supports the newest official installment v6.x of OpenLayers and ExtJS 6.2. \n\nWe are trying hard to keep up with developments on both our parent libraries.\nThe current state of GeoExt is compatible with ExtJS 6.2.0 and OpenLayers 6.5.0. This state is released as GeoExt v4.0.0.\n\n| OpenLayers       | ExtJS | GeoExt         |\n| ---------------- | ----- | -------------- |\n| 6.5.0            | 6.2.0 | 4.0.x          |\n| 4.6.5            | 6.2.0 | 3.4.0 & 3.3.x & 3.2.0  |\n| 3.20.1 / 4.3.x   | 6.2.0 | 3.1.0          |\n| 3.20.1           | 6.2.0 | 3.0.0          |\n\n## More information on GeoExt\n\nHave a look at the official homepage: https://geoext.github.io/geoext/\n\nYou will find examples, API documentation (with and without inherited functionality from ExtJS), links to mailinglists and more over there.\n\n> What you see on https://geoext.github.io/geoext/ are the contents of the `gh-pages`-branch. If you encounter anything that should be fixed, please issue a pull request against that branch and we will merge it as soon as possible.\n\n## How to use GeoExt inside your Sencha app\n\nYou can use GeoExt either via an `npm install @geoext/geoext` in your application folder, or (if you want the latest and greatest), you can use it from a `git clone` of this repository.\n\n### Configuring your apps classpath\n\nYou will have to adjust the `classpath` in you `app.json` to include geoext3, like below.\nDepending on how you retrieved the code from the step before, you will have to adapt the path.\nWhen you installed geoext3 via npm, the path needs to look like `./node_modules/@geoext/geoext/src`.\nElse it will be the folder where you cloned the repository into.\n\n```javascript\n    \"classpath\": [\n        \"app\",\n        \"${toolkit.name}/src\",\n        \"./lib/geoext/src\"\n    ]\n```\n\nIn the snippet above, `lib/geoext` is a `git clone` of the GeoExt repo.\n\nGeoExt also offers components, which are only compatible with the classic\ntoolkit of ExtJS (e.g. `StateProvider` or `GeocoderCombo`).\nIn case you want to use them you also have to add the `classic` folder to the\n`classpath`. So your complete `classpath` definition could look like below:\n\n```javascript\n    \"classpath\": [\n        \"app\",\n        \"${toolkit.name}/src\",\n        \"./lib/geoext/src\",\n        \"./lib/geoext/classic\"\n    ]\n```\n\nTo help with your first GeoExt project, follow the instructions provided to build a [GeoExt Universal app](universal-app.md). This app runs on the desktop and on mobile.\n\n## Examples\n\n### Classic Toolkit\n\nhttps://geoext.github.io/geoext/master/examples/component/map.html\n\n* [Basic map component](https://geoext.github.io/geoext/master/examples/component/map.html)\n* [Overview component](https://geoext.github.io/geoext/master/examples/component/overviewMap.html)\n* [Basic TreePanel](https://geoext.github.io/geoext/master/examples/tree/panel.html)\n* [Legends in Treepanels](https://geoext.github.io/geoext/master/examples/tree/tree-legend-simple.html)\n* [Basic print with Mapfish v3](https://geoext.github.io/geoext/master/examples/print/basic-mapfish.html)\n* [Popup on a map component](https://geoext.github.io/geoext/master/examples/popup/gx-popup.html)\n* [FeatureGrid component](https://geoext.github.io/geoext/master/examples/features/grid.html)\n* [Interactively filtered heatmap](https://geoext.github.io/geoext/master/examples/filtered-heatmap/filtered-heatmap.html)\n* [FeatureRenderer component](https://geoext.github.io/geoext/master/examples/renderer/renderer.html)\n* [MapView form](https://geoext.github.io/geoext/master/examples/mapviewform/mapviewform.html)\n\n### Modern Toolkit\n\n* [Basic map component ](https://geoext.github.io/geoext/master/examples/modern-map/modern-map.html)\n* [LayerList component ](https://geoext.github.io/geoext/master/examples/modern-layerlist/modern-layerlist.html)\n\n\n## Want to contribute? Yes, please 😀\n\nRead the [hints for developers](CONTRIBUTING.md) to get started. We look forward\nto your contributions!\n\n## Initial Codesprint\n\nTo kickstart the new GeoExt 3 project a code sprint has been done in Bonn from 17th to 19th of June 2015. For more informations check the following links:  [Code sprint WIKI page](https://github.com/geoext/geoext/wiki/GeoExt-3-Codesprint), [Official blog post of code sprint day 1](http://geoext.blogspot.de/2015/06/geoext-is-getting-3.html), [Official blog post of the code sprint days 2 and 3](http://geoext.blogspot.de/2015/06/geoext-3-codesprint-day-2-and-3.html)\n\n---------\n\n<a href=\"https://www.osgeo.org/projects/geoext/\">\n<img src=\"https://geoext.github.io/geoext/website-resources/img/OSGeo_community.png\" alt=\"OSGeo Community Project\" width=\"200\" />\n</a>\n\nGeoExt is an OSGeo Community project"},"npm":{"downloads":[{"from":"2022-08-26T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":0},{"from":"2022-08-20T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":121},{"from":"2022-07-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":372},{"from":"2022-05-29T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":670},{"from":"2022-02-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":999},{"from":"2021-08-27T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":1909}],"starsCount":0},"github":{"homepage":"http://geoext.github.io/geoext/","starsCount":132,"forksCount":69,"subscribersCount":29,"issues":{"count":715,"openCount":31,"distribution":{"3600":127,"10800":58,"32400":79,"97200":142,"291600":76,"874800":63,"2624400":57,"7873200":23,"23619600":41,"70858800":28,"212576400":21},"isDisabled":false},"contributors":[{"username":"JakobMiksch","commitsCount":4},{"username":"jansule","commitsCount":2},{"username":"annarieger","commitsCount":3},{"username":"dnlkoch","commitsCount":3},{"username":"simonseyock","commitsCount":27},{"username":"weskamm","commitsCount":34},{"username":"jgrocha","commitsCount":11},{"username":"greenkeeper[bot]","commitsCount":167},{"username":"geographika","commitsCount":48},{"username":"bentrm","commitsCount":45},{"username":"woodstocktm","commitsCount":1},{"username":"KaiVolland","commitsCount":82},{"username":"ahennr","commitsCount":26},{"username":"greenkeeperio-bot","commitsCount":61},{"username":"chrismayer","commitsCount":106},{"username":"marcjansen","commitsCount":327},{"username":"patryksosinski","commitsCount":4},{"username":"mundialis-ci","commitsCount":1},{"username":"juliensam","commitsCount":2},{"username":"buehner","commitsCount":10},{"username":"hwbllmnn","commitsCount":31}],"commits":[{"from":"2022-08-20T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":4},{"from":"2022-07-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":4},{"from":"2022-05-29T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":6},{"from":"2022-02-28T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":6},{"from":"2021-08-27T00:00:00.000Z","to":"2022-08-27T00:00:00.000Z","count":7}]},"source":{"files":{"readmeSize":5792,"testsSize":281677,"hasChangelog":true},"badges":[{"urls":{"original":"https://travis-ci.org/geoext/geoext.svg?branch=master","service":"https://api.travis-ci.org/geoext/geoext.svg?branch=master","shields":"https://img.shields.io/travis/geoext/geoext/master.svg","content":"https://img.shields.io/travis/geoext/geoext/master.json"},"info":{"service":"travis","type":"build","modifiers":{"branch":"master"}}},{"urls":{"original":"https://coveralls.io/repos/geoext/geoext/badge.svg?branch=master&service=github","service":"https://coveralls.io/repos/github/geoext/geoext/badge.svg?branch=master","shields":"https://img.shields.io/coveralls/geoext/geoext/master.svg","content":"https://img.shields.io/coveralls/geoext/geoext/master.json"},"info":{"service":"coveralls","type":"coverage","modifiers":{"branch":"master"}}},{"urls":{"original":"https://david-dm.org/geoext/geoext/status.svg","service":"https://david-dm.org/geoext/geoext/status.svg","shields":"https://img.shields.io/david/geoext/geoext/status.svg","content":"https://img.shields.io/david/geoext/geoext/status.json"},"info":{"service":"david","type":"dependencies","modifiers":{"statusType":"normal"}}},{"urls":{"original":"https://david-dm.org/geoext/geoext/dev-status.svg","service":"https://david-dm.org/geoext/geoext/dev-status.svg","shields":"https://img.shields.io/david/dev/geoext/geoext.svg","content":"https://img.shields.io/david/dev/geoext/geoext.json"},"info":{"service":"david","type":"dependencies","modifiers":{"statusType":"dev"}}}],"linters":["eslint"],"coverage":0.81}},"evaluation":{"quality":{"carefulness":0.9999999999999999,"tests":0.7215,"health":1,"branding":1},"popularity":{"communityInterest":251,"downloadsCount":223.33333333333334,"downloadsAcceleration":1.872431506849315,"dependentsCount":0},"maintenance":{"releasesFrequency":1,"commitsFrequency":0.7482534246575342,"openIssues":1,"issuesDistribution":0.4217957544743766}},"score":{"final":0.6730663591219765,"detail":{"quality":0.9634562867314634,"popularity":0.11547255000025733,"maintenance":0.9817545160069927}}}