From 816125ae57b63f8a182f6469d86d265cb62e5b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDdila?= Date: Sat, 24 Sep 2022 08:46:17 +0200 Subject: [PATCH] updated readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index becb00e..107f9ea 100644 --- a/README.md +++ b/README.md @@ -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