Opened 7 years ago

Last modified 7 years ago

#17271 new defect

Cannot add assertMatch/assertNoMatch declarations with set declarations — at Initial Version

Reported by: taylor.smock Owned by: team
Priority: normal Milestone:
Component: Core validator Version:
Keywords: mapcss Cc:

Description

way[railway] {
  set .railway;
  assertMatch: "way railway=tram highway=residential";
  assertNoMatch: "way railway=tram";
  assertNoMatch: "way highway=residential";
}

I'm using the assertMatch/assertNoMatch statements for debugging (I've already seen one issue in my code).

Change History (0)

Note: See TracTickets for help on using tickets.