Re: [mkgmap-dev] semicolon in key value

2018-11-29 Thread ValentinAK
Hi Ticker.
Yes you are right. Single quotes are the perfect solution!
Thank.

Best regards, 
Valentin 



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] semicolon in key value

2018-11-29 Thread Ticker Berkin
Hi

Much simpler, clearer and more efficient, just:

whitewater='put_in;egress' [0x6516 resolution 24]

Ticker

On Wed, 2018-11-28 at 15:24 -0600, ValentinAK wrote:
> Hi Gerd.
> Thanks for the answer!
> I solved this task in the following way:
> 
> whitewater ~ 'put_in\p{Punct}egress' [0x6516 resolution 24]
> 
> Best regards,
> Valentin
> 
> 
> 
> --
> Sent from: 
> http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] semicolon in key value

2018-11-28 Thread ValentinAK
Hi Gerd.
Thanks for the answer!
I solved this task in the following way:

whitewater ~ 'put_in\p{Punct}egress' [0x6516 resolution 24]

Best regards,
Valentin



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] semicolon in key value

2018-11-24 Thread Gerd Petermann
Hi Valentin,

there is no general rule in OSM. Sometimes the value is considered to be an 
ordered list, sometimes not. Often it is simply wrong,
e.g. when someone merges two ways with different surface, the result might be 
surface=paved,unpaved.
I asked a few mappers who produced those tags and one said something like "left 
part is paved, right part is unpaved".
Reg. mkgmap rules you may use a regex or the substitution filters part and 
not-contained to evaluate those tags.

See the style manual for further details:
http://www.mkgmap.org.uk/doc/pdf/style-manual.pdf

Gerd


Von: mkgmap-dev  im Auftrag von 
ValentinAK 
Gesendet: Sonntag, 25. November 2018 00:58
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: [mkgmap-dev] semicolon in key value

Hi all

How to use the key value with a semicolon?
Example:
*whitewater=put_in;egress*

Best regards,
Valentin



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] semicolon in key value

2018-11-24 Thread ValentinAK
Hi all

How to use the key value with a semicolon?
Example:
*whitewater=put_in;egress*

Best regards,
Valentin



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev