forked from OpenRailwayMap/OpenRailwayMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ccc6cc
commit b457422
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule renderer
updated
25 files
+3 −5 | README.md | |
+1 −2 | config.json | |
+1 −1 | expire-tiles.js | |
+1 −1 | init-rendering.js | |
+16 −1 | kothic/style/mapcss.js | |
+2 −7 | kothic/style/style.js | |
+14 −13 | mapcss_converter.py | |
+2 −4 | mapcss_parser/__init__.py | |
+25 −27 | mapcss_parser/ast.py | |
+14 −14 | mapcss_parser/lex.py | |
+4 −4 | mapcss_parser/parse.py | |
+1 −0 | tests/basic/numeric-properties.pass_re | |
+18 −0 | tests/basic/numeric-properties.tst | |
+1 −1 | tests/basic/objects_combined.pass_re | |
+1 −1 | tests/basic/selector/any.pass_re | |
+1 −0 | tests/basic/selector/list.pass_re | |
+4 −0 | tests/basic/selector/list.tst | |
+1 −1 | tests/basic/selector/not_any.pass_re | |
+1 −1 | tests/basic/zoom/max.pass_re | |
+1 −1 | tests/basic/zoom/min.pass_re | |
+1 −1 | tests/basic/zoom/range.pass_re | |
+1 −1 | tests/basic/zoom/single.pass_re | |
+1 −1 | tests/eval/join.pass_re | |
+14 −14 | tile.js | |
+1 −1 | tileserver.js |