Gabriel Ebner napsal(a): > You can get an account for svn.osm.org from Tom Hughes. Frederik is
OK, "JOSMng" is cleaned up, GPLv2 licensed, buildable and running at http://svn.openstreetmap.org/applications/editors/josm-ng/ Just do: $ svn co http://svn.openstreetmap.org/applications/editors/josm-ng $ cd josm-ng $ ant run to get it working (Needs Java 1.5 and ant 1.6.5) I have not added style data there yet, so it runs wireframe view (which is an empty fallback style, BTW, not a separate painter implementation). For running with all the mappaint bells and whistles, run: java -classpath /path/to/josm.jar:dist/josm-ng.jar org.openstreetmap.josmng.ui.Main -- Petr "Nenik" Nejedly, NetBeans/Sun Microsystems, http://www.netbeans.org 355/113 -- Not the famous irrational number PI, but an incredible simulation! _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev
