@trailstash/ultra 3.0.0-dev2 → 3.0.0
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/README.md +1 -1
- package/components/help-modal.js +1 -2
- package/docs/index.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ JS](https://maplibre.org).
|
|
|
5
5
|
|
|
6
6
|
[Overpass Ultra](https://overpass-ultra.us) is the main deployment of Ultra.
|
|
7
7
|
|
|
8
|
-
The customization of the map
|
|
8
|
+
The customization of the map complies with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
|
|
9
9
|
of the the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/).
|
|
10
10
|
|
|
11
11
|
## Documentation
|
package/components/help-modal.js
CHANGED
|
@@ -5,7 +5,6 @@ import { normalizeCSS } from "../lib/normalize.js";
|
|
|
5
5
|
import { toQueryParams } from "../lib/queryParams.js";
|
|
6
6
|
import { version as maplibreVersion } from "maplibre-gl/package.json";
|
|
7
7
|
import { version as osmtogeojsonVersion } from "osmtogeojson/package.json";
|
|
8
|
-
import packageLock from "../package-lock.json"
|
|
9
8
|
import readme from "../README.md";
|
|
10
9
|
|
|
11
10
|
export class HelpModal extends HTMLElement {
|
|
@@ -83,7 +82,7 @@ export class HelpModal extends HTMLElement {
|
|
|
83
82
|
KML/GPX/TCX to GeoJSON conversion powered by
|
|
84
83
|
<a target="_blank" href="https://github.com/placemark/togeojson"
|
|
85
84
|
>@tmcw/togeojson</a
|
|
86
|
-
>
|
|
85
|
+
>
|
|
87
86
|
</li>
|
|
88
87
|
</ul>
|
|
89
88
|
</div>
|
package/docs/index.md
CHANGED
|
@@ -7,7 +7,7 @@ JS](https://maplibre.org) and [OpenStreetMap](https://openstreetmap.org) data, p
|
|
|
7
7
|
[Overpass API](https://overpass-api.de/) and
|
|
8
8
|
[`osmtogeojson`](https://github.com/tyrasd/osmtogeojson)
|
|
9
9
|
|
|
10
|
-
The customization of the map
|
|
10
|
+
The customization of the map complies with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
|
|
11
11
|
of the the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/).
|
|
12
12
|
|
|
13
13
|
## Documentation
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.0.0
|
|
6
|
+
"version": "3.0.0",
|
|
7
7
|
"description": "A web based tool for making MapLibre GL maps with data from souces such as Overpass, GeoJSON, GPX, KML, TCX, etc",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"start:docs": "mkdocs serve",
|
|
17
17
|
"build:pages": "mkdir -p public && cp -Lr static/* public/.",
|
|
18
18
|
"start": "node ./bin/run.js serve",
|
|
19
|
-
"format": "prettier --print-width=80 --write '
|
|
19
|
+
"format": "prettier --print-width=80 --write '**/*@trailstash/ultru.js' '**/*.json' README.md static/index.html '**/*.css'",
|
|
20
20
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"liquidjs": "^10.16.7",
|
|
59
59
|
"lodash.pick": "^4.4.0",
|
|
60
60
|
"lz-string": "^1.5.0",
|
|
61
|
-
"maplibre-gl": "^4.
|
|
61
|
+
"maplibre-gl": "^4.7.0",
|
|
62
62
|
"marked": "^14.1.1",
|
|
63
63
|
"normalize.css": "^8.0.1",
|
|
64
64
|
"osmtogeojson": "^3.0.0-beta.5",
|