https://github.com/dhis2/maps-deck-gl
WebGL engine for DHIS2 Maps
https://github.com/dhis2/maps-deck-gl
repoman-sync web-lib
Last synced: 27 days ago
JSON representation
WebGL engine for DHIS2 Maps
- Host: GitHub
- URL: https://github.com/dhis2/maps-deck-gl
- Owner: dhis2
- License: bsd-2-clause
- Created: 2020-11-25T10:30:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:39:27.000Z (over 2 years ago)
- Last Synced: 2025-04-17T10:24:54.665Z (about 1 month ago)
- Topics: repoman-sync, web-lib
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 1
- Watchers: 23
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# maps-deck-gl
[](https://github.com/dhis2/maps-gl/actions?query=workflow%3A%22DHIS2+Build+and+Release%22)
WebGL engine for DHIS2 Maps - only used for testing!
## Link to DHIS2 Maps:
maps-deck-gl folder: `yarn link`
maps-deck-app folder: `yarn link @dhis2/maps-deck-gl`## Build from source
In order to use the library you must first build it from source using the command `yarn build`
You may also watch the src directory for changes with the command `yarn watch`
Both of these commands will run the javascript files in the `src` directory through babel to produce both CommonJS and ES Module builds in the `build` directory.
## Publishing
Publication is done automatically by a GitHub action for all commits on the `master` branch. Commits (including pull-request squashed commits) should follow the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) guidelines so that the release bot can determine which version to cut - breaking, feature, or bug
## Report an issue
The issue tracker can be found in [DHIS2 JIRA](https://jira.dhis2.org)
under the [LIBS](https://jira.dhis2.org/projects/LIBS) project.Deep links:
- [Bug](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10006&components=11028)
- [Feature](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10300&components=11028)
- [Task](https://jira.dhis2.org/secure/CreateIssueDetails!init.jspa?pid=10700&issuetype=10003&components=11028)