An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pmtiles-sources ![TypeScript heart icon](https://img.shields.io/badge/♡-%23007ACC.svg?logo=typescript&logoColor=white)

[![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