Hi, extracting a polygon from postgres via osmosis fails:
Any hints? This question is marked "community wiki". asked 13 Jun '11, 22:27 gwk edited 19 Jun '11, 09:21 |
One Answer:
The osmosis-dev mailing list is a good place to ask such questions. Specifically, are you using Osmosis 0.39 or an earlier version? There has been a change affecting the internal serialization of objects in r25674 which is included in 0.39 but not older versions of Osmosis. This change has fixed the "Cannot represent -1 as a char" bug in a different scenario; maybe it helps for your case as well. (Mailing list article.) answered 13 Jun '11, 22:36 Frederik Ramm ♦ edited 14 Jun '11, 18:17 |
Extracting a polygon via osmosis-0.39 works fine. Tried osmosis-0.38 before.