diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-27 10:44:54 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-27 10:44:54 +0500 |
commit | c2c497dab12cbe2c7ed4d3f922a24e6baab216c2 (patch) | |
tree | 44e977f2f1a8c685c14dc414abfe010c2e4f047c /web/simple | |
parent | 3e19bbcd0d871db4c38d9f44c3ae29bafdff5a9d (diff) | |
download | etbsa-traccar-web-c2c497dab12cbe2c7ed4d3f922a24e6baab216c2.tar.gz etbsa-traccar-web-c2c497dab12cbe2c7ed4d3f922a24e6baab216c2.tar.bz2 etbsa-traccar-web-c2c497dab12cbe2c7ed4d3f922a24e6baab216c2.zip |
Update openlayers in simple to 3.20.1
Diffstat (limited to 'web/simple')
-rw-r--r-- | web/simple/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/simple/index.html b/web/simple/index.html index d52e518..0130067 100644 --- a/web/simple/index.html +++ b/web/simple/index.html @@ -4,11 +4,11 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>Traccar</title> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/ol.css" type="text/css"> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.1/ol.css" type="text/css"> </head> <body style="margin: 0; padding: 0;"> <div id="map" style="width: 100%; height: 100%; position:fixed;"></div> -<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/ol.js" type="text/javascript"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.1/ol.js" type="text/javascript"></script> <script id="loadScript" src="app.js"></script> </body> </html> |