Oliver Tonnhofer
Oliver Tonnhofer
This only applies to `use_single_id_space` which itself is an undocumented feature.
Closing this as we won't support platforms that we do not use our self.
Now it does work on Arch but not elsewhere. Can you update the test so that it checks both variations? Maybe by using regexp? `errMatches: "no such host|No address associated...
Yes. I just fixed it without realizing that I suggested the same fix here already ;-)
Fixed with #263
Hi. Thanks for your PR. The timing is a bit unfortunate as I just made a larger refactoring. Parsing and some basic stuff is moved into a separate library (https://github.com/omniscale/go-osm)....
Sorry for the long silence. Is my understanding correct, that this change is backward incompatible with older imports? (It will try to import multipolygons into linestring tables?) Can someone who...
The URL parameters are case-insensitive by the WMS specification. So both lower and upper-case are right. Still, I don't want to change this behavior, as other servers might expect lower-case...
@yohanboniface Docs are updated. Is the `lib` directory still next to the binary? What is the output if `ldd ./imposm` and `ldd ./lib/libleveldb.so`? $ ldd ./imposm linux-vdso.so.1 (0x00007ffda8536000) libleveldb.so =>...
The `lib` directory is not new and the releases always contained a copy of recent GEOS and (Hyper)LevelDB libs. However the new Imposm binaries require LevelDB 1.21 which is not...