From 49508bf5762f88f793b5927e0874f7c24372444a Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Wed, 30 Jan 2013 04:43:51 +0100 Subject: [PATCH] --dbg, whoops --- src/org/oscim/renderer/WayDecorator.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/org/oscim/renderer/WayDecorator.java b/src/org/oscim/renderer/WayDecorator.java index e08532af..a9a1b7e7 100644 --- a/src/org/oscim/renderer/WayDecorator.java +++ b/src/org/oscim/renderer/WayDecorator.java @@ -110,9 +110,7 @@ public final class WayDecorator { // get the first way point coordinates int prevX = (int) coordinates[pos + 0]; int prevY = (int) coordinates[pos + 1]; - if (string.equals("Filip Road")) { - System.out.println("blub"); - } + // find way segments long enough to draw the way name on them for (int i = pos + 2; i < pos + len; i += 2) { // get the current way point coordinates