1
0
Fork 0

Phi: update leaflet to v0.7.7

no functional changes
This commit is contained in:
Torsten Dreyer 2015-12-18 22:08:19 +01:00
parent 48fe7a838e
commit e5db4d25cb
13 changed files with 17 additions and 16 deletions

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 797 B

After

Width:  |  Height:  |  Size: 797 B

View file

@ -21,6 +21,7 @@
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,

9
Phi/3rdparty/leaflet-0.7.7/leaflet.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,7 @@
<link rel="shortcut icon" href="images/FI_logo-196.png" sizes="196x196">
<link rel="stylesheet" type="text/css" href="/Fonts/LiberationFonts/LiberationFonts.css">
<link rel="stylesheet" href="3rdparty/leaflet-0.7.3/leaflet.css" />
<link rel="stylesheet" href="3rdparty/leaflet-0.7.7/leaflet.css" />
<link rel="stylesheet" href="3rdparty/clockpicker/jquery-clockpicker.min.css" />
<link id="ui-theme" rel="stylesheet" href="3rdparty/jquery-ui-themes-1.11.2/themes/smoothness/jquery-ui.min.css" />

View file

@ -6,8 +6,8 @@ require.config({
knockout : '3rdparty/knockout/knockout-3.2.0',
kojqui : '3rdparty/knockout-jqueryui',
sprintf : '3rdparty/sprintf/sprintf.min',
leaflet : '3rdparty/leaflet-0.7.3/leaflet',
geodesic : '3rdparty/leaflet-0.7.3/Leaflet.Geodesic.min',
leaflet : '3rdparty/leaflet-0.7.7/leaflet',
geodesic : '3rdparty/leaflet-0.7.7/Leaflet.Geodesic.min',
text : '3rdparty/require/text',
flot : '3rdparty/flot/jquery.flot',
flotresize : '3rdparty/flot/jquery.flot.resize',

View file

@ -14,8 +14,8 @@
<link rel="icon" sizes="200x200" href="/img/FlightGear_logo.png">
<script src="../3rdparty/jquery/jquery-1.11.1.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="../3rdparty/leaflet-0.7.3/leaflet.css" />
<script src="../3rdparty/leaflet-0.7.3/leaflet.js" type="text/javascript"></script>
<link rel="stylesheet" href="../3rdparty/leaflet-0.7.7/leaflet.css" />
<script src="../3rdparty/leaflet-0.7.7/leaflet.js" type="text/javascript"></script>
<script src="../lib/fgfs.js" type="text/javascript"></script>
<script src="FollowControl.js" type="text/javascript"></script>
<script src="Marker.js" type="text/javascript"></script>

View file

@ -4,8 +4,8 @@
<script src="../3rdparty/jquery/jquery-1.11.1.min.js"
type="text/javascript"></script>
<link rel="stylesheet"
href="../3rdparty/leaflet-0.7.3/leaflet.css" />
<script src="../3rdparty/leaflet-0.7.3/leaflet.js"></script>
href="../3rdparty/leaflet-0.7.7/leaflet.css" />
<script src="../3rdparty/leaflet-0.7.7/leaflet.js"></script>
<script src="../3rdparty/flot/jquery.flot.js"></script>
<script src="../lib/props.js" type="text/javascript"></script>
<script src="../lib/jquery.flot.prop.js"></script>