maplibre-gl 3.2.0-pre.1 → 3.2.0-pre.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=flat)](LICENSE.txt) [![Version](https://img.shields.io/npm/v/maplibre-gl?style=flat)](https://www.npmjs.com/package/maplibre-gl) [![CI](https://github.com/maplibre/maplibre-gl-js/actions/workflows/ci.yml/badge.svg)](https://github.com/maplibre/maplibre-gl-js/actions/workflows/ci.yml) [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://opensource.org/licenses/BSD-3-Clause) [![codecov](https://codecov.io/gh/maplibre/maplibre-gl-js/branch/main/graph/badge.svg)](https://codecov.io/gh/maplibre/maplibre-gl-js)
6
6
 
7
- **[MapLibre GL JS](https://maplibre.org/maplibre-gl-js-docs/api/)** is an open-source library for publishing maps on your websites or webview based apps. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
7
+ **[MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/API/)** is an open-source library for publishing maps on your websites or webview based apps. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
8
8
 
9
9
  It originated as an open-source fork of [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js), before their switch to a non-OSS license in December 2020. The library's initial versions (1.x) were intended to be a drop-in replacement for the Mapbox’s OSS version (1.x) with additional functionality, but have evolved a lot since then.
10
10
 
@@ -37,15 +37,15 @@ Enjoy the map!
37
37
 
38
38
  ## Documentation
39
39
 
40
- Full documentation for this library [is available here](https://maplibre.org/maplibre-gl-js-docs/api/).
40
+ Full documentation for this library [is available here](https://maplibre.org/maplibre-gl-js/docs/API/).
41
41
 
42
- Check out the features through [examples](https://maplibre.org/maplibre-gl-js-docs/example/).
42
+ Check out the features through [examples](https://maplibre.org/maplibre-gl-js/docs/examples/).
43
43
 
44
44
  | Showcases | |
45
45
  | ---- | ---- |
46
- |![Display a map](https://maplibre.org/maplibre-gl-js-docs/assets/simple-map-800-1427cd84c8c693ead996f81b06e467bb.png) |![Third party vector tile source](https://maplibre.org/maplibre-gl-js-docs/assets/third-party-800-72a3092888152ba26920ec0ba5aeacd0.png) |
47
- |![Animate a series of images](https://maplibre.org/maplibre-gl-js-docs/assets/animate-images-800-522ec4f83d7988b2d6f23a0c1d5eb924.png) |![Create a heatmap layer](https://maplibre.org/maplibre-gl-js-docs/assets/heatmap-layer-800-a23e44d9c1238315f191187c5c628719.png) |
48
- |![3D buildings](https://maplibre.org/maplibre-gl-js-docs/assets/3d-buildings-800-18cda57800c107d1dee5f269bf7a12f2.png) |![Visualize population density](https://maplibre.org/maplibre-gl-js-docs/assets/visualize-population-density-800-dc0290780f7b2842031bdf1b9347981a.png) |
46
+ |![Display a map](https://maplibre.org/maplibre-gl-js/docs/assets/simple-map.png) |![Third party vector tile source](https://maplibre.org/maplibre-gl-js/docs/assets/3d-terrain.png) |
47
+ |![Animate a series of images](https://maplibre.org/maplibre-gl-js/docs/assets/animate-images.png) |![Create a heatmap layer](https://maplibre.org/maplibre-gl-js/docs/assets/heatmap-layer.png) |
48
+ |![3D buildings](https://maplibre.org/maplibre-gl-js/docs/assets/3d-buildings.png) |![Visualize population density](https://maplibre.org/maplibre-gl-js/docs/assets/visualize-population-density.png) |
49
49
 
50
50
  <br />
51
51
 
@@ -86,7 +86,7 @@ MapLibre GL JS v1 is completely backward compatible with Mapbox GL JS v1. This c
86
86
 
87
87
  ```
88
88
 
89
- Want an example? Have a look at the official [MapLibre GL JS Documentation](https://maplibre.org/maplibre-gl-js-docs/example/).
89
+ Want an example? Have a look at the official [MapLibre GL JS Documentation](https://maplibre.org/maplibre-gl-js/docs/examples/).
90
90
 
91
91
  Use MapLibre GL JS bindings for React (https://visgl.github.io/react-map-gl/docs/get-started/get-started#using-with-a-mapbox-gl-fork) and Angular (https://github.com/maplibre/ngx-maplibre-gl). Find more at [awesome-maplibre](https://github.com/maplibre/awesome-maplibre).
92
92
 
@@ -13,7 +13,7 @@ function generateAPIIntroMarkdown(lines: string[]): string {
13
13
  let intro = `# Intro
14
14
 
15
15
  This file is intended as a reference for the important and public classes of this API.
16
- We reccomend looking at the [expamples](../example/index.md) as they will help you the most to start with MapLibre.
16
+ We reccomend looking at the [expamples](../examples/index.md) as they will help you the most to start with MapLibre.
17
17
 
18
18
  Most of the classes wirtten here have an "Options" object for initialization, it is recommended to check which options exist.
19
19