Hi David & Andrew and others,
I would like to report an issue that is difficult to describe.
What might be said is that the routing seems to fail. Where and why this
happen is totally unclear to me. The only idea I have is: something
happens to the graph in the memory. So maybe it is even an issue with my
Mac... and having too few ram (graph 35 MB, mem assigned: 200MB).
What happens:
I am (still) doing walksheds and generate a shortest path tree for a
pushpin location. Then, I am parsing all states and filter out the one
within a certain time. And here it comes..
when I request a walkshed (button: Edges),
(i) for my graph build with 9.2 (from OTP master yesterday) and only
from OSM data
(ii) several times (but waiting for each response)
(iii) around a similar location
then, at some point, I get "these" routing errors.
I attach two images:
The first time when I recognized this behaviour (image:
screenshot_weird_graph.png) two of the walkshed edges/street even
disappear into Neverland. With that came console messages that i attach.
Then I did a restart (Tomcat & Eclipse but this time not in debugging
mode but normal run mode) and the thing happend again. But not with the
a display of weird edge/street drawings and also without the console
output from the first time. But as can be seen in the second image
(screenshot2.png) the first set of edges, 1-2 degrees from the puhspin
location, is not drawn. Again this happened after a couple of times of
clicking/requesting (10x?) around the same location. Btw. the one
cul-de-sac edge shown by mapbox, left to the pushpin, is never displayed
or snapped to - and it is also missing in the graph.
Orange dots in the image present the states/nodes < X mins.
That edges are not displayed may be because they are either not
retrieved from the states that pass the test. Or they are retrieved but
fail the time test for both endpoints.
I have not noticed that behaviour before with 0.7.10 ... but maybe its
just a testing thing, as my graph was much smaller earlier.
I attach my walkshed code (just one class) including my webpage code
(the latter based on "Analyst" code/files).
I also put my zipped graph here:
http://geo.uzh.ch/~sstein/etc/Graph.zip
hope you guys have a guess what happens. If it is just a problem with my
machine, well, then so be it. The next days I can also look what happens
when I run it on our Ubuntu server.
cheers,
stefan
PS: along with my update to OTP 0.9.2 I updated the OpenJUMP OTP graph
display plugin. I figured that information on the Edge-Movement-Mode was
discarded and that a dependency to guave was introduced.