mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
fix types
This commit is contained in:
@@ -76,7 +76,7 @@ const FeaturesProperties = (props: { features: MapGeoJSONFeature[] }) => {
|
||||
return <PopupContainer>{fs}</PopupContainer>;
|
||||
};
|
||||
|
||||
const rasterStyle = async (file: PMTiles) => {
|
||||
const rasterStyle = async (file: PMTiles): Promise<any> => {
|
||||
let header = await file.getHeader();
|
||||
return {
|
||||
version: 8,
|
||||
|
||||
Reference in New Issue
Block a user