File tree 6 files changed +22
-7
lines changed
6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.14.3 (Feb 19 2016)
2
+
3
+ #### New Features & Improvements
4
+
5
+ Improve responsiveness of zooming out by using cached parent tiles (#2168 )
6
+ Improve contextual clues on style API validation (#2170 )
7
+ Improve performance of methods including ` setData ` (#2174 )
8
+
9
+ #### Bugfixes
10
+
11
+ Fix incorrectly sized line dashes (#2099 )
12
+ Fix bug in which ` in ` feature filter drops features (#2166 )
13
+ Fix bug preventing ` Map#load ` from firing when tile "Not Found" errors occured (#2176 )
14
+ Fix rendering artifacts on mobile GPUs (#2117 )
15
+
1
16
## 0.14.2 (Feb 19 2016)
2
17
3
18
#### Bugfixes
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ A WebGL JavaScript interactive maps library that can render [Mapbox Vector Tiles
7
7
Include the source via HTML tags:
8
8
9
9
``` html
10
- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.2 /mapbox-gl.js' ></script >
11
- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.2 /mapbox-gl.css' rel =' stylesheet' />
10
+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ></script >
11
+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.css' rel =' stylesheet' />
12
12
```
13
13
14
14
For more information, see the [ API documentation] ( https://www.mapbox.com/mapbox-gl-js/api/ ) and [ examples] ( https://www.mapbox.com/mapbox-gl-js/examples/ ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.14.2
9
+ version : v0.14.3
10
10
rdiscount :
11
11
extensions : [smart]
12
12
exclude : [dist]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
6
6
baseurl : /mapbox-gl-js
7
7
highlighter : pygments
8
8
excerpt_separator : " "
9
- version : v0.14.2
9
+ version : v0.14.3
10
10
mapboxglbase : /mapbox-gl-js/dist
11
11
rdiscount :
12
12
extensions : [smart]
Original file line number Diff line number Diff line change 1
1
var urls = [
2
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.2 /mapbox-gl.js' ,
2
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ,
3
3
'/dist/mapbox-gl.js' ,
4
- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.2 /mapbox-gl.js' ,
4
+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3 /mapbox-gl.js' ,
5
5
'/dist/mapbox-gl.js'
6
6
] ;
7
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mapbox-gl" ,
3
3
"description" : " A WebGL interactive maps library" ,
4
- "version" : " 0.14.2 " ,
4
+ "version" : " 0.14.3 " ,
5
5
"main" : " js/mapbox-gl.js" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
You can’t perform that action at this time.
0 commit comments