NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I have this JOSM validator mapcss-rule below, which works fine.

*[ADDRESS] {
  throwerror: tr("{0} should not be uploaded", "{0.key}");
  group: tr("no-import tag");
  /* fixremove: "{0}"; */
}

If I try to uncomment the line with fixremove JOSM gives me this message in the terminal

SEVERE: Cannot add MapCss rule: Cannot add instruction fixremove: {0}!

And this is the same for any value of "fixremove" or "fixadd" I try.

What is the problem here? What do I have to do to get this working?

asked 24 Oct '19, 20:07

FredrikLindseth's gravatar image

FredrikLindseth
815132435
accept rate: 13%

edited 24 Oct '19, 20:19

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×622
×13
×10
×4

question asked: 24 Oct '19, 20:07

question was seen: 713 times

last updated: 24 Oct '19, 20:19

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum