@unvt/charites 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/source/index.rst +1 -1
- package/package.json +1 -1
- package/provider/index.html +5 -5
package/docs/source/index.rst
CHANGED
|
@@ -9,7 +9,7 @@ Charites - Documentation
|
|
|
9
9
|
:Date: 2024-08-23
|
|
10
10
|
:Copyright: CC-BY-SA
|
|
11
11
|
:Organization: The United Nations Vector Tile Toolkit
|
|
12
|
-
:Version: 2.0.
|
|
12
|
+
:Version: 2.0.2
|
|
13
13
|
:Abstract: This document contains the complete documentation of Charites, an application to style vector tiles easily
|
|
14
14
|
|
|
15
15
|
.. meta::
|
package/package.json
CHANGED
package/provider/index.html
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
<html id="charites-default">
|
|
3
3
|
<head>
|
|
4
4
|
<link rel="stylesheet" href="/app.css" />
|
|
5
|
-
<link href='https://
|
|
6
|
-
<link href='https://
|
|
5
|
+
<link href='https://cdn.jsdelivr.net/npm/maplibre-gl/dist/maplibre-gl.css' rel='stylesheet' />
|
|
6
|
+
<link href='https://cdn.jsdelivr.net/npm/@watergis/maplibre-gl-legend@2.0.5/dist/maplibre-gl-legend.css' rel='stylesheet' />
|
|
7
7
|
<title>Charites Live Preview</title>
|
|
8
|
-
<script src='https://
|
|
9
|
-
<script src="https://
|
|
10
|
-
<script src="https://
|
|
8
|
+
<script src='https://cdn.jsdelivr.net/npm/maplibre-gl/dist/maplibre-gl.js'></script>
|
|
9
|
+
<script src="https://cdn.jsdelivr.net/npm/@watergis/maplibre-gl-legend@2.0.5/dist/maplibre-gl-legend.umd.js"></script>
|
|
10
|
+
<script src="https://cdn.jsdelivr.net/npm/pmtiles@4.3.0/dist/pmtiles.js"></script>
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div class="overlay">
|