https://github.com/namesmt/pmtiles-sources
Some example `pmtiles` `Source` classes
https://github.com/namesmt/pmtiles-sources
Last synced: over 1 year ago
JSON representation
Some example `pmtiles` `Source` classes
- Host: GitHub
- URL: https://github.com/namesmt/pmtiles-sources
- Owner: NamesMT
- License: mit
- Created: 2024-10-16T02:25:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T07:10:18.000Z (over 1 year ago)
- Last Synced: 2025-03-09T08:19:12.981Z (over 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pmtiles-sources 
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Codecov][codecov-src]][codecov-href]
[![Bundlejs][bundlejs-src]][bundlejs-href]
[![jsDocs.io][jsDocs-src]][jsDocs-href]
**pmtiles-sources** is some sources for [pmtiles](https://github.com/namesmt/pmtiles) library.
## Usage
### Install package:
```sh
# pnpm (recommended)
pnpm install @namesmt/pmtiles-sources
```
### Import:
```ts
// ESM
import { DynamicSource } from '@namesmt/pmtiles-sources/dynamic'
import { ObjectStorageLiteSource } from '@namesmt/pmtiles-sources/object-storage-lite'
```
## Roadmap
- [ ] Become the legendary 10000x developer
## License [![License][license-src]][license-href]
[MIT](./LICENSE) License © 2024 [NamesMT](https://github.com/NamesMT)
[npm-version-src]: https://img.shields.io/npm/v/@namesmt/pmtiles-sources?labelColor=18181B&color=F0DB4F
[npm-version-href]: https://npmjs.com/package/@namesmt/pmtiles-sources
[npm-downloads-src]: https://img.shields.io/npm/dm/@namesmt/pmtiles-sources?labelColor=18181B&color=F0DB4F
[npm-downloads-href]: https://npmjs.com/package/@namesmt/pmtiles-sources
[codecov-src]: https://img.shields.io/codecov/c/gh/namesmt/pmtiles-sources/main?labelColor=18181B&color=F0DB4F
[codecov-href]: https://codecov.io/gh/namesmt/pmtiles-sources
[license-src]: https://img.shields.io/github/license/namesmt/pmtiles-sources.svg?labelColor=18181B&color=F0DB4F
[license-href]: https://github.com/namesmt/pmtiles-sources/blob/main/LICENSE
[bundlejs-src]: https://img.shields.io/bundlejs/size/@namesmt/pmtiles-sources?labelColor=18181B&color=F0DB4F
[bundlejs-href]: https://bundlejs.com/?q=@namesmt/pmtiles-sources
[jsDocs-src]: https://img.shields.io/badge/Check_out-jsDocs.io---?labelColor=18181B&color=F0DB4F
[jsDocs-href]: https://www.jsdocs.io/package/@namesmt/pmtiles-sources