{"id":21803540,"url":"https://github.com/terrestris/basigx","last_synced_at":"2025-04-07T07:03:49.603Z","repository":{"id":2505592,"uuid":"44522802","full_name":"terrestris/BasiGX","owner":"terrestris","description":"BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 4 and OpenLayers 6.5.0. It consists of multiple components that helps the developer to put together a customized app quickly.","archived":false,"fork":false,"pushed_at":"2025-03-29T04:39:57.000Z","size":271607,"stargazers_count":25,"open_issues_count":16,"forks_count":26,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-31T06:08:07.849Z","etag":null,"topics":["extjs","geoext","hacktoberfest","webgis"],"latest_commit_sha":null,"homepage":"http://terrestris.github.io/BasiGX/master/docs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terrestris.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-19T09:00:44.000Z","updated_at":"2025-01-22T10:00:53.000Z","dependencies_parsed_at":"2023-07-05T20:46:13.262Z","dependency_job_id":"7bd43b23-a613-4a48-8358-0fea707d5709","html_url":"https://github.com/terrestris/BasiGX","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2FBasiGX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2FBasiGX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2FBasiGX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2FBasiGX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terrestris","download_url":"https://codeload.github.com/terrestris/BasiGX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608150,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extjs","geoext","hacktoberfest","webgis"],"created_at":"2024-11-27T11:44:58.559Z","updated_at":"2025-04-07T07:03:49.577Z","avatar_url":"https://github.com/terrestris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BasiGX\n\n[![Build Status](https://travis-ci.org/terrestris/BasiGX.svg?branch=master)](https://travis-ci.org/terrestris/BasiGX) [![Coverage Status](https://coveralls.io/repos/terrestris/BasiGX/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/terrestris/BasiGX?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/terrestris/BasiGX/badge.svg?targetFile=package.json)](https://snyk.io/test/github/terrestris/BasiGX?targetFile=package.json)\n\n…pronounced `ˈbeɪsɪks/`, like the english word `basics`.\n\nBasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 5 and OpenLayers 7.\nIt consists of multiple components that helps the developer to put together a customized app quickly.\n\n## Development requirements\n\n* Node.js 10.13.0 or later\n* npm 6.8.0 or later\n\n## Documentation\n\n* http://terrestris.github.io/BasiGX/master/docs/\n* http://terrestris.github.io/BasiGX/master/docs-w-ext/\n\n## Installation\n\nAssuming you already have setup or freshly created an ExtJS 6 application, you just need to\n\n* Add GeoExt by installing it via npm:\n```bash\nnpm i @geoext/geoext\n```\n\n* Add BasiGX by installing it via npm:\n```bash\nnpm i @terrestris/basigx\n```\n\n* Add `GeoExt` \u0026 `BasiGX` to the classpath in `app.json`.\n```json\n    \"classpath\": [\n        \"app\",\n        \"${toolkit.name}/src\",\n        \"node_modules/@terrestris/basigx/src\",\n        ...\n```\n\n* Add the sass directory of `BasiGX` to the sass -\u003e src configuration in `app.json`.\n```json\n    \"sass\": [\n        ...\n        \"src\": [\n            \"sass/src\",\n            \"${toolkit.name}/sass/src\",\n            \"node_modules/@terrestris/basigx/sass/src\"\n            ...\n        ]\n        ...\n```\n\n## IE\n\nBasiGX does not officially support Internet Explorer. If BasiGX is used in an environment where supporting IE is required,\nplease make sure to add required polyfills to your project.\n\nExample:\n\nDownload a polyfill for `Url()` (e.g. https://www.npmjs.com/package/url-polyfill) and reference it in your `app.json`:\n\n```json\n \"js\": [\n    {\n      \"path\": \"./\u003cpath\u003e/\u003cto\u003e/\u003cyour\u003e/polyfill.min.js\"\n    },\n ]\n```\n\n## Feedback\n\nFeedback is more than welcome. Please open an issue or contact us directly via `info@terrestris.de`\n\n## License\n\nGPL v3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrestris%2Fbasigx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrestris%2Fbasigx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrestris%2Fbasigx/lists"}