Oliver Tonnhofer
Oliver Tonnhofer
I can't really help you with Solaris. However, ``LD_LIBRARY_PATH`` is only used at runtime. You can try to set ``CFLAGS=-I/path/to/geos/include`` so that it can find the geos_c.h file.
> Someone who develops / compile imposm3 should understands what environment variables which "go install" uses to search and use headers I can recommend https://golang.org/cmd/cgo/ for more background information. For...
#449 added six as a new dependency. The compat module contains a string_type, which should suffice.
What version are you running? lowlevel.go is now in go-osm (or vendor/) and in previous versions line 207 contained only a log statement. But maybe the error is wrong. Can...
It's not that easy. Import is all done in a single transaction (with a COPY FROM data stream). If the connection is dropped, the transaction is lost and Imposm can't...
Thanks for your work. However, I'm not convinced that this feature is worth the added complexity. The "expander" will always load 9 tiles instead of 1 tile for WMTS requests,...
I admit that the documentation is sparse on that topic (but it is not a common use case anyhow). The gist is that PROJ>=5 uses a different configuration format. The...
Can you extend the docs with pro and cons for this? Especially the timestamp issue?
On 23.01.2014, at 07:16, tds4u wrote: > Are there any news about this? Planet import not even possible with this and if we run "-optimize" it says e.g. No, this...
Keep in mind that most quirks are there for a reason. There were systems in the past where `find_library('libgdal')` worked but `find_library('gdal')` not. Backward compatibility is very important for the...