@trailstash/ultra 3.1.0-beta2 → 3.1.0-beta3

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/mkdocs.yml +4 -4
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,10 @@
3
3
  Ultra is a web-application made to simplify making maps with [MapLibre GL
4
4
  JS](https://maplibre.org).
5
5
 
6
- [Overpass Ultra](https://overpass-ultra.us) is the main deployment of Ultra.
6
+ ## Deployments
7
+ * Production version - [overpass-ultra.us](https://overpass-ultra.us) <small>([config](https://gitlab.com/trailstash/overpass-ultra/-/blob/main/config.js))</small>
8
+ * Development Version - [ultra.trailsta.sh](https://ultra.trailsta.sh) <small>([config](./config.js))</small>
9
+ * OHM version - [ohm.overpass-ultra.us](https://ohm.overpass-ultra.us) <small>([config](https://gitlab.com/trailstash/ohm-ultra/-/blob/main/config.js))</small>
7
10
 
8
11
  The customization of the map complies with an [extended](https://overpass-ultra.us/docs/style#ultra-maplibre-styles) version
9
12
  of the the [MapLibre Style Spec](https://maplibre.org/maplibre-style-spec/).
package/mkdocs.yml CHANGED
@@ -1,9 +1,9 @@
1
- site_name: Overpass Ultra
2
- site_url: https://overpass-ultra.us/docs/
3
- repo_url: https://gitlab.com/trailstash/overpass-ultra/
1
+ site_name: Ultra
2
+ site_url: https://ultra.trailsta.sh/docs/
3
+ repo_url: https://gitlab.com/trailstash/ultra/
4
4
  copyright: '<a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC0 1.0 Universal</a>'
5
5
  edit_uri: ''
6
- site_dir: static/docs
6
+ site_dir: dist/docs
7
7
  theme:
8
8
  name: material
9
9
  custom_dir: docs/overrides
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.1.0-beta2",
6
+ "version": "3.1.0-beta3",
7
7
  "description": "A web based tool for making MapLibre GL maps with data from sources such as Overpass, GeoJSON, GPX, KML, TCX, etc",
8
8
  "main": "index.js",
9
9
  "scripts": {
@@ -40,8 +40,6 @@
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.6.1",
42
42
  "@unvt/sprite-one": "^0.1.1",
43
- "esbuild": "^0.24.0",
44
- "esbuild-plugin-copy": "^2.1.1",
45
43
  "prettier": "^3.3.3",
46
44
  "puppeteer": "^23.4.0",
47
45
  "svg2png": "^4.1.1",
@@ -64,7 +62,9 @@
64
62
  "normalize.css": "^8.0.1",
65
63
  "osmtogeojson": "^3.0.0-beta.5",
66
64
  "pmtiles": "^3.2.0",
67
- "yaml": "^2.5.1"
65
+ "yaml": "^2.5.1",
66
+ "esbuild": "^0.24.0",
67
+ "esbuild-plugin-copy": "^2.1.1"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@maplibre/maplibre-gl-style-spec": "20.x"