Menu

Java export broken plus malformed nodes

Help
2011-03-28
2013-04-11
  • Nick Kloski

    Nick Kloski - 2011-03-28

    Hi all…can someone test this out for me….hopefully it is not me having lone issues  (using latest 0.9.0 version):

    -Create any map, export as Java applet…try to view
    (For me, there is an extra </title> tag in the header that prevents Chrome and FF4 from reading the applet at all

    -Create any map, create nodes using "edit long node" with carriage returns in them….you would use these to make a node more compact vertically instead of more horizontal
    -Export to Java
    -Remove offending </title> tag to make export work
    -enjoy a nice map
    -Reload map using browser reload button…..all nodes with CR in them are squished and unreadable until a browser restart, at which time it works once (on initial read) then does not work until another browser reload.

    Can anyone see if these indeed are true "other than me" errors?

     
  • Nick Kloski

    Nick Kloski - 2011-03-28

    FIXED!  Kind of….I was removing the errant    <title/>   from the top of the HTML, which was causing the problems.

    Replacing that with a proper:  <title></title>   code makes the map work flawlessly!

     

Log in to post a comment.