linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
93 stars 17 forks source link

fix(tiler-sharp): resampling should set no-data #3177

Closed blacha closed 8 months ago

blacha commented 8 months ago

Motivation

NO_DATA value needs to be set in the output of resizing otherwise a value of 0 is assumed.

Modification

Set NO_DATA if it is encountered while resizing.

Checklist

If not applicable, provide explanation of why.