Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trailbehind/mortar
Combine sets of vector tiles
https://github.com/trailbehind/mortar
Last synced: 3 days ago
JSON representation
Combine sets of vector tiles
- Host: GitHub
- URL: https://github.com/trailbehind/mortar
- Owner: trailbehind
- License: mit
- Created: 2017-08-15T12:14:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:21:32.000Z (over 5 years ago)
- Last Synced: 2024-10-31T05:24:08.243Z (16 days ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 8
- Watchers: 24
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mortar
Combine MBTiles of Mapbox Vector Tiles.Mortar was designed to combine multiple MBTiles produced by [TippeCanoe](https://github.com/mapbox/tippecanoe) into a single MBTiles file.
2 use cases for combining MBTiles were considered:
1. Source data split into arbitrary polygons, resulting in multiple tile sets that each have the same layer, and tiles on the edges of each set need to be merged.
2. Multiple data sets covering the same area, resulting in multiple tile sets that have different layers, but cover the same area.