Mapilion: more hillshading options #614

This commit is contained in:
Emux
2019-01-23 10:38:54 +02:00
parent 8c2f788069
commit ef87bae51f
3 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2018 devemux86
* Copyright 2018-2019 devemux86
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
@@ -59,7 +59,7 @@ public class MapilionMvtActivity extends MapActivity {
mMap.setTheme(VtmThemes.OPENMAPTILES);
// Hillshading
UrlTileSource shadedTileSource = DefaultSources.MAPILION_HILLSHADE
UrlTileSource shadedTileSource = DefaultSources.MAPILION_HILLSHADE_2
.apiKey(API_KEY)
.httpFactory(factory)
.build();