|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
7 | 7 | <title>Angular Leaflet Directive: Examples viewer</title> |
8 | 8 |
|
9 | | - <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'> |
| 9 | + <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../bower_components/semantic-ui/dist/semantic.min.css"> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../bower_components/bootstrap/dist/css/bootstrap.min.css"> |
12 | 12 | <link rel="stylesheet" type="text/css" href="../bower_components/prism/themes/prism.css"> |
|
16 | 16 | <link rel="stylesheet" href="../bower_components/leaflet.markercluster/dist/MarkerCluster.css" /> |
17 | 17 | <link rel="stylesheet" href="../bower_components/leaflet.markercluster/dist/MarkerCluster.Default.css" /> |
18 | 18 | <link rel="stylesheet" type="text/css" href="css/viewer.css"> |
19 | | - <link rel="stylesheet" type="text/css" href="http://cloud.github.com/downloads/lafeber/world-flags-sprite/flags32.css" /> |
| 19 | + <link rel="stylesheet" type="text/css" href="//cloud.github.com/downloads/lafeber/world-flags-sprite/flags32.css" /> |
20 | 20 | <link rel="stylesheet" href="../bower_components/font-awesome/css/font-awesome.min.css"> |
21 | 21 | <link rel="stylesheet" href="../bower_components/Leaflet.awesome-markers/dist/leaflet.awesome-markers.css"> |
22 | 22 | <link rel="stylesheet" href="../bower_components/Leaflet.ExtraMarkers/src/leaflet.extra-markers.css"> |
23 | 23 | <link rel="stylesheet" href="../bower_components/Leaflet.fullscreen/dist/leaflet.fullscreen.css" /> |
24 | 24 | <link rel="stylesheet" href="../bower_components/leaflet-minimap/dist/Control.MiniMap.min.css" /> |
25 | 25 | <!-- Mapbox GL --> |
26 | | - <link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.css"/> |
| 26 | + <link rel="stylesheet" href="//api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.css"/> |
27 | 27 |
|
28 | | - <script src="http://maps.google.com/maps/api/js?v=3&sensor=false"></script> |
| 28 | + <script src="//maps.google.com/maps/api/js?key=AIzaSyBazU_OOTAZRmxQfaiirM1EDPLCiUSTlrY"></script> |
29 | 29 | <script src="../bower_components/leaflet/dist/leaflet.js"></script> |
30 | 30 | <script src="../bower_components/proj4/dist/proj4.js"></script> |
31 | 31 | <script src="../bower_components/proj4leaflet/src/proj4leaflet.js"></script> |
|
49 | 49 | <script src="../bower_components/Leaflet.fullscreen/dist/Leaflet.fullscreen.min.js"></script> |
50 | 50 | <script src="../bower_components/leaflet-minimap/dist/Control.MiniMap.min.js"></script> |
51 | 51 | <!-- Mapbox GL --> |
52 | | - <script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.js"></script> |
| 52 | + <script src="//api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.js"></script> |
53 | 53 | <!-- Mapbox GL Leaflet Plugin --> |
54 | | - <script src="https://rawgit.com/mapbox/mapbox-gl-leaflet/master/leaflet-mapbox-gl.js"></script> |
| 54 | + <script src="//rawgit.com/mapbox/mapbox-gl-leaflet/master/leaflet-mapbox-gl.js"></script> |
55 | 55 |
|
56 | 56 | <script src="../bower_components/jquery/dist/jquery.min.js"></script> |
57 | 57 |
|
|
61 | 61 | <script src="../bower_components/angular-route/angular-route.min.js"></script> |
62 | 62 | <script src="../bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script> |
63 | 63 | <script src="../dist/ui-leaflet.min.js"></script> |
64 | | - <script src="https://rawgit.com/elesdoar/ui-leaflet-layers/master/dist/ui-leaflet-layers.min.js"></script> |
| 64 | + <script src="//rawgit.com/elesdoar/ui-leaflet-layers/master/dist/ui-leaflet-layers.min.js"></script> |
65 | 65 | <script src="js/viewer.js"></script> |
66 | 66 | <script src="js/controllers.js"></script> |
67 | 67 | </head> |
68 | 68 |
|
69 | 69 | <body ng-app="webapp" ng-controller="MainController"> |
70 | 70 | <div class="ui divided equal height padded grid leftside"> |
71 | 71 | <div class="seven wide middle column"> |
72 | | - <a class="ui right floated blue launch button" href="http://github.com/angular-ui/ui-leaflet"> |
| 72 | + <a class="ui right floated blue launch button" href="//github.com/angular-ui/ui-leaflet"> |
73 | 73 | <i class="social github icon"></i> Github |
74 | 74 | </a> |
75 | 75 |
|
76 | | - <h2 class="ui header"><a href="http://angular-ui.github.io/ui-leaflet">angular-leaflet-directive</a></h2> |
| 76 | + <h2 class="ui header"><a href="//angular-ui.github.io/ui-leaflet">angular-leaflet-directive</a></h2> |
77 | 77 | <div class="ui tabular filter menu"> |
78 | 78 | <a class="item" ng-repeat="s in sections" ng-class="{ active: s.active }" ng-click="setActiveSection(s.id)" ng-bind="s.name"></a> |
79 | 79 | </div> |
|
0 commit comments