@@ -58,10 +58,10 @@ Load from CDN in your project:
5858
5959``` html
6060<!-- style sheet for vectormap.js -->
61- <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.css" ></link >
61+ <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.css" ></link >
6262
6363<!-- latest minified version of vectormap.js -->
64- <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.js" ></script >
64+ <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.js" ></script >
6565```
6666
6767### NPM
@@ -93,10 +93,10 @@ __Step 2__. In the `<head>`of your HTML page, import the vectormap.js and relate
9393
9494``` html
9595<!-- style sheet for vectormap.js -->
96- <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.css" ></link >
96+ <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.css" ></link >
9797
9898<!-- latest minified version of vectormap.js -->
99- <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.js" ></script >
99+ <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.js" ></script >
100100```
101101
102102__ Step 3__ . In the ` <body> ` of your HTML page, add a div with "id=` "map" ` ".
@@ -158,10 +158,10 @@ After all the above steps completed, your HTML page should be:
158158 <meta charset =" utf-8" >
159159 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
160160 <!-- style sheet for vectormap.js -->
161- <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.css" ></link >
161+ <link rel =" stylesheet" href =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.css" ></link >
162162
163163 <!-- latest minified version of vectormap.js -->
164- <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.0 /vectormap.js" ></script >
164+ <script src =" https://cdn.thinkgeo.com/vectormap-js/2.0.1 /vectormap.js" ></script >
165165
166166 <!-- option: Map Suite World Streets Styles -->
167167 <script src =" https://cdn.thinkgeo.com/vectormap-icons/1.0.0/webfontloader.js" ></script >
0 commit comments