diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-21 23:59:16 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 23:59:16 +1300 |
commit | 19d6e1c9cc916ed4c1ed72fe168909770a657db2 (patch) | |
tree | c802adb481ee39ad5bb31c479bbf6266d2d23099 /web/simple/index.html | |
parent | 77e45e57c92cb03688a2494b81dfe66969c6edbd (diff) | |
parent | d3d8e6aed0f880a0077a5aa0b5bd2fcd189a5525 (diff) | |
download | trackermap-web-19d6e1c9cc916ed4c1ed72fe168909770a657db2.tar.gz trackermap-web-19d6e1c9cc916ed4c1ed72fe168909770a657db2.tar.bz2 trackermap-web-19d6e1c9cc916ed4c1ed72fe168909770a657db2.zip |
Merge pull request #364 from Abyss777/ol_3.20.0
Migrate to openlayers 3.20.0
Diffstat (limited to 'web/simple/index.html')
-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 d4bfe504..d52e518e 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.19.1/ol.css" type="text/css"> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/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.19.1/ol.js" type="text/javascript"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/ol.js" type="text/javascript"></script> <script id="loadScript" src="app.js"></script> </body> </html> |