Skip to content

Commit 314f50e

Browse files
committed
Print warnings when a object is not imported in the db
1 parent b6f790d commit 314f50e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

images/tiler-imposm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ RUN git clone https://github.com/OpenHistoricalMap/DateFunctions-plpgsql.git /us
4040

4141
WORKDIR /go
4242
ENV GOPATH /go
43-
RUN echo "Version v0.14.2"
44-
RUN git clone https://github.com/omniscale/imposm3.git $GOPATH/src/github.com/omniscale/imposm3
43+
RUN echo "objs_warnings"
44+
RUN git clone https://github.com/OpenHistoricalMap/imposm3.git $GOPATH/src/github.com/omniscale/imposm3
4545

4646
WORKDIR $GOPATH/src/github.com/omniscale/imposm3
47-
RUN git checkout v0.14.2
47+
RUN git checkout objs_warnings
4848

4949
# Apply fixes or patches (if necessary)
5050
RUN sed -i '/setMaxFileSize/d' cache/ldb_pre_121.go

0 commit comments

Comments
 (0)