@trailstash/ultra 3.5.0 → 3.5.1

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.
@@ -124,7 +124,7 @@ export class UltraMap extends HTMLElement {
124
124
  this.#shadow.adoptedStyleSheets.push(css);
125
125
 
126
126
  if (this.loadSettingsFromQueryParams) {
127
- return Promise.resolve(getQueryFromQueryParams() || config.query).then(
127
+ return Promise.resolve(getQueryFromQueryParams() || this.query).then(
128
128
  async (query) => {
129
129
  const querySettings = parseSettings(query);
130
130
  const settings = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.5.0",
6
+ "version": "3.5.1",
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": {