Skip to content

annarieger/BasiGX

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%