File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $( '#map' ).geomap( );
3030``` html
3131<div id =" map" style =" height : 480px ;" ></div >
3232<script src =" node_modules/jquery/dist/jquery.min.js" ></script >
33- <script src =" node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.min.js" ></script >
33+ <script src =" node_modules/jquery.geo/dist/jquery.geo-1.0.0-rc1.1. min.js" ></script >
3434<script >
3535 $ (function () {
3636 $ ( " #map" ).geomap ( );
@@ -45,7 +45,7 @@ The following copy-and-paste snippet will help you get started.
4545``` html
4646<div id =" map" style =" height : 480px ;" ></div >
4747<script src =" http://code.jquery.com/jquery-2.2.4.min.js" ></script >
48- <script src =" http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.min.js" ></script >
48+ <script src =" http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1. min.js" ></script >
4949<script >
5050 $ (function () {
5151 $ ( " #map" ).geomap ( );
@@ -57,8 +57,8 @@ The following copy-and-paste snippet will help you get started.
5757
5858You can also download the latest release as a [ minified JavaScript file] [ min ] or a [ full, uncompressed one] [ max ] .
5959
60- [ min ] : http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.min.js
61- [ max ] : http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.js
60+ [ min ] : http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1. min.js
61+ [ max ] : http://code.jquerygeo.com/jquery.geo-1.0.0-rc1.1. js
6262
6363## Documentation
6464
You can’t perform that action at this time.
0 commit comments