mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
@@ -89,7 +89,7 @@ export class PMTilesVectorSource extends ol.source.VectorTile {
|
||||
...{
|
||||
state: "loading",
|
||||
url: "pmtiles://" + options.url + "/{z}/{x}/{y}",
|
||||
format: new ol.format.MVT(),
|
||||
format: options.format || new ol.format.MVT(),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user