Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from openmaptiles/filter_reject_require
Browse files Browse the repository at this point in the history
[WIP] testing imposm3 new filter syntax
  • Loading branch information
lukasmartinelli authored Jan 18, 2017
2 parents 48f68b6 + 2699436 commit 3be4d92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ RUN go get github.com/julien-noblet/download-geofabrik \
&& mkdir -p $GOPATH/src/github.com/omniscale/imposm3 \
&& cd $GOPATH/src/github.com/omniscale/imposm3 \
&& go get github.com/tools/godep \
&& git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \
# && git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \
#
# testing new filter syntax : https://github.com/omniscale/imposm3/pull/135
&& git clone --quiet --depth 1 https://github.com/ImreSamu/imposm3.git -b filter_reject_require_v1 \
$GOPATH/src/github.com/omniscale/imposm3 \
&& make build \
&& mv imposm3 /usr/bin/imposm3 \
Expand Down

0 comments on commit 3be4d92

Please sign in to comment.