Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. import de.fhpotsdam.unfolding.*;
  2. import de.fhpotsdam.unfolding.geo.*;
  3. import de.fhpotsdam.unfolding.utils.*;
  4.  
  5. UnfoldingMap map;
  6.  
  7. void setup() {
  8. size(800, 600);
  9. map = new UnfoldingMap(this);
  10. MapUtils.createDefaultEventDispatcher(this, map);
  11. }
  12.  
  13. void draw() {
  14. map.draw();
  15. }
  16.  
  17. Unfolding Map v0.9.6
  18. No OpenGL renderer. Using Java2DMapDisplay.
  19. log4j:WARN No appenders could be found for logger
  20. (de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay).
  21. log4j:WARN Please initialize the log4j system properly.
  22.  
  23. Unfolding Map v0.9.6
  24. No OpenGL renderer. Using Java2DMapDisplay.
  25. log4j:WARN No appenders could be found for logger
  26. (de.fhpotsdam.unfolding.mapdisplay.AbstractMapDisplay).
  27. log4j:WARN Please initialize the log4j system properly.
  28. The file "http://a.www.toolserver.org/tiles/bw-mapnik/18/130751/86722.png" is missing or
  29. inaccessible, make sure the URL is valid or that the file has been added to your sketch
  30. and is readable.
  31. The file "http://a.www.toolserver.org/tiles/bw-mapnik/18/130751/86723.png" is missing or
  32. inaccessible, make sure the URL is valid or that the file has been added to your sketch
  33. and is readable.
  34. .... (cut out about 30 similar warnings)
  35. The file "http://a.www.toolserver.org/tiles/bw-mapnik/15/16320/10950.png" is missing or
  36. inaccessible, make sure the URL is valid or that the file has been added to your sketch
  37. and is readable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement