Discussion:
[mkgmap-dev] [patch] add support for information=guidepost POI in default style
Ben Konrath
2015-09-08 12:01:08 UTC
Permalink
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
GerdP
2015-09-08 12:48:13 UTC
Permalink
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-***@.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.
Ben Konrath
2015-09-08 13:49:38 UTC
Permalink
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 <***@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-***@.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-***@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
Ben Konrath
2015-09-08 14:25:46 UTC
Permalink
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 <***@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 <***@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-***@.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-***@lists.mkgmap.org.uk
>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>>
>
>
Gerd Petermann
2015-09-17 07:43:34 UTC
Permalink
Hi Ben,

sorry for the delay, I was biking for a few days.
I had small problems with your patch because it seems not to be based on the svn
version, so please double check the changes.

Gerd

Date: Tue, 8 Sep 2015 16:25:46 +0200
From: ***@bagu.org
To: mkgmap-***@lists.mkgmap.org.uk
Subject: Re: [mkgmap-dev] [patch] add support for information=guidepost POI in default style

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 <***@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 <***@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-***@.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-***@lists.mkgmap.org.uk

http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
Ben Konrath
2015-09-27 19:55:22 UTC
Permalink
Hi Gerd,

Sorry about the late reply. Your response ended up in my spam box and I
just found it now. I did in fact make the patch again the wrong branch.
Sorry about that - clearly I need to contribute more of my tweaks. :)

Anyway, I see you've committed the patch already so thanks for that.

Ben

On Thu, Sep 17, 2015 at 9:43 AM, Gerd Petermann <
***@hotmail.com> wrote:

> Hi Ben,
>
> sorry for the delay, I was biking for a few days.
> I had small problems with your patch because it seems not to be based on
> the svn
> version, so please double check the changes.
>
> Gerd
>
> ------------------------------
> Date: Tue, 8 Sep 2015 16:25:46 +0200
> From: ***@bagu.org
> To: mkgmap-***@lists.mkgmap.org.uk
> Subject: Re: [mkgmap-dev] [patch] add support for information=guidepost
> POI in default style
>
>
> 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 <***@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 <***@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-***@.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-***@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
>
>
>
> _______________________________________________ mkgmap-dev mailing list
> mkgmap-***@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
> _______________________________________________
> mkgmap-dev mailing list
> mkgmap-***@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
Loading...