Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-09-05 11:54:43 +02:00
commit ac415d1a18
4 changed files with 7 additions and 3823 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
*.render.xml
*.template_render.xml
*.render_template.xml
*.map_styles_presets.xml
routing*.xml
rendering_types.xml

View file

@ -151,6 +151,9 @@ public class GPXLayer extends OsmandMapLayer implements ContextMenuLayer.IContex
shadowPaint.setColorFilter(cf);
shadowPaint.setStrokeWidth(paint.getStrokeWidth() + 2 * rc.getComplexValue(req, rrs.PROPS.R_SHADOW_RADIUS));
}
} else {
System.err.println("Rendering attribute gpx is not found !");
paint.setStrokeWidth(7 * view.getDensity());
}
}
}

View file

@ -106,6 +106,9 @@ public class RouteLayer extends OsmandMapLayer {
shadowPaint.setColorFilter(cf);
shadowPaint.setStrokeWidth(paint.getStrokeWidth() + 2 * rc.getComplexValue(req, rrs.PROPS.R_SHADOW_RADIUS));
}
} else {
System.err.println("Rendering attribute route is not found !");
paint.setStrokeWidth(7 * view.getDensity());
}
}
}

File diff suppressed because it is too large Load diff