Re: [mkgmap-dev] Curious behaviour of map text

2019-03-29 Thread Walter Schlögl
I am also using 0x1e04 and it’s working fine on my Garmin but I’m only showing the first and then every 5th adress, and only, if there is no other name. So at the end of points I have added this code. (addr:housenumber~'.*0' | addr:housenumber~'.*5' | addr:housenumber='1' | addr:unit=* |

Re: [mkgmap-dev] MapFailedException when generating map for Italy

2017-08-16 Thread Walter Schlögl
ope.o5m file, it would be great if you could try to reproduce the problem. If you can, please send the splitter log and the areas.list. Gerd Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloeg

Re: [mkgmap-dev] MapFailedException when generating map for Italy

2017-08-15 Thread Walter Schlögl
oun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Dienstag, 15. August 2017 18:31:44 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] MapFailedException when generating map for Italy Hi Gerd, thanks for this info. This

Re: [mkgmap-dev] MapFailedException when generating map for Italy

2017-08-15 Thread Walter Schlögl
g message: I guess the tile contains also Malta? Gerd Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Dienstag, 15. August 2017 12:36:31 An: Development list for mkg

Re: [mkgmap-dev] MapFailedException when generating map for Italy

2017-08-15 Thread Walter Schlögl
: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Montag, 14. August 2017 09:41:44 An: Development list for mkgmap Betreff: [mkgmap-dev] MapFailedException when generating map for Italy I am generating many maps

[mkgmap-dev] MapFailedException when generating map for Italy

2017-08-14 Thread Walter Schlögl
) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Exiting - if you want to carry on regardless, use the --keep-going option Walter Schlögl

Re: [mkgmap-dev] Commit r3756: improve MapSplitter: avoid "Too many POIs at location" error message

2017-01-21 Thread Walter Schlögl
I have tested this codechange with r3766 and it's working fine, all my errors are gone now. Unfortunately the download page suggestes to download r3759 which is not working. Walter -Ursprüngliche Nachricht- From: svn commit Sent: Monday, January 16, 2017 4:41 PM To:

Re: [mkgmap-dev] SCHWERWIEGEND (MapSplitter): Area too small to split at

2017-01-15 Thread Walter Schlögl
d ____ Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Samstag, 14. Januar 2017 19:13:09 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] SCHWERWIEGEND (M

Re: [mkgmap-dev] SCHWERWIEGEND (MapSplitter): Area too small to split at

2017-01-14 Thread Walter Schlögl
that fixes this problem. Gerd Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Samstag, 14. Januar 2017 10:44:18 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] SCHW

Re: [mkgmap-dev] SCHWERWIEGEND (MapSplitter): Area too small to split at

2017-01-14 Thread Walter Schlögl
ater. Gerd Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Walter Schlögl <walter.schloegl-re...@aon.at> Gesendet: Freitag, 13. Januar 2017 23:37:12 An: Development list for mkgmap Betreff: [mkgmap-dev] SCHWERWIEGEND

[mkgmap-dev] SCHWERWIEGEND (MapSplitter): Area too small to split at

2017-01-13 Thread Walter Schlögl
If there are too many address tags (or maybe also other tags) mkgmap generates a lot of error messages. For all these error messages the is missing at the end, if it runs under windows. Would it be possible to add the correct EOL chars so that the logfile keeps it's readability? All other

Re: [mkgmap-dev] Want to make one map from individual mapswith different details

2017-01-13 Thread Walter Schlögl
Hi Greg, in case of routable lines, make sure that 23 (in the example below) is a routable line. 20-22 can be any non routable line (I am using 0x1 and above for that). e.g. highway=motorway & network=e-road [0x10101 resolution 14-16 continue with_actions] highway=motorway

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-10 Thread Walter Schlögl
POI search capability on my GPS and I suspect "NO" I do not think it will work without CONTINUE. I added mkgmap:label:1=' ', because I did not want the NAME obscuring the ICON symbol so I blanked out the name Greg On Sun, Mar 6, 2016 at 10:17 AM, Walter

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-09 Thread Walter Schlögl
rago <gregcr...@gmail.com> wrote: I have not tested POI search capability on my GPS and I suspect "NO" I do not think it will work without CONTINUE. I added mkgmap:label:1=' ', because I did not want the NAME obscuring the ICON symbol so I blanked out the name Greg

Re: [mkgmap-dev] SPEED LIMIT

2016-03-09 Thread Walter Schlögl
Hi Greg, I think I have posted my solution for speed limits here. It is not showing an extra Speed icon but it shows the maxspeed as part of the highway ref in the routing information. highway=* & ref=* { addlabel '${ref} (${maxspeed} km/h)' | '${ref}' } From: greg crago Sent:

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-06 Thread Walter Schlögl
ONTINUE_WITH_ACTIONS or could I just use CONTINUE? If this is correct, this is why you define 0x2f01 as INVISIBLE, but is necessary in order to preform a POI SEARCH? Greg On Sun, Mar 6, 2016 at 5:03 AM, Walter Schlögl <walter.schloegl-re...@aon.at> wrote: Hi Greg, all supermarkets are

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-06 Thread Walter Schlögl
e POI-List entry" Again, what is a 'POI-list entry' and how is this a benefit? I understand about specific store BRANDS and using unique POINTS and then use a GENERIC icon for the rest of the category. Greg On Sat, Mar 5, 2016 at 4:49 AM, Walter Schlögl <walter.schloegl-re...@a

Re: [mkgmap-dev] Oneway arrows

2016-03-05 Thread Walter Schlögl
Hi Dave, where are your other rules, below or above the highway rule? Maybe you can post a little bit more of the style files. If it worked before your change, why did you change it? Do you really need to show arrows for all kind of highways? Here is my rule, above all others and not in

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-05 Thread Walter Schlögl
Hi Greg, here an example for supermarkets shop=supermarket & (name~'Hofer.*' | name~'HOFER.*'){ set mkgmap_symbol=yes}[0x3501 resolution 23 continue with_actions] shop=supermarket & (name~'Aldi.*' | name~'ALDI.*'){ set mkgmap_symbol=yes}[0x3501 resolution 23 continue

Re: [mkgmap-dev] Question about using different ROAD CLASS's andROAD SPEED's for one linetype.

2016-03-03 Thread Walter Schlögl
Hi Greg, why do you want to “free” some routeable line types? If it is just for different display options, you can do another trick. I am using 0x0c as an invisible line type just for routing purpose, and non-routeable overlay linetypes to display roundabouts how they should look like.

Re: [mkgmap-dev] Create different Maps with working routing betweenthem - is it possible?

2016-01-25 Thread Walter Schlögl
Hi Andrzej, since Garmin does not support Unicode, I have to use at least different codepages for Europe. What Garmin Device are you using? Walter -Ursprüngliche Nachricht- From: Andrzej Popowski Sent: Sunday, January 24, 2016 11:51 AM To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re:

Re: [mkgmap-dev] Create different Maps with working routing betweenthem - is it possible?

2016-01-21 Thread Walter Schlögl
Hello Enrico, yes, this is the expected behavior. The img file has to be created in one single part, otherwise routing over the boarders is not possible. At the moment I am looking for a solution for 2 very big parts, which are in total bigger than 4 GB. One idea is to splitt POIs, ways and

Re: [mkgmap-dev] LF is missing in error log

2015-09-29 Thread Walter Schlögl
y java -jar mkgmap.jar ... > mkgmap.stdout 2> mkgmap.errout to get this message in one line (in file mkgmap.errout) Gerd Walter Schlögl wrote It seems as if a line feed is missing at the end of this error message. SCHWERWIEGEND (StyledConverter): .o5m: Attention: Tile contains both driv

[mkgmap-dev] LF is missing in error log

2015-09-28 Thread Walter Schlögl
It seems as if a line feed is missing at the end of this error message. SCHWERWIEGEND (StyledConverter): .o5m: Attention: Tile contains both drive-on-left (n) and drive-on-right roads (m) If yes, it might be easy to fix it. Walter ___ mkgmap-dev

Re: [mkgmap-dev] Speedlimit on Nüvi ?

2015-09-17 Thread Walter Schlögl
I have modified the mkgmap lines file to show at least the speed limit, if it is mapped. highway=* & ref=* { addlabel '${ref} (${maxspeed} km/h)' | '${ref}' } With this change, you can see the speed limit in brackets after the street number. But this is plain text only and is not

Re: [mkgmap-dev] Options

2015-04-27 Thread Walter Schlögl
Hi Gerd, I think you are right. The advantage of such an extra parameter might be very little. When I first started with this option, I’d expected having to delete a lot of not needed parameters. But when I got more experience I noticed, that most of the generated POI are ignored by default and

Re: [mkgmap-dev] Options

2015-04-25 Thread Walter Schlögl
Hi Gerd, at the moment if you add the option add-pois-to-lines the code will add all pois to all lines. In many cases this does not matter, because line tags are not used very often in points file, but if they are used, you have to delete these added POIs if you do not want them to be shown. I

Re: [mkgmap-dev] Options

2015-04-25 Thread Walter Schlögl
Hi Gerd, a closed loop is an interesting example. I don’t know, what mkgmap:line2poitype=mid would do here. At the moment I would expect to get additional POIs with all 4 tags aerialway, leisure, name, sport If I do not need leisure and sport, I would delete them, so the POIs would only keep

Re: [mkgmap-dev] Options

2015-04-24 Thread Walter Schlögl
Hi, I am using add-pois-to-lines to place overlay symbols on aerialways. Since the option has no parameters, for which tag is shall be applied, I am simply deleting all not needed POIs with some additional lines. leisure=* mkgmap:line2poi=true {delete leisure} natural=cliff

Re: [mkgmap-dev] several maps in a single set - how to avoid it?

2015-04-07 Thread Walter Schlögl
Hi Johann, I am doing the same but I want to enable/disable a set of maps together. When I’m using the same family-id but different product-ids, than the maps will become a set. When I’m using different family-ids, the maps will be separate. The second version I am only using for maps with

Re: [mkgmap-dev] Testing for a literal question mark

2015-03-18 Thread Walter Schlögl
I am checking, if names only include ? and delete it with this rule name~'^(?=\s*\?)[?\s]+$'{ delete name } Maybe it’s helpfull even if you are looking for a different solution. Walter From: Mike Baggaley Sent: Wednesday, March 18, 2015 4:53 PM To: daveswarth...@gmail.com ;

Re: [mkgmap-dev] Commuter rail stations

2015-02-01 Thread Walter Schlögl
I know the following POI numbers. 0x2F08 for Station 0x2F17 for Halt If you do not need Taxi, you can also reuse this number: 0x2F0A Walter From: Brian Egge Sent: Saturday, January 31, 2015 11:58 PM To: Development list for mkgmap Subject: [mkgmap-dev] Commuter rail stations When I look at

Re: [mkgmap-dev] difference between addlabel and poi-address

2015-01-18 Thread Walter Schlögl
Hi Gerd, thanks for this hint, I have played around with it and was successfull in most of the cases. Here my working solutions: ok 1) If there is opening_hours set, show this info before the phone number. opening_hours=* { set mkgmap:phone=' (${opening_hours}) ${mkgmap:phone|def:}' } ok

Re: [mkgmap-dev] difference between addlabel and poi-address

2015-01-18 Thread Walter Schlögl
addlabel and poi-address Hi Walter, setting addr:postcode has no effect on POIs as long as you don't use that info to set also mkgmap:postal_code. Gerd Walter Schlögl wrote Hi Gerd, thanks for this hint, I have played around with it and was successfull in most of the cases. Here my working

Re: [mkgmap-dev] difference between addlabel and poi-address

2015-01-18 Thread Walter Schlögl
Hi Minko and Gerd, yes you are right, this is a restriction of the Garmin POIs. This spreadsheet was a good tip, I did not know it yet. Unfortunately there is no POI group with text display, not supressing the address info. I have tried it with a trick, using 2 POIs, one with text display

[mkgmap-dev] difference between addlabel and poi-address

2015-01-16 Thread Walter Schlögl
I’m not sure but I think I am mixing 2 things up. When I enable poi-address I can see the address field of the POI filled with the address on my Oregon device. When I set no-poi-address and try to fill the address field individually by using addlabel, and do not see these labels in the POI

Re: [mkgmap-dev] difference between addlabel and poi-address

2015-01-16 Thread Walter Schlögl
Hi WanMil, thanks, so I know now that my device can show address info but no additional label info. I am trying to add specific information to the field that is normaly used for address. Is there any direct way via command or any indirect way via overrulement of special fields? I found

Re: [mkgmap-dev] how to use utf-8 in stderr output

2015-01-14 Thread Walter Schlögl
://wiki.openstreetmap.org/wiki/Mkgmap/dev I am not sure if stderr/stdout can be configured. Gerd Walter Schlögl wrote Hi Steve and Gerd, yes, you got me right. I was talking about stderr output where echo messages are printed. I have tried the following (under Windows): %JavaPath% -Xmx6144m -ea -jar

[mkgmap-dev] reference to used code-page

2015-01-14 Thread Walter Schlögl
Hi, I know I’m nasty with all my questions... Is there a way to reference to the used code-page from points file? The usecase is like that. Check, if name contains any char that cannot be shown with the selected code-page. If no, just show the name as it is. If yes, show the int_name or

[mkgmap-dev] how to use utf-8 in stderr output

2015-01-14 Thread Walter Schlögl
Hi Steve and Gerd, yes, you got me right. I was talking about stderr output where echo messages are printed. I have tried the following (under Windows): %JavaPath% -Xmx6144m -ea -jar -Dlog.config=%OptionsPath%\logging_properties.txt %ToolPath%\mkgmap\mkgmap.jar -c

Re: [mkgmap-dev] Solution to show transliterated name if no other ascii name exists

2015-01-13 Thread Walter Schlögl
Hi Steve, your new translit feature is working great. For country=GRC e.g. I can show the int, english, german or french name first, and the original name in bracket, or other way round. For the place Ροσινιόλ he could not find any int_name or name:xx so the transliterated name Rosiniol will

Re: [mkgmap-dev] Solution to show transliterated name if no other ascii name exists

2015-01-10 Thread Walter Schlögl
Hi Gerd, here I found a mail from Steve Ratcliffe where this syntax was working. name:int!=* name=* {set name='${name|ascii:} ${name}' http://gis.19327.n5.nabble.com/Command-to-transliterate-Characters-Cyrillic-Greek-into-latin1-even-for-Unicode-maps-td5810132.html Do you know any other

[mkgmap-dev] Solution to show transliterated name if no other ascii name exists

2015-01-09 Thread Walter Schlögl
For countries with foreign letters like Greece I want to show the int_name first. For other countries I want to show the int_name in brackets. If no int_name or other good name is found, I want to show the transliterated name. Here is my code: 'name:de'=*{ add

Re: [mkgmap-dev] How to show land and see

2015-01-07 Thread Walter Schlögl
Hi Andrzej, I have corrected the errors in my TYP and style, but the sea is still not visible. Here are my last parameters. polygons file natural=sea { echo mapping natural=sea }[0x32 resolution 14]# level 1 natural=land

Re: [mkgmap-dev] How to show land and see

2015-01-07 Thread Walter Schlögl
Hi Andrzej, your suggestion to revert back to the last working version brought me directly to the solution. I had 2 maps in the same directory with the same TYP. All changes I made to the TYP of one map where ignored. The device just took the info from the TYP of the other map. The second

[mkgmap-dev] How to use extended line types

2015-01-06 Thread Walter Schlögl
I am trying to use an extended line type for an overlay but I'm not successfull. The following information I found in style-manual.pdf on page 30: 2. If a type is = 0x01, it is an extended type, which can be used for points, lines, and polygons. This means, extended types for lines

[mkgmap-dev] How to show land and see

2015-01-06 Thread Walter Schlögl
In the past I did not use a background polygon on my Oregon. But since the default green color was not the best, I defined a background with a light beige color. Since this change the blue color for the see is gone. (Lakes are still shown) I’m sure there is a solution to show the see togethere

Re: [mkgmap-dev] How to show land and see

2015-01-06 Thread Walter Schlögl
I tried now switching the levels, sea with prio 1 and land with prio 2, but still the sea is not shown. From: Walter Schlögl Sent: Tuesday, January 06, 2015 10:50 PM To: Development list for mkgmap Subject: [mkgmap-dev] How to show land and see In the past I did not use a background polygon

Re: [mkgmap-dev] How to evaluate network=e-road if it's in a relation

2015-01-06 Thread Walter Schlögl
Hi Gerd, thanks for your help, it’s working. Using mkgmap makes a lot of fun, because it’s a perfect software and because of this premium support. I think it would be worth to add this also to the default style. type=route route=road { apply { set network='${network}';

[mkgmap-dev] How to evaluate network=e-road if it's in a relation

2015-01-06 Thread Walter Schlögl
The following command highway=* network=e-road works fine, if the tag network=e-road is directly attached to the road. But in most cases it is attached via a relation, and in these cases it is not evaluated. In my relations file there are only rules for type=boundary | type=multipolygon

[mkgmap-dev] Unknown sea generation option 'floodblocker'

2015-01-05 Thread Walter Schlögl
I am using mkgmap-r3392 In my stylefile there is the following parameter generate-sea=multipolygon,floodblocker I am getting the following error Unknown sea generation option 'floodblocker' Known sea generation options are: multipolygonuse a multipolygon (default) polygons | no-mp

Re: [mkgmap-dev] Unknown sea generation option 'floodblocker'

2015-01-05 Thread Walter Schlögl
Hi Gerd, thanks, that sounds clear because precompiled sea should be already floodblocked. Walter From: Gerd Petermann Sent: Monday, January 05, 2015 3:02 PM To: mkgmap-dev@lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Unknown sea generation option 'floodblocker' Hi Walter, floodblocker is

Re: [mkgmap-dev] poi-address via style

2013-03-15 Thread Walter Schlögl
-address code. Walter - Original Message - From: Steve Ratcliffe st...@parabola.me.uk To: Development list for mkgmap mkgmap-dev@lists.mkgmap.org.uk Sent: Thursday, March 14, 2013 10:32 PM Subject: Re: [mkgmap-dev] poi-address via style Hi On 06/03/13 20:16, Walter Schlögl wrote: I think

[mkgmap-dev] poi-address via style

2013-03-04 Thread Walter Schlögl
Is there a way how to add a poi address via the style file. The automatic generated poi address has the advantage, that the address is separated from the name, but has the disadvantage, that the country is not printed, a line feed is missing before the phone number, and it's not configurable.

Re: [mkgmap-dev] motorway_link lacks oneway check

2012-11-18 Thread Walter Schlögl
I would suggest to add some more exclusions regarding access that prevents from routing. There are many motorway_links only for emergency exit, most of them tagged with access=no ... junction!=roundabout access!=no access!=emergency Walter - Original Message - From:

Re: [mkgmap-dev] Arabic+non arabic name

2010-11-11 Thread Walter Schlögl
On 11/11/2010 09:33 PM, Carlos Dávila wrote: Is there any chance to get tags like name=Maknâs مكناس correctly displayed? I'd think that the two names should be tagged in two different name tags like name:ar and name:en or int_name. Correctly displayed on which Garmin device? You could

Re: [mkgmap-dev] cutTheOsmPlanet

2010-10-19 Thread Walter Schlögl
Hi there, I have read the thread about the missing ways, and I have asked my companon for the sourcecode from my java tool I use for cutting the planet. We give it now free under the GPL. The special feature of this tool is the correct cutting of the ways on tile boundarys. The ways

Re: [mkgmap-dev] mkgmap style parsing question.

2010-10-17 Thread Walter Schlögl
What I believe could be useful (if this feature is already available then forgive me posting) would be an option to report ignored tags and tag/value pairs which would alert the user that certain features are not rendered by the current style. I don't think this is doable. There are

Re: [mkgmap-dev] continue command in combination with add-pois-to-areas

2010-10-16 Thread Walter Schlögl
Hi, the feature add-pois-to-areas seems to have a disadvantage, not working together with the continue command. Altough I did not fully understand the reason, (maybe it is related to the ordering of processing polygons and pois, maybe it's because of difficulty to identify closed polygons) I

Re: [mkgmap-dev] mkgmap style parsing question.

2010-10-15 Thread Walter Schlögl
Hi Till, you can use the OSM-Composer to create your map. This tool is generating such a report. Walter - Original Message - From: Till Straumann till.straum...@alumni.tu-berlin.de To: mkgmap-dev@lists.mkgmap.org.uk Sent: Friday, October 15, 2010 2:21 AM Subject: [mkgmap-dev] mkgmap

[mkgmap-dev] continue command and name changes in combination with add-pois-to-areas

2010-10-03 Thread Walter Schlögl
I am mapping shops, hotels and many others with --add-pois-to-areas to a POI, that's working fine. But when I try to change the name for such a POI, eg tourism=hotel { name '${name} (${stars}-Stars)' | '${name}' | '${stars}-Stars' } [0x2B01 resolution 22] only hotels which are placed as