Re: [mkgmap-dev] Using exit refs in routing directions

2011-07-14 Thread Nakor Osm
On Thu, Jul 14, 2011 at 6:16 AM, Felix Hartmann extremecar...@gmail.comwrote: For me (with my style), ramps do work with the name of the next street segment behind. This has been a problem to me. Here it is not uncommon that the ramp will use a few yards of another street before getting to

Re: [mkgmap-dev] Fwd: Routing issue

2011-06-03 Thread Nakor Osm
The tile is 15.6 Mb gzipped but I can surely give it a try. N. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Fwd: Routing issue

2011-06-03 Thread Nakor Osm
Marko, That indeed helped. The problem is not to get to small because of the routing across tiles inssues. And there are some areas like downtown Ottawa where I just cannot get proper routing even with pretty small tiles. Thanks, N. ___ mkgmap-dev

Re: [mkgmap-dev] Fwd: Routing issue

2011-06-02 Thread Nakor Osm
was too big, I've reduced the size of the image and forwarded this back to the list, ..Steve] Original Message Subject:Routing issue Date: Wed, 1 Jun 2011 22:49:31 -0400 From: Nakor Osm nakor@gmail.com To: Development list for mkgmap mkgmap-dev

Re: [mkgmap-dev] Fwd: Routing issue

2011-06-02 Thread Nakor Osm
Now this is getting interesting. The problems seems to come from the waterways. If I filter out the waterways from the input file using osmosis, routing is fine. Similarly if I remove the waterway lines from my the default style file, routing in file. Oppositely if using osmosis I generate an

Re: [mkgmap-dev] Slowness processing specific tile

2011-05-20 Thread Nakor Osm
* also be too low if you use big tiles and a high number of threads. Well I use small tiles (max-nodes 900.000 on Turkey) plus only 4 threads. (I could use 8 due to Hyperthreading, but kept it at 4). I even have this problem on single tiles where the osm.gz is like 10MB. There shouldn't be

Re: [mkgmap-dev] Opening gmapsupp.img with Basecamp?

2011-04-09 Thread Nakor
On 04/07/2011 04:10 PM, Nakor wrote: I spent a few hours on this today, but I couldn't get the nsis installer working with large files - when I ran the .exe it would crash complaining the installer was corrupt. How large is large? i.e. how many maps, what is the size of all IMG files

Re: [mkgmap-dev] Fail to build map with r1908 and sea-generator=extend-sea-sectors

2011-04-08 Thread Nakor
I'll try this. I was confused because usually when that happens the message is clear about missing memory. That was it. Thanks. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Fail to build map with r1908 and sea-generator=extend-sea-sectors

2011-04-07 Thread Nakor
On 4/7/2011 12:45 PM, WanMil wrote: Nakor, the error tells you that the java process has insufficient memory available. You can change the maximum available memory for the java process with the java parameter -Xmx1000m (for 1000 megabyte). Example: java -Xmx1000m -jar mkgmap.jar

Re: [mkgmap-dev] Opening gmapsupp.img with Basecamp?

2011-04-07 Thread Nakor
I spent a few hours on this today, but I couldn't get the nsis installer working with large files - when I ran the .exe it would crash complaining the installer was corrupt. How large is large? i.e. how many maps, what is the size of all IMG files and what is the final size of the installer?

[mkgmap-dev] Fail to build map with r1908 and sea-generator=extend-sea-sectors

2011-04-06 Thread Nakor
Hello, I have a map that built correctly with 1903 which also builds correctly with 1908 if I use sea-generator=multi-polygon but fails to build in r1908 with sea-generator=extend-sea-sectors. The error is: java.lang.OutOfMemoryError: GC overhead limit exceeded at

Re: [mkgmap-dev] NSIS installer improvements phase 3 v1

2011-04-05 Thread Nakor
On 4/5/2011 9:39 AM, fla...@googlemail.com wrote: Hi ! I think i found another bug. Take a look at my NSI-File (http://dev.openstreetmap.de/aio/germany-daily/img/osmmap.nsi) Everytime the path of the basemap.TYP-file is hard-coded. Why ? Is there any need ? If you download all the *.img

Re: [mkgmap-dev] NSIS installer improvements phase 3 v1

2011-04-05 Thread Nakor
Let me turn your question. Why is only the Typ-File hard-coded an not every file ? At http://dev.openstreetmap.de/aio/germany-daily/img/ you can download the raw-info and make whatever you want to make from. For me it is no problem to use sed and change the *.nsi in a way user can use

Re: [mkgmap-dev] via ways (rather than nodes) in restrictions

2011-04-03 Thread Nakor
On 04/03/2011 12:53 AM, Charlie Ferrero wrote: Hi, Currently via ways are not used by mkgmap to generate turn restrictions. Is this a limitation in the mkgmap code base, or a fault of the underlying Garmin routing data model? If the former, are there any plans to add support for via

Re: [mkgmap-dev] Another sea (or lakes) bug

2011-04-03 Thread Nakor
Another great test simple case! But: are you sure that generate-sea=polygon really works? I have tested generate-sea=multipolygon,extends-sea-sectors,close-gaps=5000 and generate-sea=polygon,extends-sea-sectors,close-gaps=5000 but both created the same result displayed on the left in your

Re: [mkgmap-dev] Not enough room

2011-03-28 Thread Nakor
Various responses: I have used splitter and have a very conservative number of nodes: 20 mkgmap does not stop when encountering the error but I have a 0k .img so I suppose this is the candidate. I'll try to spit just that one further. Thanks, N.

[mkgmap-dev] [patch] splitter template file issue

2011-03-27 Thread Nakor
Hi, If mapid starts with a zero, splitter writes an incorrect template.args file. The attached patch fixes it. Thanks, N. Index: src/uk/me/parabola/splitter/Main.java === --- src/uk/me/parabola/splitter/Main.java (revision

[mkgmap-dev] Not enough room

2011-03-27 Thread Nakor
Hello, I have a map where I get this exception: uk.me.parabola.imgfmt.MapFailedException: There is not enough room in a single garmin map for all the input data The .osm file should be split into smaller pieces first. How can I now which input file is too big? Thanks, N.

Re: [mkgmap-dev] Sea (or lakes) bug

2011-03-26 Thread Nakor
On 03/26/2011 06:07 AM, WanMil wrote: I have posted a first patch. Using that patch your example works with generate-sea=multipolygon. At the moment I have no time to check that patch in deep and if it completely covers all situations. Please check it yourself. I will need at least one week to

[mkgmap-dev] NSIS installer improvements phase 3 v1

2011-03-26 Thread Nakor
Hi, Please find attached a patch with a new set of enhancement/fixes for the NSIS installer: * new installer page allowing the user to delete MapSource cache * fix for maps with a space in the overview name * fix issues with custom versions of installer.nsi Thanks, N. Index:

Re: [mkgmap-dev] Options overhaul

2011-03-25 Thread Nakor
Things already on the list include: --charset, --remove-short-arcs, --ignore-osm-bounds, setting options inside the style (which can already be done, its just not really used properly). . Is there any reason to remove --ignore-osm-bounds or is there any replacement? I use it very often for

[mkgmap-dev] Sea (or lakes) bug

2011-03-25 Thread Nakor
So I have played a little bit more and came with a file where there are just three straight lines that represent the main idea of the tile. I am getting to get right (see attached file). This files fails to build the sea sectors properly (i.e. the north portion of the tile is inundated).

Re: [mkgmap-dev] Sea (or lakes) issue

2011-03-24 Thread Nakor
On 3/23/2011 3:16 PM, Marko Mäkelä wrote: On Wed, Mar 23, 2011 at 01:56:04PM -0400, Nakor wrote: What options should I use to get it right? Have you tried to load the map extract (or just the natural=coastline ways of it) in JOSM and invoke the validator to see if everything is correct? Last

Re: [mkgmap-dev] Sea (or lakes) issue

2011-03-24 Thread Nakor
On 03/24/2011 04:41 PM, Nakor wrote: On 3/23/2011 3:16 PM, Marko Mäkelä wrote: On Wed, Mar 23, 2011 at 01:56:04PM -0400, Nakor wrote: What options should I use to get it right? Have you tried to load the map extract (or just the natural=coastline ways of it) in JOSM and invoke the validator

[mkgmap-dev] Sea (or lakes) issue

2011-03-23 Thread Nakor
Hello, I have a tile out of splitter which covers the area http://www.openstreetmap.org/?minlon=-81.342773minlat=41.220703maxlon=-79.497070maxlat=43.330078box=yes . I did not find yet any option to have the lakes (delimited by natural=coastline) rendered properly. I tried various generate-sea

[mkgmap-dev] Splitter, mkgmap and polygons

2011-03-21 Thread Nakor
A solution to the polygons in general could be to have the splitter close the polygons properly at the boundary tiles instead of having mkgmap try to guess where the polygon should be closed. A step further would be to have splitter draw a polygon on the entire tile border for multipolygon

Re: [mkgmap-dev] NSIS installer improvements phase 2 v2

2011-03-11 Thread Nakor
On 3/11/2011 5:03 AM, Minko wrote: Is that possible, different maps with the same FID and different PID? I thought only one Family ID can be used in Mapsource. btw, I tried to adapt the template but mkgmap can't find it, where do I have to put installer_template.nsi? I've tried it in a

Re: [mkgmap-dev] New locator branch

2011-03-10 Thread Nakor
HI, The branch seems to have issues with inner members of a relation. For example, it complains that way 34672931 does not have a name but it is the inner member of a named relation. Thanks, N. ___ mkgmap-dev mailing list

[mkgmap-dev] NSIS installer improvements phase 2 v2

2011-03-09 Thread Nakor
Hi, Here is an updated version with the following fixes/improvements: * correctly set registry key for TYP file * set registry key for index files only when present * possibility to use own template for installer script (details below) * installer localization (English and French at the moment)

Re: [mkgmap-dev] MapSource installer improvements v5

2011-03-08 Thread Nakor
On 3/8/2011 6:14 AM, Minko wrote: A few remarks: The Typ file is not registered in mapsource (I think someone already mentioned it, but it is quite urgent to repair this) I dont know where to find / how to access the installer templates. Do I have to compile mkgmap for this? Another thing

[mkgmap-dev] NSIS installer improvements phase 2 v1

2011-03-08 Thread Nakor
Hi, Thanks to Thorsten and Minko for they report about the TYP file issue. It also looks like I overlooked the index files so in the current mkgmap, the registry keys for the MDX and MDR files will be created regardless of those files actually existing. This was an easy fix and attached is

Re: [mkgmap-dev] Commit: r1882: MapSource installer improvements

2011-03-07 Thread Nakor
On 3/7/2011 3:22 AM, Marko Mäkelä wrote: MapSource for dummies Marko, I use MapSource with Wine and it works fine. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Countries issues

2011-03-03 Thread Nakor
For mkgmap I'd suggest that, for the USA at least, country information is not taken from isin lists that are shorter than 4. Thanks for fixing this! On a side topic how can I have a consistent region (state) naming. Now I have MI. Mich., Michigan. How can I ensure that I have only one entry

[mkgmap-dev] [Patch] MapSource installer improvements v4

2011-03-03 Thread Nakor
Hello, Attached is the latest version of the patch: * uses family name for directory name * map can now be uninstalled from Add/Remove Programs (WinXP) or Programs and Features (Vista/Win7) * uninstalls map if already installed (NEW: silently force uninstall if silently installing) *

[mkgmap-dev] MapSource installer improvements v5

2011-03-03 Thread Nakor
The previous versions had a file name hardcoded and would not work in most cases. Sorry about that. On 3/3/2011 10:46 AM, Nakor wrote: Hello, Attached is the latest version of the patch: * uses family name for directory name * map can now be uninstalled from Add/Remove Programs (WinXP

Re: [mkgmap-dev] Inundated tile with no coastline

2011-03-02 Thread Nakor
On 3/1/2011 3:38 PM, Nakor wrote: Hello, I have a tile with no coastline that shows up inundated. How can this be? How can I fix it? The tile is split us_midwest from geofabrick with: 4162: 2183168,239616 to 2215936,280576 # : 46.845703,5.141602 to 47.548828,6.020508

[mkgmap-dev] Countries issues

2011-03-02 Thread Nakor
Hello, I built a map using us_midwest extract from Geofabrik and have 5 countries listed in the country list on my Etrex Vista: Country Israel Mongolia Ukraine United States Country seems to be when there is no info and I am fine with that. US is OK but I do not understand the other

Re: [mkgmap-dev] Countries issues

2011-03-02 Thread Nakor
Thanks for the very specific examples, it should be easy to track down from them. I'm on a train at the moment, but my initial guess is that regionOffset in LocatorConfig should be set. But there must be more to it than that. ___ mkgmap-dev

[mkgmap-dev] Splitter issue with KML

2011-03-01 Thread Nakor
Hello, It looks like splitter now (r165) prepends a ./ to the KML file name. This makes KML file generation with full path fail. Can we go back to the previous behavior? E:java -ea -Xmx1500M -Dlog.config=E:\OSM\scripts\logging.properties -jar E:\OSM\splitter-r165\splitter.jar --mapid=1000

[mkgmap-dev] Inundated tile with no coastline

2011-03-01 Thread Nakor
Hello, I have a tile with no coastline that shows up inundated. How can this be? How can I fix it? The tile is split us_midwest from geofabrick with: 4162: 2183168,239616 to 2215936,280576 # : 46.845703,5.141602 to 47.548828,6.020508 Thanks, N.

Re: [mkgmap-dev] Inundated tile with no coastline

2011-03-01 Thread Nakor
If possible, you could unzip your 41662.osm.gz and open osm-file in josm, and filter every object without natural=coastline. Then you can search the fault. I did and opened the tile in JOSM. A search for natural=coastline did not return anything.

Re: [mkgmap-dev] [Patch] MapSource installer improvements v1

2011-02-27 Thread Nakor
On 2/27/2011 9:26 AM, Steve Ratcliffe wrote: + seriesName = args.get(family-name, OSM map); OK, but this is a bit confusing... it needs to be + familyName = args.get(family-name, OSM map); and then any other change that follows on from that. Agreed. I did it

[mkgmap-dev] [Patch] MapSource installer improvements v3

2011-02-27 Thread Nakor
Hello, Attached is the new (and hopefully final) version of the patch: * uses family name for directory name * map can now be uninstalled from Add/Remove Programs (WinXP) or Programs and Features (Vista/Win7) * uninstalls map if already installed * installer and license files are now

Re: [mkgmap-dev] bug in mapsource installer

2011-02-26 Thread Nakor
On 2/18/2011 5:19 PM, Minko wrote: Right now mkgmap copy and pastes --series-name into those fields, whereas family-name seems more logical. The drop-down name in mapsource is the series-name. Sorry I was unclear: the name in the MapSource drop-down menu is not set when building the

Re: [mkgmap-dev] Fwd: Strange effect with --ignore-osm-bounds

2011-01-09 Thread Nakor
On 1/9/2011 5:55 AM, Steve Ratcliffe wrote: The ignore-osm-bounds option really should be removed as ignoring the bounds is quite likely to lead to all sorts of problems. So there is nothing really wrong here. Why are you using the option? Regards, ..Steve Steve, I use it for test

Re: [mkgmap-dev] Flood blocker

2010-11-20 Thread Nakor
On 11/20/2010 05:50 PM, WanMil wrote: What about sub-sea tunnels or bridges over sea like Öresundbridge? So maybe it's better to exclude highways with bridge=yes or tunnel=yes. aighes You are right. Bridges and tunnels are already excluded. So that should be no problem. WanMil Mmmh,

[mkgmap-dev] Splitter issue

2010-11-07 Thread Nakor
Hello, I was splitting the file from http://download.geofabrik.de/osm/north-america/us-west.osm.pbf and got the following error a couple times: Exception in thread worker-0 java.lang.StringIndexOutOfBoundsException: String index out of range: -2 at

Re: [mkgmap-dev] Splitter issue

2010-11-07 Thread Nakor
On 11/07/2010 06:11 PM, aighes wrote: Hello Did you use a splitter-version, which can read binary format of osm-data? aighes Yes I used splitter-161 for pbf (and 123 for osm) ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Flooded tiles

2010-10-02 Thread Nakor
Hello, In the latest mkgmap versions I have several tiles flooded. This seems to be caused by small inland coastlines. I have this kind of message in the output: 2010/10/02 08:29:54 WARNING (SeaGenerator): 1202.osm.gz: Converting anti-island starting at

Re: [mkgmap-dev] basic search

2010-10-02 Thread Nakor
On 10/02/2010 07:04 AM, Johann Gail wrote: But if I registry this mapset with mapsource, then I only can see the map. Searching for adresses does not work, because the menu item is grayed out. Is this a expected behaviour or did I something wrong? How did you register with mapsource?

Re: [mkgmap-dev] Overview map

2010-08-10 Thread Nakor
On 7/26/2010 5:06 PM, Steve Ratcliffe wrote: Sounds intriguing. What precisely is the overview map for? It shows the whole area covered by a set of detailed maps. It is needed by mapsource. We have always produced an overview map (its called osmmap.img by default), but it has been empty.

Re: [mkgmap-dev] Overview map

2010-08-10 Thread Nakor
On 8/10/2010 6:03 PM, Steve Ratcliffe wrote: On 10/08/10 21:11, Nakor wrote: I have always wondered what was the osmmap.img for. BTW I do not think it is packaged if you use the --nsis option. It is, it wouldn't work otherwise. you call it baseFilename and then you assign it to MAPNAME

[mkgmap-dev] Routing differences

2010-07-13 Thread Nakor
Hello, I do not know if this is know or not but I though I would share my experience on routing. I created a map covering southern Michigan, Indiana, Ohio and Kentucky. When I try to route from Detroit to Louisville with my GPS (e-trex vista) it takes some time but it works fine. If I try

Re: [mkgmap-dev] Really Serious bug when not using --route

2010-05-23 Thread Nakor
On 5/23/2010 2:54 PM, Felix Hartmann wrote: There is a serious bug that breaks routable maps when --route is NOT given. This bug will in future break routing on most GPS devices and is already inflicting Mapsource 6.16.1 and Basecamp 3. This means that also if you compile maps that are not

[mkgmap-dev] [PATCH v3] Advanced restrictions

2010-05-15 Thread Nakor
Hello, Please find attached a new version of the patch. It will now give an error message instead of asserting when a via way has been split. It still has the following limitations: * If the via ways gets split for routing (like in http://www.openstreetmap.org/browse/relation/275622

Re: [mkgmap-dev] [PATCH v2] Advanced restrictions

2010-05-14 Thread Nakor
On 5/14/2010 6:17 AM, Felix Hartmann wrote: I don't really understand/see the need for the patch yet. [...] Felix, There is two different thing here. The first thing (posted Wednesday night) is adding emergency and pedestrian turn exceptions. Disabling emergency and/or pedestrian

Re: [mkgmap-dev] [PATCH v2] Advanced restrictions

2010-05-14 Thread Nakor
On 5/14/2010 7:27 AM, Felix Hartmann wrote: What are via ways in restrictions? Could you give some practical example of what they do and what they are needed for? Please see http://lists.openstreetmap.org/pipermail/talk-us/2010-May/003218.html . Thanks, N.

[mkgmap-dev] [PATCH v2] Advanced restrictions

2010-05-13 Thread Nakor
Hello, So my post from a couple weeks ago was correct. You can have turn restrictions with via ways. Attached is a patch that does that and also implements the More restriction exceptions http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2010q2/008330.html I posted yesterday. I'd like to

[mkgmap-dev] [PATCH] More restriction exceptions

2010-05-12 Thread Nakor
Hello, After playing around with restrictions I found how to enable exception for pedestrian and emergency vehicles. The attached patch does just that. Now the subsidiary question: by default pedestrian routing follows restrictions. Should we make this the other way. But then is there a

[mkgmap-dev] Ideas for via ways in turn restrictions

2010-05-05 Thread Nakor Osm
Hello, Not sure if this was ever mentioned/explored before. I looked at the document at http://svn.parabola.me.uk/display/trunk/doc/nod.txt which indicates that a turn restriction is in fact 3 nodes and 2 ways and at cgpsmapper documentation where they mention that you can have 3 roads

Re: [mkgmap-dev] a FIXME map style

2010-03-30 Thread Nakor Osm
Thanks, that one seems to work. If this is the new home of the service, could you update the link on the OSM Wiki page Template:Relation? No it is not. It is a tool I developed mainly to keep track on the road relations in the US. But I can add it to the wiki page. N.

Re: [mkgmap-dev] a FIXME map style

2010-03-29 Thread Nakor Osm
On Mon, Mar 29, 2010 at 3:50 AM, Marko Mäkelä marko.mak...@iki.fi wrote: * the check links like http://betaplace.emaitie.de/webapps.relation-analyzer/analyze.jsp?relationId=37415 do not seem to work, or the server is very slow I Try http://toolserver.org/~nakor/relation.fcgi?relation

[mkgmap-dev] NSIS module patch

2010-03-15 Thread Nakor
Hello, This is a patch for the NSIS module. I have seen that on some occasions the uninstaller does not get remove at uninstall and that moving it to be the last file removed improves the behavior. Index: src/uk/me/parabola/mkgmap/combiners/NsisBuilder.java

[mkgmap-dev] Java issue with mkgmap

2010-03-14 Thread Nakor
\ --description=OSM North America map \ --style-file=$OSM_BASE/styles --style=nakor \ $FILE done When I say all at one, I mean java -ea -Dlog.config=./logging.properties -Xmx3000M -jar ./mkgmap-r1580/mkgmap.jar \ --net --route \ --drive-on-right --check-roundabouts --check

Re: [mkgmap-dev] Java issue with mkgmap

2010-03-14 Thread Nakor
Mark, I don't know what is causing the SEGV but have you tried using another runtime? Perhaps, it's a problem in OpenJDK. # Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 ) Indeed, I tried Sun JVM and everything went fine. Thanks, N.

[mkgmap-dev] TYP file info

2010-03-13 Thread Nakor
Hello, I'd like to start looking into TYP files and I would like to know if there is a good place to start? Thanks in advance, N. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Index in gmapsupp

2010-03-03 Thread Nakor
Hello, I know that mkgmap does not include the index in the gmapsupp file. If you want this you have to use MapSource to build the gmapsupp. Is there any plan for mkgmap to support this? What are the technical limitations that prevents it to do it? Thanks, N.

Re: [mkgmap-dev] Weird turn instructions

2010-02-26 Thread Nakor Osm
Mark, Would it be because of that regression that whendriving that route ( http://maps.cloudmade.com/?lat=42.560106lng=-83.18043zoom=17directions=42.561639094255526,-83.1770396232605,42.558565013969705,-83.18168520927429travel=carstyleId=1opened_tab=1) the only instruction you get is Turn right

Re: [mkgmap-dev] Weird turn instructions

2010-02-26 Thread Nakor Osm
Weird. I only tried on my ETrex Vista. I will try in MapSource as well. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Mapsource installer

2010-01-02 Thread Nakor
2. Run mkgmap with the --nsis option. This will give you a .nsi file (by default osmmap.nsi). This is just a text file that you can adjust if need be. OK - I notice that it misses out the TYP file and indexing files. It would be good if it included them (please could you add them into the

[mkgmap-dev] Libraries

2009-12-29 Thread Nakor
Hello, Some libraries in my area are mapped as buildings (areas) and do not show up in the search. I added the line amenity=library [0x2c03 resolution 21] to polygons in the style. Is this the way do do it or can we tell it some way to look in the points files? Also can we have this by

Re: [mkgmap-dev] Libraries

2009-12-29 Thread Nakor
Have you tried the --add-pois-to-areas switch? It sounds like it should add a library POI which you ought to be able to search for (though I haven't tested this). Yes it does but only if the library type is present in the relation file (which is not the case in the default style)

Re: [mkgmap-dev] naming map layers in a gmapsupp.img

2009-12-16 Thread Nakor
On Tue, Dec 15, 2009 at 7:19 PM, Clinton Gladstone clinton.gladst...@googlemail.com wrote: On Dec 15, 2009, at 16:00, Charlie Ferrero wrote: Perhaps the problem is that I am not uploading the maps from Mapsource but instead just copying the gmapsupp.img file directly to the SD card

Re: [mkgmap-dev] Motorway exits and link-pois-to-ways

2009-12-10 Thread Nakor
Marko, This is good you point this out. I recently generated a map with link-ways-to-pois and had all of hose errors that I correctec pop up again. Now I know why. THanks, N. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Change road_speed based on POIs

2009-12-08 Thread Nakor
Hello, I remember some emails about changing road_speed based on POIS (lights, stops, bumps, ...) but I could not find them. Was this a patch or is this in mkgmap? If in mkgmap what is the commad-line option to activate it? Thanks, N. ___

Re: [mkgmap-dev] [PATCH v2] grok unpavedness + ferry nature

2009-12-08 Thread Nakor
On Tue, Dec 8, 2009 at 8:57 AM, Mark Burton ma...@ordern.com wrote: v3 - turns out they handle ferry routes in a similar fashion as to unpaved roads so I've added support for avoiding them (when route=ferry tag is present) - untested here due to paucity of ferries in Cheshire but I have

Re: [mkgmap-dev] [PATCH v2] grok unpavedness + ferry nature

2009-12-08 Thread Nakor
I was going to try it but I do nothave the ferry option on my GPS. -- Well it works identical to toll and and unpaved avoidances. Yes but I do not have the ferry check box on my GPS. I'd like to do a recap on routing options that I have and how they work. Please correct me if I am wrong:

Re: [mkgmap-dev] [PATCH v2] grok unpavedness + ferry nature

2009-12-08 Thread Nakor
Well I have never seen such a setting where you can exclude roads by type from routing. 0x01-0x13 is routable, and then with limitation 0x1a and 0x1b so how the fuck are you excluding a road type? On my eTrex Vista I have the option to avoid highways. I was just wondering how this gets

Re: [mkgmap-dev] Routing issue

2009-11-21 Thread Nakor
*From* Nakor nakor.wp at gmail.com mailto:mkgmap-dev%40lists.mkgmap.org.uk?Subject=Re:%20%5Bmkgmap-dev%5D%20Good%20news%20for%20Nakor%21In-Reply-To=%3C4AEE522B.4050403%40gmail.com%3E *on* /Mon Nov 2 03:29:47 GMT 2009/ / // Well, today's commit to limit the number of points in a way appears

Re: [mkgmap-dev] NSIS patch v2

2009-11-16 Thread Nakor
Hello, On Mon, Nov 16, 2009 at 7:32 AM, Lambertus o...@na1400.info wrote: If anyone wants to use the --nsis option, make sure to set a --family-id, otherwise the maps won't show up in MapSource. The family-name is copied from the description if you Thanks for the report. What is the

Re: [mkgmap-dev] NSIS patch v2

2009-11-16 Thread Nakor
On Mon, Nov 16, 2009 at 9:17 AM, Lambertus o...@na1400.info wrote: Nakor wrote: On Mon, Nov 16, 2009 at 7:32 AM, Lambertus wrote If anyone wants to use the --nsis option, make sure to set a --family-id, otherwise the maps won't show up in MapSource. The family-name is copied

[mkgmap-dev] Routing help

2009-11-14 Thread Nakor
Hello, I am having an issue with routing. Both mapsource and my Etrex Vista route me through http://www.openstreetmap.org/browse/way/40819345 which is a cycleway. Per the style file cycleways get access set to no. If I build my file with FINE debug activated I get the following line:

Re: [mkgmap-dev] [PATCH] Display road name instead of ref in routing directions

2009-11-12 Thread Nakor
And the question is, is this also true for other countries? Here in the U.S. (or should I say in Michigan as it is certainly different in other states), most of the time the ref is shown but it town/urban areas it is often the road name that is used. The display of name (ref) sounds like a good

Re: [mkgmap-dev] Does road segmentation influence routing?

2009-11-02 Thread Nakor
Mark Burton wrote: Hi Nakor, I was driving north on I-75 around http://www.openstreetmap.org/?lat=42.9038214683533lon=-83.6452031135559zoom=16and when I approached exit 109, my GPS indicated to stay on the left. This is a motorway with a motorway_link going out of it as usual and I

Re: [mkgmap-dev] Good news for Nakor!

2009-11-01 Thread Nakor
Well, today's commit to limit the number of points in a way appears to have fixed that issue as well. Good news indeed. I'll try this next time I update my maps and let you know. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] NSIS patch v2

2009-10-29 Thread Nakor
Its OK to error out on a missing tdb file as that is not optional, but you should probably detect the presence of a mdr file though and adjust omit it from the file. I'll have to add the ability to detect MDR files to FileInfo. You should also take account of the product-id too. I will

[mkgmap-dev] NSIS patch

2009-10-28 Thread Nakor
Hello, Please find attached a patch that will generate a .nsi file if --nsis is provided on the command line. This .nsi file can be use with NSIS ( http://nsis.sourceforge.net) to build an EXE installer for installing the maps with MapSource on Windows. Known limitation: for now I assume that

Re: [mkgmap-dev] NSIS patch

2009-10-28 Thread Nakor
One thing I noticed: Nakor + * @author Steve Ratcliffe I assume that's wrong? Yes. Copy/paste issues it looks like ;-) ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Does road segmentation influence routing?

2009-10-25 Thread Nakor
Hello, I was driving north on I-75 around http://www.openstreetmap.org/?lat=42.9038214683533lon=-83.6452031135559zoom=16and when I approached exit 109, my GPS indicated to stay on the left. This is a motorway with a motorway_link going out of it as usual and I was wondering why I ot that message?

Re: [mkgmap-dev] Commit: r1305: Message tweak - s/road/street/.

2009-10-22 Thread Nakor
Anyway, it's a good new feature - I found over 40 locations in the GB map where oneway roads met up with nowhere else to go Hi mark, Thanks for this patch. Does it catch the other way around i.e. point that can be reached because there are only oneways going away form there? Thanks again, N.

Re: [mkgmap-dev] Unable to send maps with MapSource

2009-10-22 Thread Nakor
More directly if you apply the attached patch, then the list of regions for each map processed will be printed. Thanks for the patch. I see that region is sometimes varying, e.g. here in Michigan, I get either MI or Mich (and even sometimes USA or US or Unites States of America). Do you

Re: [mkgmap-dev] Unable to send maps with MapSource

2009-10-21 Thread Nakor
How is a region defined? I was able to generate a pretty big map in the States and it tranferred fine to the GPS (took more than one hour thru MapSource). How can I know how many regions I have in there? Thanks, N. ___ mkgmap-dev mailing list

Re: [mkgmap-dev] Routing issue

2009-10-12 Thread Nakor
Hi mark, I haven't yet discovered why it appears to be impossible to cross certain longitudes. I will keep thinking about it and, hopefully, come up with a solution sometime. Sure. Thanks for looking into this. However, that map is riddled with non-connected ways so even if the bug is

Re: [mkgmap-dev] Routing issue

2009-10-08 Thread Nakor
Mark, I build directly from the OSM files. I also tried to build the map with assertions enabled (r1265) and it built with no assertion showing up. Thanks, N. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit: r1262: Rework the city code.

2009-10-07 Thread Nakor
I believe that there is a problem with very small map sets that causes problems downloading to a device, so make sure that you are making an index from a large enough map or several maps. Which can explain the problems I encountered before as I was playing with a small map to have mkgmap run

[mkgmap-dev] Routing issue

2009-10-07 Thread Nakor
Hello, I have spotted a routing issue with a mkgmap generated map. I was able to reproduce it in several versions: 1188, 1228 and 1265. The source file is the Cloudmade Michigan file (Sep 30), that I split using splitter. I can reproduce the issue either using the whole Michigan state (5

Re: [mkgmap-dev] [mkgmap-svn] Commit: r1261: Implement the reverse index.

2009-10-06 Thread Nakor
Hello, I tried 1262 with MapSource 6.15.6 and still can see: * crash when uploading to the GPS uni. I have one map in my family but other maps in other families. Should I either uninstall the other families or try to upload everything? * crash when trying to enter a city under the Fetaures

Re: [mkgmap-dev] [mkgmap-svn] Commit: r1261: Implement the reverse index.

2009-10-06 Thread Nakor
Hi Steve, * crash when uploading to the GPS uni. I have one map in my family but other maps in other families. Should I either uninstall the other families or try to upload everything? * crash when trying to enter a city under the Fetaures tab in the Find Places window. I would try

Re: [mkgmap-dev] Issue with exits ref and possible patch

2009-09-30 Thread Nakor
Mark, Here you go. Index: src/uk/me/parabola/mkgmap/reader/osm/xml/Osm5XmlHandler.java === --- src/uk/me/parabola/mkgmap/reader/osm/xml/Osm5XmlHandler.java (revision 1246) +++

Re: [mkgmap-dev] Commit: r1241: Fix various bugs relating to reading the rgn file.

2009-09-28 Thread Nakor
So I would like to have the functionality of road-name-pois inside the address search (with housenumber=0, because the Vista HCx will only let you enter a streetname in the search, after having typed in a housenumber; I do believe that other GPS are similar in that regard). On my Vista HCx,

  1   2   >