add osmdroid overlays + bonuspack

This commit is contained in:
Hannes Janetzek
2012-10-27 13:35:51 +02:00
parent 65a6f91f3c
commit ab5962d56c
114 changed files with 9562 additions and 1636 deletions

View File

@@ -33,8 +33,7 @@ public final class BitmapUtils {
if (src.startsWith(PREFIX_JAR)) {
String name = "/org/oscim/theme/osmarender/" + src.substring(PREFIX_JAR.length());
InputStream inputStream = BitmapUtils.class
.getResourceAsStream(name);
InputStream inputStream = BitmapUtils.class.getResourceAsStream(name);
if (inputStream == null) {
throw new FileNotFoundException("resource not found: " + src + " " + name);
}