| Version 1 (modified by , 3 years ago) ( diff ) |
|---|
meta {
title: "Validating buildings in HOT TM projects"; version: "23-11-2022"; description: "Few rules for checking mistakes on buildings that are usually made by beginners using ID Editor."; author: "Patrik_B";
}
/*
- building with layer tag
*/ *[building][layer]{ throwWarning: tr("Building has layer tag"); fixRemove: "layer"; group: tr("_Fix"); }
/*
- building with different tag then yes
*/ *[building][building!=yes]{ throwWarning: tr("Building has different tag then yes"); fixRemove: "building"; fixAdd: "building=yes"; group: tr("_Fix"); }
Attachments (1)
-
HOT_TM_logo.svg
(4.6 KB
) - added by 3 years ago.
icon
Download all attachments as: .zip


