... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Im mapsforge-mapview Branch entwickeln
#13
Hallo Christian,

nachdem ich jetzt gelernt habe etwas mit Maven umzugehen und erahne wie das funktioniert, habe ich das auf die Reihe gebracht das zu übersetzen. Außerdem habe ich gelernt wie man patcht....

Aber es ist der "GLEICHE" Zustand wie ich durch händisches Einbinden der Librarys früher hatte. Wenn ich in IntelliJ Routconverter starte Erscheint RC aber eben wieder ohne das "MAP"panel auf der linken Seite. Ich habe das mall im Debugger angeschaut und da wird nichts insttttniiert. Muß man da noch irgendwo was setzen?

Also mapview ist null...
Code:
if (mapView == null)
            mapView = createMapView("slash.navigation.converter.gui.mapview.EclipseSWTMapView");
        if (mapView == null)
            mapView = createMapView("slash.navigation.converter.gui.mapview.MapsforgeMapView");
        if (mapView != null && mapView.isSupportedPlatform()) {
            mapPanel.setVisible(true);
            openMapView();
        } else {
            mapPanel.setVisible(false);
        }

IntelliJ-Fenster:
Okt 29, 2013 3:53:25 PM slash.navigation.gui.Application invokeNativeInterfaceMethod
Information: Cannot invoke NativeInterface#open(): chrriis.dj.nativeswing.swtimpl.NativeInterface
Okt 29, 2013 3:53:25 PM slash.navigation.gui.Application invokeNativeInterfaceMethod
Information: Cannot invoke NativeInterface#runEventPump(): chrriis.dj.nativeswing.swtimpl.NativeInterface
Logging to C:\Temp\RouteConverter.log
......

Anbei Log.


Attached Files
.txt   RouteConverter.log.txt (Size: 3.6 KB / Downloads: 788)
Grüsse Achim
Reply


Messages In This Thread
RE: Im mapsforge-mapview Branch entwickeln - by womisa - 29.10.2013, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)