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

@@ -41,7 +41,7 @@ To run `Generate.java`, use [scripts/regenerate-openmaptiles.sh](https://github.
OpenMapTiles release tag:
```bash
./scripts/regenerate-openmaptiles.sh v3.13
./scripts/regenerate-openmaptiles.sh v3.13.1
```
Then follow the instructions it prints for reformatting generated code.
@@ -49,7 +49,7 @@ Then follow the instructions it prints for reformatting generated code.
If you want to regenerate from a different repository than the default openmaptiles, you can specify the url like this:
```bash
./scripts/regenerate-openmaptiles.sh v3.13 https://raw.githubusercontent.com/openmaptiles/openmaptiles/
./scripts/regenerate-openmaptiles.sh v3.13.1 https://raw.githubusercontent.com/openmaptiles/openmaptiles/
```
## License and Attribution