Hi Gerd,

I've attached a new patch with the previously mentioned change. I've also
changed the other POI using 0x2f0c to 'amenity=toilets & highway=rest_area'
which seems to match the POI type better.

Thanks, Ben

On Tue, Sep 8, 2015 at 3:49 PM, Ben Konrath <b...@bagu.org> wrote:

> Hi Gerd,
>
> I didn't spend too much time digging into this but I agree that it makes
> sense to solve this correctly.
>
> According to this XLS file with Garmin POIs, 0x2f0c is for Toilets and
> will be listed in the the Auto Services -> Rest Area / Tourist Info
> category.
>
> http://www.cferrero.net/maps/downloads/garmin_feature_list.xls
>
> > 0x2F0C    Toilet    Blue, small    Auto Services    Rest Area / Tourist
> Info     Yes    Restroom
>
> According to the osm tag page, tourism=information is for information
> sources, not toilets.
>
> https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dinformation
>
> I propose that we just change tourism=information to 0x4c00 regardless of
> the the information=* refinement and ignore the previous patch.
>
> tourism=information [0x4c00 resolution 24]
>
> What do you think?
>
> Thanks, Ben
>
> On Tue, Sep 8, 2015 at 2:48 PM, GerdP <gpetermann_muenc...@hotmail.com>
> wrote:
>
>> Hi Ben,
>>
>> the node in your example has the tag tourism=information
>> and the default style contains the rule.
>> tourism=information [0x2f0c resolution 24]
>>
>> Your patch adds the rule
>> information=guidepost [0x4c00 resolution 24]
>>
>> I'd prefer to modify the existing rule,
>> but I don't know which of the types is more
>> likely to show the wanted icon.
>>
>> Gerd
>>
>>
>>
>> Ben Konrath wrote
>> > Hi,
>> >
>> > The default style currently has information=guidepost POIs set as a
>> toilet
>> > icon. This patch changes information=guidepost to be an 'i' in a circle.
>> > For reference, here's an example of a POI with this tag:
>> >
>> > https://www.openstreetmap.org/node/2883638464
>> >
>> > Thanks, Ben
>> >
>> > _______________________________________________
>> > mkgmap-dev mailing list
>>
>> > mkgmap-dev@.org
>>
>> > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>> >
>> > mkgmap-add-support-for-information-guidepost.patch (746 bytes)
>> > <
>> http://gis.19327.n5.nabble.com/attachment/5854217/0/mkgmap-add-support-for-information-guidepost.patch
>> >
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://gis.19327.n5.nabble.com/patch-add-support-for-information-guidepost-POI-in-default-style-tp5854217p5854227.html
>> Sent from the Mkgmap Development mailing list archive at Nabble.com.
>> _______________________________________________
>> mkgmap-dev mailing list
>> mkgmap-dev@lists.mkgmap.org.uk
>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>>
>
>
diff --git a/resources/styles/default/points b/resources/styles/default/points
index 797e2f4..defe00d 100644
--- a/resources/styles/default/points
+++ b/resources/styles/default/points
@@ -189,7 +189,7 @@ amenity=supermarket [0x2e02 resolution 24]
 amenity=taxi [0x2f17 resolution 24]
 amenity=telephone [0x2f12 resolution 24 default_name 'Telephone']
 amenity=theatre [0x2d01 resolution 24]
-amenity=toilets & tourism=information [0x2f0c resolution 24]
+amenity=toilets & highway=rest_area [0x2f0c resolution 24]
 highway=rest_area [0x2000 resolution 24 default_name 'Rest Area']
 amenity=toilets [0x4e00 resolution 24 default_name 'Toilets' ]
 amenity=townhall [0x3003 resolution 24]
@@ -304,7 +304,7 @@ tourism=chalet [0x2b02 resolution 24]
 tourism=guest_house [0x2b02 resolution 24]
 tourism=hostel [0x2b02 resolution 24]
 tourism=hotel | tourism=motel [0x2b01 resolution 24]
-tourism=information [0x2f0c resolution 24]
+tourism=information [0x4c00 resolution 24]
 # tourism=lean_to replaces some uses of amenity=shelter
 tourism=lean_to [0x2b05 resolution 24 default_name 'lean-to']
 tourism=wilderness_hut [0x2b07 resolution 24 default_name 'wilderness hut']
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to