• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jumpinjackie / mapguide-react-layout / 5112242245
33%

Build:
DEFAULT BRANCH: master
Ran 29 May 2023 01:16PM UTC
Jobs 1
Files 69
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5112242245

push

github

jumpinjackie
Add support for disabling custom cursors for certain map actions (pan/zoom/etc). This is driven by looking for a DISABLE_CURSORS app setting with a value of 1 in the config state branch.

To support applying intiial app settings, the INIT_APP action supports passing in initial appSettings, which itself is initialized from a new optional appSettings in the mount options. Thus developers may have cursors initially disabled by modifying the viewer template HTML and having the following set in the mount options

```
appSettings: {
    "DISABLE_CURSORS": "1"
}
```

To support changing app settings at runtime, a new SET_APP_SETTING action is introduced which modifies the appSettings property of the config state branch. A new reducer test case is added to exercise this particular action.

Fixes #1447

864 of 1770 branches covered (48.81%)

2475 of 3854 relevant lines covered (64.22%)

21.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5112242245.1 29 May 2023 01:16PM UTC 0
64.22
GitHub Action Run
Source Files on build 5112242245
Detailed source file information is not available for this build.
  • Back to Repo
  • 212b85bd on github
  • Prev Build on master (#5092727261)
  • Next Build on master (#5132307851)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc