add geojson example tile sources
- add OsmLanduseJsonTileSource - add layers for buildings and water areas
This commit is contained in:
@@ -33,6 +33,11 @@ public abstract class GeoJsonTileSource extends UrlTileSource {
|
||||
setExtension(".json");
|
||||
}
|
||||
|
||||
public GeoJsonTileSource(String url, int zoomMin, int zoomMax) {
|
||||
super(url, zoomMin, zoomMax);
|
||||
setExtension(".json");
|
||||
}
|
||||
|
||||
@Override
|
||||
public ITileDataSource getDataSource() {
|
||||
Map<String, String> opt = new HashMap<String, String>();
|
||||
|
||||
Reference in New Issue
Block a user