1

In MapCSS 0.2, there is an option to specify a background colour using the canvas selector. But it doesn't work in Overpass Turbo for some reason:

way(if:is_closed())({{bbox}});
(._;>;);
out meta;

{{style:

canvas
{fill-color: #000000;}

node, way
{opacity:0; fill-opacity:0}

area[@version=1]
{color:red; fill-color:red; fill-opacity:1;}

}}

query result

Does Overpass Turbo support the ability to specify a background colour? Or maybe it can be done in some other way?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.