diff --git a/examples/leaflet.html b/examples/leaflet.html index 5919abc..a5033c9 100644 --- a/examples/leaflet.html +++ b/examples/leaflet.html @@ -17,14 +17,9 @@
\ No newline at end of file diff --git a/examples/osm_carto.pmtiles b/examples/osm_carto.pmtiles new file mode 100644 index 0000000..2ad5718 Binary files /dev/null and b/examples/osm_carto.pmtiles differ diff --git a/js/pmtiles.js b/js/pmtiles.js index a58dcea..b775925 100644 --- a/js/pmtiles.js +++ b/js/pmtiles.js @@ -178,7 +178,7 @@ }) }, }) - return new cls() + return new cls(options) } } return {PMTiles:PMTiles}