|
32 | 32 | <link rel="preload" as="font" href="{{ assetPath }}/fonts/bold-b542beb274-v2.woff2" type="font/woff2" crossorigin="anonymous"> |
33 | 33 | <link rel="preload" as="font" href="{{ assetPath }}/fonts/light-94a07e06a1-v2.woff2" type="font/woff2" crossorigin="anonymous"> |
34 | 34 | <link rel="stylesheet" href="{{ getAssetPath("stylesheets/application.scss") }}"> |
35 | | - |
36 | | - {% if config.useMapsFeature %} |
37 | | - <link href="{{assetPath}}/interactive-map/css/index.css" rel="stylesheet" type="text/css"> |
38 | | - <link href="{{assetPath}}/interactive-map/plugins/map-styles/dist/css/index.css" rel="stylesheet" type="text/css"> |
39 | | - <link href="{{assetPath}}/interactive-map/plugins/search/dist/css/index.css" rel="stylesheet" type="text/css"> |
40 | | - <link href="{{assetPath}}/interactive-map/plugins/scale-bar/dist/css/index.css" rel="stylesheet" type="text/css"> |
41 | | - <link href="{{assetPath}}/interactive-map/plugins/interact/dist/css/index.css" rel="stylesheet" type="text/css"> |
42 | | - <link href="{{assetPath}}/interactive-map/plugins/draw-ml/dist/css/index.css" rel="stylesheet" type="text/css"> |
43 | | - {% endif %} |
44 | 35 | {% endblock %} |
45 | 36 |
|
46 | 37 | {% block pageTitle -%} |
@@ -174,15 +165,6 @@ <h1 class="govuk-heading-l">Default page template</h1> |
174 | 165 | <script type="module" nonce="{{ cspNonce }}" src="{{ getAssetPath("application.js") }}"></script> |
175 | 166 |
|
176 | 167 | {% if config.useMapsFeature %} |
177 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/umd/index.js"></script> |
178 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/providers/maplibre/dist/umd/index.js"></script> |
179 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/providers/open-names/dist/umd/index.js"></script> |
180 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/map-styles/dist/umd/index.js"></script> |
181 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/search/dist/umd/index.js"></script> |
182 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/scale-bar/dist/umd/index.js"></script> |
183 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/interact/dist/umd/index.js"></script> |
184 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/draw-ml/dist/umd/index.js"></script> |
185 | | - <script nonce="{{ cspNonce }}" src="{{assetPath}}/interactive-map/plugins/datasets/dist/umd/maplibre/index.js"></script> |
186 | 168 | <script type="module" nonce="{{ cspNonce }}" src="{{ getAssetPath("maps.js") }}"></script> |
187 | 169 | {% endif %} |
188 | 170 |
|
|
0 commit comments