1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
The Potlatch 2 styles need to be patched in order to work with the JOSM MapCSS implementation.
Potlatch 2's repository is git://git.openstreetmap.org/potlatch2.git
* styles_nodist/potlatch2/source
contains the unmodified source files copied from git.openstreetmap.org/potlatch2.git/history/master:/resources/stylesheets
* styles_nodist/potlatch2/patched
contains the manually edited version
* images/icons
copy of git.openstreetmap.org/potlatch2.git/tree/HEAD:/resources/icons
* styles/standard/potlatch2.mapcss
concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder)
When updating from upstream, keep all 4 locations in sync.
At time of writing, the last update used 570240ab6a42a3efa007a7dd6110fe96d079b277 (2013-02-10) but better check the commit dates as well.
|