You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I change the canvas background color? The default value is white. I have noticed that even if I have created a mapcss file in which I set canvas background color at a different color, and provide it as an input to the OsmSharpDataProcessor, the produced file (*.map file format) still has the default background color.
The text was updated successfully, but these errors were encountered:
I have tested the proposed changes but still the background color (or fill color) does not change as it should accordingly to the mapcss file that I am giving as an input to the OsmSharpDataProcessor.
More specifically, I want to set the background color to blue (#a3c3ec). The mapcss file I use (MyMapCssFile.mapcss) contains the following code:
I have used both ‘fill-color’ and ‘background-color’ properties to check if one of them works but the produced file has the default canvas color (white background).
I open the command line tool of OsmSharpDataProcessor and provide as an input the following:
How can I change the canvas background color? The default value is white. I have noticed that even if I have created a mapcss file in which I set canvas background color at a different color, and provide it as an input to the OsmSharpDataProcessor, the produced file (*.map file format) still has the default background color.
The text was updated successfully, but these errors were encountered: