tiles now served by mod_tile - need to patch it for other mime types than image/png
This commit is contained in:
parent
049751f05f
commit
de001b9dfa
@ -31,7 +31,8 @@ public class OSciMap4TileSource extends UrlTileSource {
|
||||
class TileDataSource extends PbfTileDataSource {
|
||||
public TileDataSource(URL url) {
|
||||
super(new TileDecoder());
|
||||
mConn = new LwHttp(url, "application/x-protobuf", "vtm", false);
|
||||
//mConn = new LwHttp(url, "application/x-protobuf", "vtm", false);
|
||||
mConn = new LwHttp(url, "image/png", "vtm", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user