Changes between Initial Version and Version 1 of Ticket #9379, comment 33
- Timestamp:
- 2014-02-06T15:15:34+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9379, comment 33
initial v1 2 2 > Now I only need to find how I can add my own validator rules. Unfortunately http://josm.openstreetmap.de/wiki/Help/Validator/MapCSSTagChecker is not providing an answer, googling also failed. 3 3 4 Add a subpage to [[Rules]], see the source code of [[Rules/Brazilian-Specific]] for an example. 4 Create and test a validation test: Create a `.validator.mapcss` file, add some tests (according to [[Help/Validator/MapCSSTagChecker]]) and add it via the JOSM preferences. 5 6 To make a test public: Add a subpage to [[Rules]], see the source code of [[Rules/Brazilian-Specific]] for an example. 7 8 Btw: extending the documentation is very welcome. :-))