whosonfirst / go-whosonfirst-pip-v2

An in-memory point-in-polygon (reverse geocoding) package for GeoJSON data, principally Who's On First data.
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Out of date Docker & Makefile? #32

Open kochis opened 4 years ago

kochis commented 4 years ago

Hello,

This looks like a great service for some of our use cases, and would love to get a docker instance up but running into a couple of issues. Any guidance would be appreciated.

Both the Dockerfile (https://github.com/whosonfirst/go-whosonfirst-pip-v2/blob/master/Dockerfile#L33) and documentation make a reference to make bin but looking at the Makefile, there doesn't seem to be a bin directive. I switched this to tools, but then ran into some other issues with downloading dependences when building the Docker container.

I can however run locally using make tools (if that helps at all).