-
Notifications
You must be signed in to change notification settings - Fork 26
Home
BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt3 and OpenLayers 4. It consists of multiple components that helps the developer to put together a customized app quickly.
See
You have several options:
Just clone the repository into your project (manually or as a git submodule, e.g.) and adjust the classpath in you app.json like below.
"classpath": [
"app",
"${toolkit.name}/src",
"./lib/geoext3/src", // GeoExt is needed as well
"./lib/BasiGX/src"
]
In the snippet above, lib/BasiGX is a clone of the BasiGX repo.
Assuming you already have setup or freshly created an ExtJS 6 application, you just need to
Add the GeoExt ExtJS repository:
sencha package repo add GeoExt http://geoext.github.io/geoext3/cmd/pkgs
Add the BasiGX ExtJS repository:
sencha package repo add BasiGX http://terrestris.github.io/BasiGX/cmd/pkgs
Add the packages GeoExt & BasiGX to the requirements in app.json.
"requires": [ "GeoExt", "BasiGX" ],
Call sencha app refresh
Feedback is more than welcome. Please open an issue or contact us directly via [email protected]
GPL v3