From c891c2904d86b7b2e6bf379b71a8cde2932fb605 Mon Sep 17 00:00:00 2001 From: Ed Loach Date: Thu, 25 Oct 2012 16:49:04 +0100 Subject: [PATCH] Add nightclub Re: https://trac.openstreetmap.org/ticket/4025 - added to Food and Drink section (where bar is) and Sport and Leisure (as it is for leisure purposes). Also icon in core-pois added. --- .../features/pois/food_nightclub.n.24.png | Bin 0 -> 1220 bytes resources/icons/food_nightclub.n.16.png | Bin 0 -> 775 bytes resources/map_features/amenities.xml | 16 + resources/stylesheets/core_pois.css | 1 + resources_src/food_nightclub.svg | 391 ++++++++++++++++++ 5 files changed, 408 insertions(+) create mode 100644 resources/features/pois/food_nightclub.n.24.png create mode 100644 resources/icons/food_nightclub.n.16.png create mode 100644 resources_src/food_nightclub.svg diff --git a/resources/features/pois/food_nightclub.n.24.png b/resources/features/pois/food_nightclub.n.24.png new file mode 100644 index 0000000000000000000000000000000000000000..d1e9c75b009b69a61283ab7032ea3b74037d18d3 GIT binary patch literal 1220 zcmV;#1UvhQP)O@pfSNvY=oL94}Lt5^0iP(Q($-7 z?dtHO{_nl#f98l)t5)5SJK43{Hj4Kkh@rV*LL(5M5kf>R zrO`@*(gKChN{y}2`o_9o#pG|vmWN&t%NNf(+7!Rq&MmM(uddgSDnIX5kOQco&?c3_ z`lrB9fgflBB~VDTkOg>P}HwhRn#o4g8j~Q)?c=x48$!4xb{#=%e7tV3v+$qv$PICTiAN}bw z3|u@<5Ci~xd$5z9eQzODfD{O>=5OEB-U?4QZ1x@-2Wkba40k9L3 zuKR{Z1JdMlm7h()qkl+%Y;B6B!E*TaLOeh?~edb zEaaI|Grkl`?B4Vu^AGf~|LZSs)7=xqK&Ai^0he-$%dTAp-acm*0Ckh6bE3bhVzX5h z#T$mfAD1d|NBYz!q7>0oYtU3%EPp}vGyvJ5^UR%AtRV2i$d?^F&77%~I6&4Ts-h83 zlP{WOU~Ti5$aM_ljLO}HjPPV?LfkSHrUa>hm5SnGgaJ4e^+u5J=W)0Z{Vt6XInl%DI~M zrSCDRVJcF}@>Dhay~uTqvpFN28KkO1>Z&7M#EPd|OASs*0_2NOGh-psnw$Cc#4(cL1S2x9k7IE_+s=G#VE!?Z0?@yJHsSD5azTgaASGGmWjsz8RY}QHKSs6lermX%qs} iG)h7`ea@^$mi-A5oZVUduN_4I0000?aMU3|N=l>?|E>}J@U!Hou{kr=?O$F?@9$lDI7R8sG?4xP!w3s?7DB{ zod1WGx;C+>2Jc>UGoc7KVEq_Bj0xj1LAZu2?b1uypvec_tPw~4@OWTs{~#_;1%R)k37$)#yP*teaF4ID;z#L&DxT( z|HyHkEI#1Qk7w~sj(`{dW58Q6)Pd^Y{Nmvy=B|FvXBXyq{O~Tn-8x6;gEe48u_ExQ zV{qEqj)2-k>kip2zon7Uu6#WUG8#S^5D+YYHd;?WL#mk{08`Zt$>hDFF3S zLS%Kolhj~Uq0xk%iy0XmXJl+EK~!S#rCA+~>1SQ)g;1meT#3N~ctM3zUtVN=eVA6O z#q(#2M7CHBAS+qbf&PoDhf#&CJN7cN@dJF{r&g=c`MXIuVqgSA0QjZ#Z*dXr4}W3d zF=^T_Ez2@)T)Rx8X=pSpwM`S8Ie!y?FJ`YYym=3=5|3ur!>K{0CdZ0$=#0N%3m;GH z=iaTKY5jg3&p=!1e6(ePQl&~ZRMOARBC;|#1lDDW|cmn|N1fRwU;pPAU002ovPDHLk FV1fc8W4r(W literal 0 HcmV?d00001 diff --git a/resources/map_features/amenities.xml b/resources/map_features/amenities.xml index 318ea615..b447bcec 100644 --- a/resources/map_features/amenities.xml +++ b/resources/map_features/amenities.xml @@ -509,5 +509,21 @@ + + + + foodanddrink + sport + + ${name} + + + + + + + + + \ No newline at end of file diff --git a/resources/stylesheets/core_pois.css b/resources/stylesheets/core_pois.css index cf5dffd6..4e8bb387 100644 --- a/resources/stylesheets/core_pois.css +++ b/resources/stylesheets/core_pois.css @@ -28,6 +28,7 @@ way[amenity=school] :area { color: yellow; fill-color: yellow; fill-opacity: 0.1 node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; } +node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; } node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; } node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; } node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; } diff --git a/resources_src/food_nightclub.svg b/resources_src/food_nightclub.svg new file mode 100644 index 00000000..d64a8641 --- /dev/null +++ b/resources_src/food_nightclub.svg @@ -0,0 +1,391 @@ + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +