developmentseed / osm-seed

A collection of Dockerfiles to run a containerized version of OpenStreetMap
https://devseed.com/osm-seed-chart/
MIT License
154 stars 36 forks source link

mniscale/imposm3 setMaxFileSize redeclared in this block error when up docker compose tiler #323

Open Doclassif opened 7 months ago

Doclassif commented 7 months ago
 => CACHED [tiler-imposm  8/16] RUN go get github.com/omniscale/imposm3                                                                                                                                             0.0s
 => ERROR [tiler-imposm  9/16] RUN go install github.com/omniscale/imposm3/cmd/imposm                                                                                                                               2.1s
------
 > [tiler-imposm  9/16] RUN go install github.com/omniscale/imposm3/cmd/imposm:
2.015 # github.com/omniscale/imposm3/cache
2.015 src/github.com/omniscale/imposm3/cache/ldb_pre_121.go:13: setMaxFileSize redeclared in this block
2.015   previous declaration at src/github.com/omniscale/imposm3/cache/ldb_post_121.go:15
------