Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.61 KB

Readme.md

File metadata and controls

57 lines (42 loc) · 1.61 KB

BasiGX

Greenkeeper badge Build Status Coverage Status

…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.

Documentation

Installation

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 in app.json.
    "classpath": [
        "app",
        "${toolkit.name}/src",
        "node_modules/@terrestris/basigx/src",
        ...
  • Add the sass directory of BasiGX to the sass -> src configuration in app.json.
    "sass": [
        ...
        "src": [
            "sass/src",
            "${toolkit.name}/sass/src",
            "node_modules/@terrestris/basigx/sass/src"
            ...
        ]
        ...

Feedback

Feedback is more than welcome. Please open an issue or contact us directly via [email protected]

License

GPL v3