We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d516bb commit 49d83bbCopy full SHA for 49d83bb
1 file changed
README.md
@@ -15,17 +15,6 @@ Use
15
}
16
```
17
18
-If you are OK with changes that integrate non-backward compatible features, ideally install `maplibre-gl` version 2:
19
-
20
-```diff
21
- "dependencies": {
22
-- "mapbox-gl": "^1.13.0"
23
-+ "maplibre-gl": ">=2.0.0"
24
- }
25
-```
26
27
-And replace ```mapboxgl``` with ```maplibregl``` in your JavaScript and optionally in your HTML/CSS code:
28
29
if it is important to you that the behaviour is similar to `mapbox-gl` version 1.x.
30
31
If you are OK with changes that integrate non-backward compatible features, install `maplibre-gl` version 2:
0 commit comments