File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.14.1 (Feb 10 2016)
2+
3+ #### Bugfixes
4+
5+ Fix incorrectly rotated symbols along lines near tile boundries (#2062 )
6+ Fix broken rendering when a fill layer follows certain symbol layers (#2092 )
7+
18## 0.14.0 (Feb 8 2016)
29
310#### Breaking Changes
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
77Include the source via HTML tags:
88
99``` html
10- <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0 /mapbox-gl.js' ></script >
11- <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0 /mapbox-gl.css' rel =' stylesheet' />
10+ <script src =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1 /mapbox-gl.js' ></script >
11+ <link href =' https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1 /mapbox-gl.css' rel =' stylesheet' />
1212```
1313
1414For 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
66baseurl : /mapbox-gl-js
77highlighter : pygments
88excerpt_separator : " "
9- version : v0.14.0
9+ version : v0.14.1
1010rdiscount :
1111 extensions : [smart]
1212exclude : [dist]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permalink: /:categories/:title
66baseurl : /mapbox-gl-js
77highlighter : pygments
88excerpt_separator : " "
9- version : v0.14.0
9+ version : v0.14.1
1010mapboxglbase : /mapbox-gl-js/dist
1111rdiscount :
1212 extensions : [smart]
Original file line number Diff line number Diff line change 11var urls = [
2- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0 /mapbox-gl.js' ,
2+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1 /mapbox-gl.js' ,
33 '/dist/mapbox-gl.js' ,
4- 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.0 /mapbox-gl.js' ,
4+ 'https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.1 /mapbox-gl.js' ,
55 '/dist/mapbox-gl.js'
66] ;
77
Original file line number Diff line number Diff line change 11{
22 "name" : " mapbox-gl" ,
33 "description" : " A WebGL interactive maps library" ,
4- "version" : " 0.14.0 " ,
4+ "version" : " 0.14.1 " ,
55 "main" : " js/mapbox-gl.js" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
You can’t perform that action at this time.
0 commit comments