planetiler/src/main/java/com/onthegomap/flatmap/VectorTile.java

9 wiersze
118 B
Java

package com.onthegomap.flatmap;
public class VectorTile {
public byte[] encode() {
return new byte[]{};
}
}