Skip to content

Commit

Permalink
bigfix(#14): fix-issue-with-svelte-added-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid committed Jun 9, 2024
2 parents afec25d + f8ed297 commit bd65ed0
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion dist/mapbox-pmtiles.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mapbox-pmtiles.iife.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/mapbox-pmtiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,9 @@ const _PmTilesSource = class _PmTilesSource extends VectorTileSourceImpl {
this._loaded = false;
this.fire(new Event("dataloading", { dataType: "source" }));
this._tileJSONRequest = Promise.all([this._instance.getHeader(), this._instance.getMetadata()]).then(([header, tileJSON]) => {
extend(this, tileJSON);
this.minzoom = Number.parseInt(this.minzoom.toString()) || 0;
this.maxzoom = Number.parseInt(this.maxzoom.toString()) || 0;
this.header = header;
const { specVersion, clustered, tileType, minZoom, maxZoom, minLon, minLat, maxLon, maxLat, centerZoom, centerLon, centerLat } = header;
const requiredVariables = [minZoom, maxZoom, minLon, minLat, maxLon, maxLat];
Expand All @@ -1518,9 +1521,6 @@ const _PmTilesSource = class _PmTilesSource extends VectorTileSourceImpl {
}
this._tileJSONRequest = void 0;
this._loaded = true;
extend(this, tileJSON);
this.minzoom = Number.parseInt(this.minzoom.toString()) || 0;
this.maxzoom = Number.parseInt(this.maxzoom.toString()) || 0;
this.tileType = tileType;
switch (tileType) {
case TileType.Png:
Expand Down
2 changes: 1 addition & 1 deletion dist/mapbox-pmtiles.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mapbox-pmtiles.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.1.1">
<title data-rh="true">Page Not Found | Mapbox-PmTiles</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://am2222.github.io/mapbox-pmtiles/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://am2222.github.io/mapbox-pmtiles/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://am2222.github.io/mapbox-pmtiles/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Mapbox-PmTiles"><link data-rh="true" rel="icon" href="/mapbox-pmtiles/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://am2222.github.io/mapbox-pmtiles/404.html"><link data-rh="true" rel="alternate" href="https://am2222.github.io/mapbox-pmtiles/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://am2222.github.io/mapbox-pmtiles/404.html" hreflang="x-default"><link rel="stylesheet" href="/mapbox-pmtiles/assets/css/styles.61df0958.css">
<script src="/mapbox-pmtiles/assets/js/runtime~main.8aabf938.js" defer="defer"></script>
<script src="/mapbox-pmtiles/assets/js/runtime~main.80d17ff7.js" defer="defer"></script>
<script src="/mapbox-pmtiles/assets/js/main.c4c5b623.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd65ed0

Please sign in to comment.