mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
Upgrade basemap profile to OpenMapTiles v3.13.1 (#227)
This commit is contained in:
@@ -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 + "/";
|
||||
|
||||
Reference in New Issue
Block a user