Phi: update leaflet to v0.7.7
no functional changes
9
Phi/3rdparty/leaflet-0.7.3/leaflet.js
vendored
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | 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
|
@ -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>
|
||||||
|
|