File: 80-fix_images.patch

package info (click to toggle)
josm 0.0.svn3376-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 53,192 kB
  • ctags: 15,964
  • sloc: java: 109,690; xml: 7,599; perl: 821; makefile: 51; sh: 21
file content (29 lines) | stat: -rw-r--r-- 1,537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: David Paleino <dapal@debian.org>
Subject: use empty icons, instead of giving errors
 It should really use icons from openstreetmap-map-icons-* packages
Forwarded: no

---
 data/defaultpresets.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- josm.orig/data/defaultpresets.xml
+++ josm/data/defaultpresets.xml
@@ -2274,7 +2274,7 @@ are supplied, then "values" will be trea
             <key key="amenity" value="cinema" />
             <text key="name" text="Name" default="" delete_if_empty="true" />
         </item>
-        <item name="Library" icon="styles/standard/shop/rental/library.png" type="node,closedway,relation">
+        <item name="Library" icon="presets/empty.png" type="node,closedway,relation">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=library"
                   fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=library" />
             <label text="Edit Library" />
@@ -2831,7 +2831,7 @@ are supplied, then "values" will be trea
             <label text="(Use international code, like +12-345-67890)" />
             <space />
         </item>
-        <item name="Veterinary" icon="styles/standard/health/veterinary.png" type="node,closedway">
+        <item name="Veterinary" icon="presets/empty.png" type="node,closedway">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=veterinary"
                   fi.href="http://wiki.openstreetmap.org/wiki/Fi:Tag:amenity=veterinary" />
             <label text="Edit Veterinary" />