New and fixed default bitmap sources

This commit is contained in:
Andrey Novikov 2016-07-18 19:09:03 +03:00
parent a5679ce214
commit 561ec4be85

View File

@ -56,11 +56,21 @@ public class DefaultSources {
.zoomMax(13);
public static Builder<?> HD_HILLSHADE = BitmapTileSource.builder()
.url("http://129.206.74.245:8004/tms_hs.ashx")
.url("http://korona.geog.uni-heidelberg.de/tiles/asterh/")
.tilePath("?x={X}&y={Y}&z={Z}")
.zoomMin(2)
.zoomMax(16);
public static Builder<?> HIKEBIKE = BitmapTileSource.builder()
.url("http://tiles.wmflabs.org/hikebike")
.tilePath("/{Z}/{X}/{Y}.png")
.zoomMax(17);
public static Builder<?> HIKEBIKE_HILLSHADE = BitmapTileSource.builder()
.url("http://tiles.wmflabs.org/hillshading")
.tilePath("/{Z}/{X}/{Y}.png")
.zoomMax(14);
/**
* https://github.com/opensciencemap/vtm/issues/18
* https://developers.google.com/maps/faq