Skip to content

Commit bb44c57

Browse files
Icon and logo update, changelog preparation for 1.14.0 release
1 parent 6812792 commit bb44c57

4 files changed

Lines changed: 5 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
### Features and improvements
1414

15+
- Rebranded to MapLibre
1516
- New logo
1617

1718
### 🐞 Bug fixes

MapLibre.png

23.4 KB
Loading

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
![MapLibre logo](MapLibre.png)
2+
13
# MapLibre GL
24

35
**MapLibre GL** is a community led fork derived from [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js) prior to their switch to a non-OSS license.
46

5-
[<img width="200" alt="MapLibre" src="https://user-images.githubusercontent.com/223277/101580282-7534f700-397e-11eb-8b58-687f52e2a8cf.png">](http://maplibre.org)
6-
77
### Migrating from mapbox-gl
88

99
If you depend on mapbox-gl directly, simply replace `mapbox-gl` with `maplibre-gl` in `package.json`:
1010
```diff
1111
"dependencies": {
1212
- "mapbox-gl": "^1.13.0"
13-
+ "maplibre-gl": ">=1.13.0-rc.1"
13+
+ "maplibre-gl": ">=1.14.0"
1414
}
1515
```
1616

Lines changed: 1 addition & 20 deletions
Loading

0 commit comments

Comments
 (0)