File: developersmap-use-debian-package.patch

package info (click to toggle)
qgis 3.40.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,181,336 kB
  • sloc: cpp: 1,593,302; python: 370,494; xml: 23,474; perl: 3,664; sh: 3,482; ansic: 2,257; sql: 2,133; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 157
file content (28 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: Use Debian package for Leaflet & jQuery.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/doc/developersmap.html
+++ b/doc/developersmap.html
@@ -3,18 +3,13 @@
 <head>
   <title>Developers Map</title>
   <meta charset="UTF-8">
-  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
-  integrity="sha384-sHL9NAb7lN7rfvG5lfHpm643Xkcjzp4jFvuavGOndn6pjVqS6ny56CAt3nsEVT4H"
-  crossorigin="" />
+  <link rel="stylesheet" href="leaflet/leaflet.css"/>
   <style type="text/css">
   body {  padding: 0; margin: 0;  }
   html, body, #developers-map {  height: 100%;  }
   </style>
-  <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
-  integrity="sha384-cxOPjt7s7Iz04uaHJceBmS+qpjv2JkIHNVcuOrM+YHwZOmJGBXI00mdUXEq65HTH"
-  crossorigin="">
-  </script>
-  <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
+  <script src="leaflet/leaflet.js"></script>
+  <script src="jquery.js"></script>
   <link rel="points" type="application/json" href="../resources/data/contributors.json">
 </head>
 <body>