rurseekatze / node-tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapCSS regex parsing error

rurseekatze opened this issue · comments

MapCSS converter throws syntax errors when trying to compile MapCSS stylesheets with regular expressions containing square brackets.

It seems that MapCSS parser does not differentiate between square brackets of MapCSS selectors and those inside regular expressions.

See OpenRailwayMap/OpenRailwayMap#200 as an example.