Changeset 16006 in josm for trunk/nodist
- Timestamp:
- 2020-03-03T02:12:44+01:00 (5 years ago)
- Location:
- trunk/nodist
- Files:
-
- 5 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/nodist/data/tagchecker.cfg
r8309 r16006 45 45 46 46 47 # all former checks are now located in data/validator/*mapcss :-) 47 # all former checks are now located in resources/data/validator/*mapcss :-) -
trunk/nodist/images/downloadprimitive.svg
r7668 r16006 67 67 inkscape:window-maximized="0" /> 68 68 <image 69 sodipodi:absref="C:\Documents and Settings\matthiasj\My Documents\Eclipse\core\images_nodist\..\images\download.png"70 69 xlink:href="..\images\download.png" 71 70 y="4" -
trunk/nodist/images/presets/passingplace.svg
r7668 r16006 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) -->3 4 2 <svg 5 3 xmlns:dc="http://purl.org/dc/elements/1.1/" … … 13 11 height="340" 14 12 id="svg2" 15 version="1.1" 16 inkscape:version="0.47 r22583" 17 sodipodi:docname="Zeichnung.svg" 18 inkscape:export-filename="/home/stoecker/josm/core/images/presets/passingplace.png" 19 inkscape:export-xdpi="10.19" 20 inkscape:export-ydpi="10.19"> 13 version="1.1"> 21 14 <defs 22 15 id="defs4"> -
trunk/nodist/styles/potlatch2/README
r9343 r16006 3 3 Potlatch 2's repository is git://git.openstreetmap.org/potlatch2.git 4 4 5 * styles_nodist/potlatch2/source5 * nodist/styles/potlatch2/source 6 6 contains the unmodified source files copied from git.openstreetmap.org/potlatch2.git/history/master:/resources/stylesheets 7 8 * styles_nodist/potlatch2/patched7 8 * nodist/styles/potlatch2/patched 9 9 contains the manually edited version 10 11 * images/icons 10 11 * resources/images/icons 12 12 copy of git.openstreetmap.org/potlatch2.git/tree/HEAD:/resources/icons 13 14 * styles/standard/potlatch2.mapcss 13 14 * resources/styles/standard/potlatch2.mapcss 15 15 concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder) 16 16 -
trunk/nodist/styles/potlatch2/build.xml
r4771 r16006 3 3 <!-- concatinate the files to one mapcss style file --> 4 4 <target name="assemble"> 5 <concat destfile="../../styles/standard/potlatch2.mapcss"> 6 <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */5 <concat destfile="../../../resources/styles/standard/potlatch2.mapcss"> 6 <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */ 7 7 </header> 8 8 <filelist dir="." files="prelude.css"/>
Note:
See TracChangeset
for help on using the changeset viewer.