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

geosolutions-it / MapStore2 / 1677
77%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2016 08:28AM UTC
Jobs 1
Files 282
Run time 15s
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
1677

push

travis-ci

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

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]
                 }]
             }
            }
        }

    }
```

9573 of 11835 relevant lines covered (80.89%)

5.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1677.1 24 Oct 2016 08:28AM UTC 0
80.89
Travis Job 1677.1
Source Files on build 1677
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1677
  • a064741b on github
  • Prev Build on master (#1676)
  • Next Build on master (#1679)
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