GitXplorerGitXplorer
b

cobble

public
10 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
11a8ee2240754344c9d4a4c4749689775f4a2add

Merge pull request #11 from bdon/dependabot/pip/preprocessor/jinja2-3.1.4

bbdon committed 8 months ago
Verified
dcbb9afcbbfc6bf4d8bf130a2e43c0fc74345b18

Bump jinja2 from 3.1.3 to 3.1.4 in /preprocessor

ddependabot[bot] committed 8 months ago
Verified
d0c8d03421f3b6be740f1a57e6975a73fc058ed6

Merge pull request #10 from bdon/dependabot/pip/preprocessor/jinja2-3.1.3

bbdon committed a year ago
Verified
4f54a0110a52989506084cefd3d03e581f06723e

Bump jinja2 from 2.11.3 to 3.1.3 in /preprocessor

ddependabot[bot] committed a year ago
Verified
c78eef2dfdc783e42e08bbc7eb1023a4ff56a83d

Merge pull request #9 from bdon/dependabot/pip/preprocessor/jinja2-2.11.3

bbdon committed 2 years ago
Verified
30256b0d064eadecdd631f691f5b86db02068870

Bump jinja2 from 2.11.2 to 2.11.3 in /preprocessor

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

cobble

Render vector tiles to raster images with Mapnik.

Cobble serves raster tiles through an embedded HTTP server; with a given set of vector tiles:

cbbl serve dataset.mbtiles

There is a very basic Mapnik style in the debug directory. You can download packages of vector tiles based on fresh OpenStreetMap data at Protomaps Map Bundles. Make sure to choose the "mbtiles" output format.

Key features

  • Meta-tiles: tiles are rendered in batches; by default one vector tile is rendered as 4x4 raster tiles. This is necessary for label placement across tiles.
  • Pixel density: tiles can rendered at 72 dpi, @2x and @3x resolutions.

Use

Linux: libcairo-dev libtiff-dev libharfbuzz-dev

Build

  • Mapnik is expected to be an a sibling directory
  • Configure your mapnik build with ./configure FULL_LIB_PATH=False INPUT_PLUGINS='geojson,raster,shape,topojson' ENABLE_LOG=True

Alternatives

Other Stuff