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

MapServer / MapServer / 24630881590 / 1
42%
main: 42%

Build:
DEFAULT BRANCH: main
Ran 19 Apr 2026 02:15PM UTC
Files 198
Run time 7s
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

19 Apr 2026 02:02PM UTC coverage: 42.432% (+0.004%) from 42.428%
24630881590.1

push

github

web-flow
Add GetFeatureInfo support for CONNECTIONTYPE KERNELDENSITY/IDW layers (#7478)

* Add GetFeatureInfo support for CONNECTIONTYPE KERNELDENSITY/IDW layers

msRasterQueryByRect() previously returned immediately with no results
when layer->data and layer->tileindex were both NULL, which is always
the case for KERNELDENSITY and IDW layers. These connection types
generate an in-memory GDAL dataset on the fly via msInterpolationDataset().

Changes:
- Bypass the early-return guard for KERNELDENSITY/IDW in msRasterQueryByRect()
- Call msGDALInitialize() unconditionally before the dataset branch so the
  GDAL MEM driver is always registered
- Compute map->cellsize via msAdjustExtent() when it is 0 (query path does
  not call msCalculateScale() unlike the draw path), restore it afterwards
- Create and query the interpolation dataset, then clean up as in the draw path

Test: new RUN_PARMS in msautotest/gdal/heat.map exercising WMS GetFeatureInfo
against the existing kerneldensity heatmap layer.

* pre-commit

---------

Co-authored-by: Trygve Aspenes <trygveas@met.no>

64626 of 152305 relevant lines covered (42.43%)

27370.56 hits per line

Source Files on job 24630881590.1
  • Tree
  • List 198
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24630881590
  • b59a5cc6 on github
  • Prev Job for on main (#24628990608.1)
  • Next Job for on main (#24632625478.1)
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