Re: [mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-10-12 Thread Maks Vasilev
configurable and like to production tools and it's possible to simplify manypulation in action rules. Wbr, Maks 29.09.2013 2:47 пользователь Steve Ratcliffe st...@parabola.me.uk написал: Hi On 27/09/13 12:53, Maks Vasilev wrote: name=* {name '${name|subst:text1= txt1|subst:text2= txt2}' } After

Re: [mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-10-12 Thread Maks Vasilev
Sorry, little correction: … Second trable with block to more that one time operate to tag in selector in action: i need to rename all address tags to normalized state. If i have global rules addr:street=* {normalized action } then address search rules after that rules not work. Address search

Re: [mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-09-28 Thread Maks Vasilev
. How to use action block {...} for one field two times and more? Any solution like [... continue] for block {...}? Wbr, Maks. 27.09.2013 15:53 пользователь Maks Vasilev m...@stranger-team.ru написал: I found trouble position in style. I have some lines in start of style with global substitution

Re: [mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-09-27 Thread Maks Vasilev
I create clean style and step by step check {...} construction. It's work ok. it's not a mkgmap bug, sorry, it's a problem in my style, but i can't find where. 26.09.2013 23:12 пользователь Steve Ratcliffe st...@parabola.me.uk написал: Hi shop=kiosk {name '${name}, киоск'|'киоск'} [0x2e02

Re: [mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-09-27 Thread Maks Vasilev
I found trouble position in style. I have some lines in start of style with global substitution like as: name=* {name '${name|subst:text1= txt1|subst:text2= txt2}' } After this line any action with name not work. I can't insert [continue with_actions] without garmin code of object type. What

[mkgmap-dev] version 2718 and construction {name '${name} text'|'text'} not work

2013-09-26 Thread Maks Vasilev
I have in point file rules: shop=kiosk {name '${name}, киоск'|'киоск'} [0x2e02 resolution 20] On old version mkgmap point set name as Name, киоск if poi have name=Name or name as киоск if poi without name tag. Now in 2718 poi have only name as Name or name as киоск. It's a bug or new mkgmap

Re: [mkgmap-dev] Commit: r2485: Add simple housenumber handling for OSM data

2013-02-19 Thread Maks Vasilev
Thanks, it looks good. But with the - add-pois-to-areas all errors duplicated real way and generated node: SEVERE (HousenumberGenerator): custom/63240045.osm.pbf: java.lang.IllegalArgumentException: No housenumber ( http://www.openstreetmap.org/browse/node/4611686018429891871): Pargi SEVERE

[mkgmap-dev] What current status of address search?

2013-02-12 Thread Maks Vasilev
I use mkgmap for everyday convert map for garmin. Now i see address search work only for streets, but housenumbers not usable for search. I convert building with addr:street and addr:housenumber to poi 0x6402 and search not work, but in POI list (around of curren place) i have poi of shop with

Re: [mkgmap-dev] What current status of address search?

2013-02-12 Thread Maks Vasilev
for mapping, it clogs up your POI search and makes the radius in which you get results smaller. On 12.02.2013 10:35, Maks Vasilev wrote: I use mkgmap for everyday convert map for garmin. Now i see address search work only for streets, but housenumbers not usable for search. I convert building

Re: [mkgmap-dev] What current status of address search?

2013-02-12 Thread Maks Vasilev
formats like housenumber averaging could still come later. So the current status is, yes it is implemented on the output side. But on the input side not really (as Polish format is not useful for real world use). On 12.02.2013 12:26, Maks Vasilev wrote: Sorry, but mkgmap is osm to img tool

[mkgmap-dev] Address info from building polygon to poi in this poly.

2013-02-12 Thread Maks Vasilev
Typical situation: the building with the address and within the marked poi with the name and others but no address. How to assign the address information such points without an address inside the building with the address? ___ mkgmap-dev mailing list

Re: [mkgmap-dev] mkgmap 2470 breakage

2013-02-07 Thread Maks Vasilev
I have some problem with new mkgmap and fix it in style: - key1=value !key2=value2 + key1=value !(key2=value2) Hi Felix Okay, got it. It was caused by the following typo: key=!* OK thanks for tracking it down. (which should of course be key!=* - but previous mkgmap versions didn't

Re: [mkgmap-dev] broken charset in latest mkgmap

2011-03-18 Thread Maks Vasilev
Hi! r1894 mkgmap parametrs: http://code.google.com/p/velo100mapper/source/browse/trunk/makemap.basic All text in map have broken charset. wbr, Maks В сообщении от 15 марта 2011 19:56:44 автор Michał Rogala написал: Hello! I've just downloaded r1894 ( I've used some older release until

[mkgmap-dev] Error in generation gmapsupp map (overflow?)

2010-12-20 Thread Maks Vasilev
Hi! I generate every week map from osm data in single file and elevation contour from 133 .osm files. Osm data increase in each time, elevation data in osm files is permanent. Yesterday i have error in generation gmapsupp map: --cut-- Exception in thread main java.lang.IllegalArgumentException

Re: [mkgmap-dev] Error in generation gmapsupp map (overflow?)

2010-12-20 Thread Maks Vasilev
В сообщении от 20 декабря 2010 14:45:17 автор Steve Ratcliffe написал: Hello! I generate every week map from osm data in single file and elevation contour from 133 .osm files. Osm data increase in each time, elevation data in osm files is permanent. Yesterday i have error in generation

[mkgmap-dev] style polygon+line on one input object

2010-12-09 Thread Maks Vasilev
Hi! http://www.openstreetmap.org/browse/way/87336026 barrier = wall + landuse = industrial http://www.openstreetmap.org/browse/way/86381931 amenity = parking + barrier = fence I have description for line barrier= in line style file and for way landuse= in polygon style file, but mkgmap

Re: [mkgmap-dev] style polygon+line on one input object

2010-12-09 Thread Maks Vasilev
I update mkgmap to current, now works, tnx. В сообщении от 9 декабря 2010 16:33:45 автор Charlie Ferrero написал: On 09/12/2010 17:06, Maks Vasilev wrote: Hi! http://www.openstreetmap.org/browse/way/87336026 barrier = wall + landuse = industrial http://www.openstreetmap.org/browse

[mkgmap-dev] increase precision of node coordinates?

2010-12-08 Thread Maks Vasilev
Hi! How to increase precision of node coordinates? mkgmap rounded the point coordinates in IMG format and map object have big distortion on large zoom. mapnik image: http://velo100mapper.googlecode.com/svn/trunk/test/img/map-precition- mapnik.png garmin img file (mkgmap output):

Re: [mkgmap-dev] --transpatent not work

2010-09-20 Thread Maks Vasilev
OMG! sorry :( В сообщении от Понедельник 20 сентября 2010 21:49:03 автор char...@cferrero.net написал: Maks Vasilev (m...@stranger-team.ru) wrote: Hi! I create map (contour) with: mkgmap --gmapsupp --tdbfile \ --family-name=NASA-SRTM-Topo \ --product-id=9

[mkgmap-dev] basic search

2010-09-20 Thread Maks Vasilev
What way to create basic address and POI search in map created with mkgmap? OSM data have tag in addr:* shema (http://wiki.openstreetmap.org/wiki/Key:addr), map created with --make-poi- index and --index, but search in garmin not work. -- wbr, Maks

Re: [mkgmap-dev] basic search

2010-09-20 Thread Maks Vasilev
В сообщении от Понедельник 20 сентября 2010 22:37:53 автор Marko Mäkelä написал: On Mon, Sep 20, 2010 at 10:24:55PM +0400, Maks Vasilev wrote: What way to create basic address and POI search in map created with mkgmap? OSM data have tag in addr:* shema (http://wiki.openstreetmap.org/wiki

Re: [mkgmap-dev] residental area and narrow_gauge railway

2010-05-06 Thread Maks Vasilev
В сообщении от Четверг 06 мая 2010 11:52:06 автор Marko Mäkelä написал: On Thu, May 06, 2010 at 09:14:09AM +0300, Marko Mäkelä wrote: You are right, the 0x02 is not visible on the Edge 705 either (at least not without a TYP file). The 0x10 is tricky too, because the Edge 705 shows it in the

[mkgmap-dev] residental area and narrow_gauge railway

2010-05-05 Thread Maks Vasilev
Hi! To improve usability of map i use custom style for mkgmap. In this patch 2 objects what always use in any my custom styles. Maybe residental area and narrow_gauge railway needed not only for me and add it to default style? wbr Maks Vasilev diff -u default/lines new.style/lines --- default

Re: [mkgmap-dev] residental area and narrow_gauge railway

2010-05-05 Thread Maks Vasilev
В сообщении от Среда 05 мая 2010 22:05:33 автор Marko Mäkelä написал: Hi Marko, Sorry, i have a typing error in landuse=residential. Code 0x02 not shown in garmin. Need change 0x02 to 0x10. Hi Maks, I added the railway=narrow_gauge and landuse=residential , but I did not understand the

Re: [mkgmap-dev] residental area and narrow_gauge railway

2010-05-05 Thread Maks Vasilev
В сообщении от Среда 05 мая 2010 23:37:47 автор Marko Mäkelä написал: 0x00, 0x01 (large city area), 0x02 (small city area), 0x03 (village area) - not shown in Garmin 60 and Oregon :( 0x0f, 0x10, 0x11, 0x12, 0x13, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27 - plain area (you use 0x13 for