When you have several mapcss files, you do not want to copy/paste it into one file. Can I make one file with all the url of the all these mapcss files in a particularly order. Can this work?
How? asked 27 Jul '17, 12:01 Allroads |
As maxerickson already pointed out JOSM does not support @import. But you can use the awk command line tool to do that in a compilation-like step. (If your styles use icons, you might already distribute them as ZIP files). See the makefile of OpenRailwayMap for further information. It executes an awk script which replaces the line
by the content of myFunnyFilename.mapcss. answered 01 Aug '17, 10:07 Nakaner |
No. See the comment about @import at https://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation#Compatibilitynotes answered 27 Jul '17, 19:05 maxerickson Thanks such short sentence and to understand what it means. •no @import
(27 Jul '17, 19:18)
Allroads
|