Re: [mkgmap-dev] cannot add waypoints on an area polygon

2010-02-17 Thread Marko Mäkelä
Hi Maning, http://www.openstreetmap.org/user/bri%20g/diary/9588 wrote: > "Okay let me explain, if I store the point of exactly where I am that > works, but usually I move the pointer to where the data point is, say > a post box on the other side of the road, but that is in in an area, > so the Gar

[mkgmap-dev] cannot add waypoints on an area polygon

2010-02-17 Thread maning sambale
Hi, I found this in the osm diary: http://www.openstreetmap.org/user/bri%20g/diary/9588 "On another point can I talk about areas? The whole of the University of British Columbia was and still is tagged as an area - fine no problem, but loading my Garmin HCX with a map derived from an OSM file con

Re: [mkgmap-dev] Recommended version?

2010-02-17 Thread Steve Ratcliffe
Hi > I think the answer is not so easy. From my point of view: use the latest > one (r1575). > > Question to all: Which issues must be fixed before releasing another > stable version? I think we should update the stable version fairly frequently, every month or so, but avoiding just after a majo

Re: [mkgmap-dev] Recommended version?

2010-02-17 Thread Felix Hartmann
On 17.02.2010 21:42, WanMil wrote: >> Hi! >> >> According to the wiki, the last revision of mkgmap recommended as >> more-or-less stable is 1188. Which is rather ancient, of course. :-) >> >> As there have been quite some interesting changes recently, especially >> around multipolygons, I'd like

Re: [mkgmap-dev] Multipolygon artificial tagging

2010-02-17 Thread Marko Mäkelä
Hi WanMil, > the patch for the mp code does not remove any tags from the source > polygons and lines. Instead it tags all mp-source lines and polygons > with mkgmap:mp_source=yes. > > All artificially created polygons during the mp processing are tagged > with mkgmap:mp_created=yes. > > Example:

[mkgmap-dev] Multipolygon artificial tagging

2010-02-17 Thread WanMil
Hi Marko and others, the patch for the mp code does not remove any tags from the source polygons and lines. Instead it tags all mp-source lines and polygons with mkgmap:mp_source=yes. All artificially created polygons during the mp processing are tagged with mkgmap:mp_created=yes. Example:

Re: [mkgmap-dev] How to tag artificial cut lines in multipolygons

2010-02-17 Thread Marko Mäkelä
Hi WanMil, > Regarding your questions I reply with some other questions: > * Why do you split large multipolygons to smaller ones? I am expecting problems with some tools. Let us assume that Lake Saimaa is consists of 1 ways with an average 300 nodes per way. If it were a single multi

Re: [mkgmap-dev] How to tag artificial cut lines in multipolygons

2010-02-17 Thread WanMil
> Hi WanMil and others, > > Some time ago, there was discussion that the MultiPolygon code in > mkgmap should tag the lines that it generates when splitting > multipolygons to polygons. > > I think that there is a genuine need to split large multipolygons to > smaller multipolygons in the OSM data

Re: [mkgmap-dev] Recommended version?

2010-02-17 Thread WanMil
> > Hi! > > According to the wiki, the last revision of mkgmap recommended as > more-or-less stable is 1188. Which is rather ancient, of course. :-) > > As there have been quite some interesting changes recently, especially > around multipolygons, I'd like to raise the question again: In your > exp

Re: [mkgmap-dev] [PATCH v4] Multipolygon code enabled for overlapping lines

2010-02-17 Thread WanMil
> Hi WanMil, > >> I didn't get any negative feedback. Could you please commit this >> patch? > You did get some feedback from me, but it is not that critical. I > committed the patch in trunk r1575. > Thank you for your ongoing efforts, > > Marko Yeah, but it was not too *negative* ;-) Than

[mkgmap-dev] How to tag artificial cut lines in multipolygons

2010-02-17 Thread Marko Mäkelä
Hi WanMil and others, Some time ago, there was discussion that the MultiPolygon code in mkgmap should tag the lines that it generates when splitting multipolygons to polygons. I think that there is a genuine need to split large multipolygons to smaller multipolygons in the OSM data too. For

Re: [mkgmap-dev] [PATCH v4] Multipolygon code enabled for overlapping lines

2010-02-17 Thread Marko Mäkelä
Hi WanMil, > I didn't get any negative feedback. Could you please commit this > patch? You did get some feedback from me, but it is not that critical. I committed the patch in trunk r1575. Thank you for your ongoing efforts, Marko ___ mkgmap

[mkgmap-dev] Commit: r1575: Allow overlapped lines in multipolygons (WanMil)

2010-02-17 Thread svn commit
Version 1575 was commited by marko on 2010-02-17 19:32:07 + (Wed, 17 Feb 2010) Allow overlapped lines in multipolygons (WanMil) ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Help from the style file gurus

2010-02-17 Thread Minko
Torsten, you are right that I'm expecting too much ;-) We have only a limited number of Garmin lines to use, so I created some extra possibilities by combining those lines with the layer option. Multiple map-layers can be done, but I don't like it because you can't see them in Mapsource. What I

Re: [mkgmap-dev] [PATCH v4] Multipolygon code enabled for overlapping lines

2010-02-17 Thread WanMil
> Compared to v3 (posted by Carlos in thread "Wrong multipolygon > warnings") some unused debug messages have been removed. > > The patch enables the multipolygon code to process multipolygons with > overlapping lines. > > WanMil > Marko, Steve, I didn't get any negative feedback. Could you pleas

Re: [mkgmap-dev] Help from the style file gurus

2010-02-17 Thread Torsten Leistikow
Moin, Minko schrieb am 17.02.2010 16:05: > I don't know if this already has been discussed, but some combinations of TYP > file and overlays wont work in Mapsource. I don't know, whether they are not working, or whether you are expecing too much. I didn't follow the discussion, when the overlay

[mkgmap-dev] suppress place tag in road-name-pois

2010-02-17 Thread maning sambale
The road-name-poi switch is very useful for street search, however, in most cases the place tag attached is wrong mostly due to wrong place tag position. Is it possible to suppress adding the place tag and show only the streetname? -- cheers, maning --

Re: [mkgmap-dev] Help from the style file gurus

2010-02-17 Thread Minko
Hi, I don't know if this already has been discussed, but some combinations of TYP file and overlays wont work in Mapsource. I'm trying to put oneway, bridge and tunnel symbols on the roads by using the layer style file. This works fine with tunnels and bridges, but with oneway symbols I noticed

Re: [mkgmap-dev] [PATCH v3] heed the through_route relation when adjusting turn headings

2010-02-17 Thread Mark Burton
Hi Steve, > If that comes up today, I can test it tonight. Thanks in advance. A v4 patch was posted yesterday, here it is again. Cheers, Mark diff --git a/src/uk/me/parabola/imgfmt/app/net/RoadDef.java b/src/uk/me/parabola/imgfmt/app/net/RoadDef.java index de87495..e6a187e 100644 --- a/src/uk/

Re: [mkgmap-dev] Recommended version?

2010-02-17 Thread Someoneelse
NopMap wrote: > ... In your > experience, is there a more current revision that you have used for major > amounts of data without problems, so it could be recommended as reasonably > stable, especially to new users? I upgraded a month or so ago from mkgmap-r590 to mkgmap-r1441 and haven't had pr

Re: [mkgmap-dev] typ file not included with generating gmapsupp

2010-02-17 Thread charlie
Steve Ratcliffe (s...@parabola.me.uk) wrote: > On 16/02/10 15:11, Martin Simon wrote: >> I don't know if this helps, but I have to specify the *full* path of >> my typ files to get them included. they are in another directory. > > It might well help, as it is a possible clue to what is happening.

Re: [mkgmap-dev] typ file not included with generating gmapsupp

2010-02-17 Thread Steve Ratcliffe
On 16/02/10 15:11, Martin Simon wrote: > I don't know if this helps, but I have to specify the *full* path of > my typ files to get them included. they are in another directory. It might well help, as it is a possible clue to what is happening. If mkgmap is run in a script and it changes directory

Re: [mkgmap-dev] [PATCH v3] heed the through_route relation when adjusting turn headings

2010-02-17 Thread Steve Hosgood
Mark Burton wrote: ..if you drive south-east on Kilfield Road... I have just tried routing on that road and mapsource did not give me a "turn right" at that junction. However, I have tweaked the code as it could get confused as to which is the through route as all the roads at that junct

Re: [mkgmap-dev] [PATCH] Add way link to "contains zero length arc" output

2010-02-17 Thread Mark Burton
Hello Ævar, Please try this version, it should now print the browse URL whether the road is from OSM input or MP input. Mark diff --git a/src/uk/me/parabola/imgfmt/app/net/RoadDef.java b/src/uk/me/parabola/imgfmt/app/net/RoadDef.java index de87495..1dc1e8a 100644 --- a/src/uk/me/parabola/imgfmt

Re: [mkgmap-dev] [PATCH] Add way link to "contains zero length arc" output

2010-02-17 Thread Mark Burton
Hi, > Unless you have another patch that modifies the toOSMUR() function to > print a /browse/way/* link in addition to the bbox link it currently > prints that doesn't give me the info I need. The idea was to not have > to copy/paste the ID that was printed into a manually constructed URL > that

[mkgmap-dev] Recommended version?

2010-02-17 Thread NopMap
Hi! According to the wiki, the last revision of mkgmap recommended as more-or-less stable is 1188. Which is rather ancient, of course. :-) As there have been quite some interesting changes recently, especially around multipolygons, I'd like to raise the question again: In your experience, is th