From bfb6ba671ee39b48825f2c86c0e41c2b0bd202aa Mon Sep 17 00:00:00 2001 From: rsudev Date: Tue, 24 Dec 2013 13:05:58 +0100 Subject: Fixes #3462, Wrong attribute icon in OC.de cache Additionally some new icons for oc attributes --- main/project/attributes/iconlist.txt | 10 +-- main/project/attributes/svgs/historic_site.svg | 50 ++++++++++++ main/project/attributes/svgs/kids_2.svg | 105 +++++++++++++++++++++++++ main/project/attributes/svgs/magnetic.svg | 54 +++++++++++++ main/project/attributes/svgs/usb_cache.svg | 52 ++++++++++++ 5 files changed, 266 insertions(+), 5 deletions(-) create mode 100644 main/project/attributes/svgs/historic_site.svg create mode 100644 main/project/attributes/svgs/kids_2.svg create mode 100644 main/project/attributes/svgs/magnetic.svg create mode 100644 main/project/attributes/svgs/usb_cache.svg (limited to 'main/project') diff --git a/main/project/attributes/iconlist.txt b/main/project/attributes/iconlist.txt index 37ddf1b..382c3e8 100644 --- a/main/project/attributes/iconlist.txt +++ b/main/project/attributes/iconlist.txt @@ -80,7 +80,7 @@ camping | 31 | | | | PD | USA National Park Serv stroller | 41 | | | | PD | USA National Park Service | http://thenounproject.com/noun/stroller/#icon-No161 fuel | 58 | | | | PD | | http://thenounproject.com/noun/gas/#icon-No155 food | 59 | | | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/restaurant/#icon-No33 -oc_only | | 6 | | x | PD | koem | selfmade +oc_only | | 6 | 1 | x | PD | koem | selfmade link_only | | 7 | | x | PD | koem | selfmade letterbox | | 8 | 4 | | CC0 | | http://thenounproject.com/noun/post-office/#icon-No2404 railway | | 10 | 60 | | CC0 | | http://thenounproject.com/noun/train/#icon-No4420 @@ -112,20 +112,20 @@ ask_owner | | 58 | 17 | x | PD | koem # unknown | -1 | -1 | -1 | x | PD | koem | selfmade geotour | 67 | | | | CC0 | James Keuning | http://thenounproject.com/noun/suitcase/#icon-No9097 +kids_2 | | | 70 | x | PD | | http://thenounproject.com/noun/teddy-bear/#icon-No6843 +historic_site | | | 29 | | PD | Reuben | http://thenounproject.com/term/castle/12390/ +magnetic | | | 6 | | PD | | http://thenounproject.com/term/magnet/698/ +usb_cache | | | 10 | | CCBY | Kenneth van Alt | http://thenounproject.com/term/usb/1824/ ### In need of icons survey_marker | | | 2 | wherigo | | | 3 | geohotel | | | 5 | -magnetic | | | 6 | audio_cache | | | 7 | offset_cache | | | 8 | -usb_cache | | | 10 | pedestrian_only | | | 20 | nature_cache | | | 28 | -historic_site | | | 29 | byop | | | 50 | shovel | | | 51 | quick_cache | | | 68 | -kids | | | 70 | safari_cache | | | 72 | specific_access | | | 73 | diff --git a/main/project/attributes/svgs/historic_site.svg b/main/project/attributes/svgs/historic_site.svg new file mode 100644 index 0000000..fef0ab3 --- /dev/null +++ b/main/project/attributes/svgs/historic_site.svg @@ -0,0 +1,50 @@ + +image/svg+xml \ No newline at end of file diff --git a/main/project/attributes/svgs/kids_2.svg b/main/project/attributes/svgs/kids_2.svg new file mode 100644 index 0000000..6f9849d --- /dev/null +++ b/main/project/attributes/svgs/kids_2.svg @@ -0,0 +1,105 @@ + +image/svg+xml + + + + + + + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/magnetic.svg b/main/project/attributes/svgs/magnetic.svg new file mode 100644 index 0000000..b6be067 --- /dev/null +++ b/main/project/attributes/svgs/magnetic.svg @@ -0,0 +1,54 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/main/project/attributes/svgs/usb_cache.svg b/main/project/attributes/svgs/usb_cache.svg new file mode 100644 index 0000000..ef3cf03 --- /dev/null +++ b/main/project/attributes/svgs/usb_cache.svg @@ -0,0 +1,52 @@ + +image/svg+xml \ No newline at end of file -- cgit v1.1