Line texture: stipple implementation, PathLayer support, #105
This commit is contained in:
@@ -34,7 +34,7 @@ public class SymbolRenderLayer extends BucketRenderer {
|
||||
it.billboard = false;
|
||||
|
||||
try {
|
||||
it.bitmap = CanvasAdapter.getBitmapAsset("", "jar:symbols/cafe.png");
|
||||
it.bitmap = CanvasAdapter.getBitmapAsset("", "symbols/food/cafe.svg");
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user