-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Till Adams edited this page Sep 12, 2017
·
3 revisions
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
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