Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Sep 24, 2022
1 parent 1d5d571 commit 816125a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Features

- Mapnik configuration in TypeScript (JSX) adding all benefits of typed scripting (preventing repetition, programatic style generation, type validation, code assist, …)
- Map tile serving (TMS)
- Rendering (export) to PDF/SVG/JPG/PNG
- Support of tiles for HiDPI / Retina devices
- Configurable map pre-rendering
- On-demand tile rendering (if requested tile is not rendered yet)
- Detection of dirty tiles (based on changes reported by imposm3) and rendering scheduling
- Easy style development and debugging (save and reload)
- Many features are configurable
- Mapnik configuration in TypeScript (JSX, using [JsxNik](https://github.com/FreemapSlovakia/jsxnik)) adding all benefits of typed scripting (preventing repetition, programatic style generation, type validation, code assist, …)
- Map tile serving using [Freemap Mapserver](https://github.com/FreemapSlovakia/freemap-mapserver)
- Rendering (export) to PDF/SVG/JPG/PNG
- Support of tiles for HiDPI / Retina devices
- Configurable map pre-rendering
- On-demand tile rendering (if requested tile is not rendered yet)
- Detection of dirty tiles (based on changes reported by imposm3) and rendering scheduling
- Easy style development and debugging (save and reload)
- Many features are configurable

## Demo

Expand Down

0 comments on commit 816125a

Please sign in to comment.