Andy Clegg

Results 3 issues of Andy Clegg

For example, see http://www.openstreetmap.org/edit?editor=id&way=23543197#map=18/57.17726/-2.14126 The label for 'River Don' appears on top of the northernmost soccer field. I am presuming this is because it is the centroid of the nearby...

new-feature
map-renderer

I can successfully build the driver in Visual Studio 2019 targeting x64, but when I set the target platform to Win32 in order to support a 32-bit machine, I get...

When creating a file with an unlimited dimension, data is not written properly. ``` package main import "github.com/fhs/go-netcdf/netcdf" func main() { dataset, _ := netcdf.CreateFile("test.nc", netcdf.NETCDF4 | netcdf.WRITE) dims :=...

enhancement