UNPKG

@maticoapp/deck.gl-pmtiles

Version:

This repo provides a typed Deck.gl layer and loader for PMTiles data. PMTiles data provides a serverless and compact way to store tile geospatial data. Combined with Deck.gl's rendering, this provides a flexible and powerful way to cheaply manage geospati

31 lines (30 loc) 751 B
{ "name": "example-pmtiles", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "@adobe/react-spectrum": "^3.21.1", "@loaders.gl/core": "^3.2.9", "@loaders.gl/csv": "^3.2.9", "@react-spectrum/color": "^3.0.0-beta.15", "@tanstack/react-query": "^4.2.3", "deck.gl": "^8.8.9", "fflate": "^0.7.3", "pmtiles": "^1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^2.1.0", "typescript": "^4.6.4", "vite": "^3.1.0" } }