# versatiles-renderer **Repository Path**: gisRC/versatiles-renderer ## Basic Information - **Project Name**: versatiles-renderer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-29 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VersaTiles Render Render a map view as image. Still work in progress! Run with: ```bash npm run start ``` Result: ![Example: rendered map view](docs/demo.svg) [Download SVG](docs/demo.svg) Currently only SVG is supported. Have a look at `src/renderer/` to add a Canvas renderer. Currently only background, fill and line layers are supported. Symbol layers could be possible, if we found a good solution for implementing (or using the MapLibre implementation) for "symbol overlap prevention".