Crash when loading mapsforge file (Ubuntu) #4

Open
opened 2018-03-23 14:53:54 +00:00 by mikael.capelle · 0 comments

Sometimes, when trying to draw a mapsforge view of the graph, the following exception is thrown:

Exception in thread "Thread-11" java.lang.NullPointerException
	at org.mapsforge.core.util.LatLongUtils.zoomForBounds(LatLongUtils.java:410)
	at org.insa.graphics.drawing.components.MapViewDrawing.drawGraph(MapViewDrawing.java:406)
	at org.insa.graphics.MainWindow$6.run(MainWindow.java:522)
	at java.lang.Thread.run(Thread.java:748)
Sometimes, when trying to draw a mapsforge view of the graph, the following exception is thrown: ``` Exception in thread "Thread-11" java.lang.NullPointerException at org.mapsforge.core.util.LatLongUtils.zoomForBounds(LatLongUtils.java:410) at org.insa.graphics.drawing.components.MapViewDrawing.drawGraph(MapViewDrawing.java:406) at org.insa.graphics.MainWindow$6.run(MainWindow.java:522) at java.lang.Thread.run(Thread.java:748) ```
mikael.capelle added the
bug
drawings
ui
labels 2018-03-29 10:28:29 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: INSA/be-graphes#4
No description provided.