All Projects → terrestris → BasiGX

terrestris / BasiGX

Licence: GPL-3.0 License
BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 4 and OpenLayers 6.5.0. It consists of multiple components that helps the developer to put together a customized app quickly.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to BasiGX

Ext.ux.form.trigger.Clear
Ext JS 5 trigger implementation. Adds a clear icon to textfields and comboboxes
Stars: ✭ 22 (+0%)
Mutual labels:  extjs
bookmarks-for-spotify
"Bookmarks for Spotify" allows you to bookmark recently played song or audiobook tracks from Spotify.
Stars: ✭ 22 (+0%)
Mutual labels:  extjs
kitto
A Delphi framework for creating data-driven WEB SPA applications with ExtJS 3.4
Stars: ✭ 27 (+22.73%)
Mutual labels:  extjs
iExtJs3
A concise and complete management system template implemented by ExtJs3.
Stars: ✭ 14 (-36.36%)
Mutual labels:  extjs
book-note
📖 book note,读书笔记
Stars: ✭ 21 (-4.55%)
Mutual labels:  webgis
ExtApp
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
Stars: ✭ 14 (-36.36%)
Mutual labels:  extjs
CesiumJsSamples
cesiumgis.com/
Stars: ✭ 31 (+40.91%)
Mutual labels:  webgis
koala-framework
Framework and CMS based on Zend Framework and ExtJS
Stars: ✭ 61 (+177.27%)
Mutual labels:  extjs
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (+663.64%)
Mutual labels:  webgis
Ext.NET
Ext.NET public Issues.
Stars: ✭ 28 (+27.27%)
Mutual labels:  extjs
Hajk
A modern, full-featured OpenLayers based map viewer and editor
Stars: ✭ 65 (+195.45%)
Mutual labels:  webgis
extdirectspring-demo
Sample applications for ExtDirectSpring
Stars: ✭ 18 (-18.18%)
Mutual labels:  extjs
cash
Home Bookkeeping on ExtJS 4, PHP 5, SQLite 3
Stars: ✭ 37 (+68.18%)
Mutual labels:  extjs
extjs-reactjs-examples
Code examples for ExtJS to React transition
Stars: ✭ 48 (+118.18%)
Mutual labels:  extjs
mars2d
【Mars2D平台 】主仓库,包含所有开源仓库清单导航
Stars: ✭ 182 (+727.27%)
Mutual labels:  webgis
CesiumJsFirstPersonCameraController
cesiumgis.com/
Stars: ✭ 20 (-9.09%)
Mutual labels:  webgis
kvwmap
Internet GIS Framework for MapServer with PHP
Stars: ✭ 19 (-13.64%)
Mutual labels:  webgis
magnusbilling7
MagnusBilling is a fast, secure, efficient, high availability, VOIP Billing.
Stars: ✭ 136 (+518.18%)
Mutual labels:  extjs
AwesomeCesium
Awesome lists about all kinds of cesium related resources.
Stars: ✭ 26 (+18.18%)
Mutual labels:  webgis
eds-starter6-jpa
Ext JS 6 demo application with Java 8, Spring Framework, Spring Boot, JPA (Hibernate)
Stars: ✭ 31 (+40.91%)
Mutual labels:  extjs

BasiGX

Build Status Coverage Status Known Vulnerabilities

…pronounced ˈbeɪsɪks/, like the english word basics.

BasiGX is an ExtJS package used to create modern GIS-Applications based on ExtJS 6, GeoExt 4 and OpenLayers 6.5.0. It consists of multiple components that helps the developer to put together a customized app quickly.

Development requirements

  • Node.js 10.13.0 or later
  • npm 6.8.0 or later

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].