Upgrade basemap profile to OpenMapTiles v3.13.1 (#227)

This commit is contained in:
Michael Barry
2022-05-23 12:08:59 +02:00
committed by lazaa32
parent a6c8d6c602
commit 96b1cd684c
9 changed files with 175 additions and 81 deletions

View File

@@ -128,7 +128,7 @@ public class Generate {
public static void main(String[] args) throws IOException {
Arguments arguments = Arguments.fromArgsOrConfigFile(args);
PlanetilerConfig planetilerConfig = PlanetilerConfig.from(arguments);
String tag = arguments.getString("tag", "openmaptiles tag to use", "v3.13");
String tag = arguments.getString("tag", "openmaptiles tag to use", "v3.13.1");
String baseUrl = arguments.getString("base-url", "the url used to download the openmaptiles.yml",
"https://raw.githubusercontent.com/openmaptiles/openmaptiles/");
String base = baseUrl + tag + "/";