Phi: update leaflet to v0.7.7
no functional changes
This commit is contained in:
parent
48fe7a838e
commit
e5db4d25cb
13 changed files with 17 additions and 16 deletions
Phi
9
Phi/3rdparty/leaflet-0.7.3/leaflet.js
vendored
9
Phi/3rdparty/leaflet-0.7.3/leaflet.js
vendored
File diff suppressed because one or more lines are too long
Before ![]() (image error) Size: 2.8 KiB After ![]() (image error) Size: 2.8 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.9 KiB After ![]() (image error) Size: 3.9 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 797 B After ![]() (image error) Size: 797 B ![]() ![]() |
|
@ -21,6 +21,7 @@
|
||||||
.leaflet-container {
|
.leaflet-container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-ms-touch-action: none;
|
-ms-touch-action: none;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
.leaflet-tile,
|
.leaflet-tile,
|
||||||
.leaflet-marker-icon,
|
.leaflet-marker-icon,
|
9
Phi/3rdparty/leaflet-0.7.7/leaflet.js
vendored
Normal file
9
Phi/3rdparty/leaflet-0.7.7/leaflet.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@
|
||||||
<link rel="shortcut icon" href="images/FI_logo-196.png" sizes="196x196">
|
<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" 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 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" />
|
<link id="ui-theme" rel="stylesheet" href="3rdparty/jquery-ui-themes-1.11.2/themes/smoothness/jquery-ui.min.css" />
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ require.config({
|
||||||
knockout : '3rdparty/knockout/knockout-3.2.0',
|
knockout : '3rdparty/knockout/knockout-3.2.0',
|
||||||
kojqui : '3rdparty/knockout-jqueryui',
|
kojqui : '3rdparty/knockout-jqueryui',
|
||||||
sprintf : '3rdparty/sprintf/sprintf.min',
|
sprintf : '3rdparty/sprintf/sprintf.min',
|
||||||
leaflet : '3rdparty/leaflet-0.7.3/leaflet',
|
leaflet : '3rdparty/leaflet-0.7.7/leaflet',
|
||||||
geodesic : '3rdparty/leaflet-0.7.3/Leaflet.Geodesic.min',
|
geodesic : '3rdparty/leaflet-0.7.7/Leaflet.Geodesic.min',
|
||||||
text : '3rdparty/require/text',
|
text : '3rdparty/require/text',
|
||||||
flot : '3rdparty/flot/jquery.flot',
|
flot : '3rdparty/flot/jquery.flot',
|
||||||
flotresize : '3rdparty/flot/jquery.flot.resize',
|
flotresize : '3rdparty/flot/jquery.flot.resize',
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
<link rel="icon" sizes="200x200" href="/img/FlightGear_logo.png">
|
<link rel="icon" sizes="200x200" href="/img/FlightGear_logo.png">
|
||||||
|
|
||||||
<script src="../3rdparty/jquery/jquery-1.11.1.min.js" type="text/javascript"></script>
|
<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" />
|
<link rel="stylesheet" href="../3rdparty/leaflet-0.7.7/leaflet.css" />
|
||||||
<script src="../3rdparty/leaflet-0.7.3/leaflet.js" type="text/javascript"></script>
|
<script src="../3rdparty/leaflet-0.7.7/leaflet.js" type="text/javascript"></script>
|
||||||
<script src="../lib/fgfs.js" type="text/javascript"></script>
|
<script src="../lib/fgfs.js" type="text/javascript"></script>
|
||||||
<script src="FollowControl.js" type="text/javascript"></script>
|
<script src="FollowControl.js" type="text/javascript"></script>
|
||||||
<script src="Marker.js" type="text/javascript"></script>
|
<script src="Marker.js" type="text/javascript"></script>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<script src="../3rdparty/jquery/jquery-1.11.1.min.js"
|
<script src="../3rdparty/jquery/jquery-1.11.1.min.js"
|
||||||
type="text/javascript"></script>
|
type="text/javascript"></script>
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="../3rdparty/leaflet-0.7.3/leaflet.css" />
|
href="../3rdparty/leaflet-0.7.7/leaflet.css" />
|
||||||
<script src="../3rdparty/leaflet-0.7.3/leaflet.js"></script>
|
<script src="../3rdparty/leaflet-0.7.7/leaflet.js"></script>
|
||||||
<script src="../3rdparty/flot/jquery.flot.js"></script>
|
<script src="../3rdparty/flot/jquery.flot.js"></script>
|
||||||
<script src="../lib/props.js" type="text/javascript"></script>
|
<script src="../lib/props.js" type="text/javascript"></script>
|
||||||
<script src="../lib/jquery.flot.prop.js"></script>
|
<script src="../lib/jquery.flot.prop.js"></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue