
meta
{
  title: "Incomplete Object Warnings";
  version: "2_2022-09-26";
  description: "Checks for incomplete data";
  author: "Timonade";
}
node[emergency=fire_hydrant][!fire_hydrant:position] {
  throwWarning: tr("{0} without {1}.", "{0.tag}", "{1.key}");
  group: tr("incomplete data");
}

