…pronounced ˈbeɪsɪks/
BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt3 and OpenLayers > 3. It consists of multiple components that helps the developer to put together a customized app quickly.
- http://terrestris.github.io/BasiGX/master/docs/
- http://terrestris.github.io/BasiGX/master/docs-w-ext/
Assuming you already have setup or freshly created an ExtJS 6 application, you just need to
- Add GeoExt by installing it via npm:
npm i @geoext/geoext
- Add BasiGX by installing it via npm:
npm i @terrestris/basigx
- Add
GeoExt
&BasiGX
to the classpath inapp.json
.
"classpath": [
"app",
"${toolkit.name}/src",
"node_modules/@terrestris/basigx/src",
...
- Add the sass directory of
BasiGX
to the sass -> src configuration inapp.json
.
"sass": [
...
"src": [
"sass/src",
"${toolkit.name}/sass/src",
"node_modules/@terrestris/basigx/sass/src"
...
]
...
Feedback is more than welcome. Please open an issue or contact us directly via [email protected]
GPL v3