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

geosolutions-it / MapStore2 / 1673
77%

Build:
DEFAULT BRANCH: master
Ran 21 Oct 2016 05:04PM UTC
Jobs 1
Files 282
Run time 51s
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
1673

Pull #1191

travis-ci

web-flow
Fix #1188 Add presets for the whole task

Importer provides the possibility to update the whole tranform chain updating the "transformChain" entry in the task.

Allowing this in the task, we can configure presets like this to allow correct transforms preset:

```
{
        "state": "READY",
        "data": {
            "format": "GeoTIFF"
        },
        "changes": {
            "task": {
                "transformChain": {
                    "type": "raster",
                "transforms": [{
                     "type": "GdalWarpTransform",
                     "options": [ "-t_srs", "EPSG:4326", "-co", "TILED=YES", "-co", "BLOCKXSIZE=512", "-co", "BLOCKYSIZE=512"]
                 }, {
                     "type": "GdalAddoTransform",
                     "options": [ "-r", "average"],
                     "levels" : [2, 4, 8, 16, 32, 64, 128]
                 }]
             }
            }
        }

    }
```
Pull Request #1191: Fix #1188 Add presets for the whole task

1 of 1 new or added line in 1 file covered. (100.0%)

9573 of 11835 relevant lines covered (80.89%)

5.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1673.1 21 Oct 2016 05:04PM UTC 0
80.89
Travis Job 1673.1
Source Files on build 1673
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1673
  • Pull Request #1191
  • PR Base - master (#1667)
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