From 561ec4be855e99e2fe986ec9ada9d00ef7ac3a62 Mon Sep 17 00:00:00 2001 From: Andrey Novikov <novikov@gmail.com> Date: Mon, 18 Jul 2016 19:09:03 +0300 Subject: [PATCH] New and fixed default bitmap sources --- .../oscim/tiling/source/bitmap/DefaultSources.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vtm/src/org/oscim/tiling/source/bitmap/DefaultSources.java b/vtm/src/org/oscim/tiling/source/bitmap/DefaultSources.java index 92b911d7..32e6e889 100644 --- a/vtm/src/org/oscim/tiling/source/bitmap/DefaultSources.java +++ b/vtm/src/org/oscim/tiling/source/bitmap/DefaultSources.java @@ -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