Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread UliBaer
Seems to be the same bug as reported for version 3175 and version 3177 seems
to solve the problem, although the warnings remain.
Thanks!



--
View this message in context: 
http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802880.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread UliBaer
Here is a sample from the output:

-

SCHWERWIEGEND (RestrictionRelation): 66923006.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/2906958 (at
http://www.opens
treetmap.org/?mlat=51.479364&mlon=7.222796&zoom=17) way
http://www.openstreetmap
.org/browse/way/30413534 doesn't have required node
java.lang.NullPointerException
at
uk.me.parabola.mkgmap.reader.osm.RestrictionRelation.isValid(Restrict
ionRelation.java:412)
at
uk.me.parabola.mkgmap.reader.osm.LinkDestinationHook.retrieveWays(Lin
kDestinationHook.java:149)
at
uk.me.parabola.mkgmap.reader.osm.LinkDestinationHook.end(LinkDestinat
ionHook.java:721)
at
uk.me.parabola.mkgmap.reader.osm.OsmReadingHooksChain.end(OsmReadingH
ooksChain.java:79)
at
uk.me.parabola.mkgmap.reader.osm.o5m.O5mBinMapDataSource.load(O5mBinM
apDataSource.java:49)
at
uk.me.parabola.mkgmap.reader.osm.OsmMapDataSource.load(OsmMapDataSour
ce.java:127)
at
uk.me.parabola.mkgmap.main.MapMaker.loadFromFile(MapMaker.java:167)
at uk.me.parabola.mkgmap.main.MapMaker.makeMap(MapMaker.java:63)
at uk.me.parabola.mkgmap.main.Main$1.call(Main.java:220)
at uk.me.parabola.mkgmap.main.Main$1.call(Main.java:216)
at java.util.concurrent.FutureTask.run(Unknown Source)
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
SCHWERWIEGEND (RestrictionRelation): 66923017.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/3166130 (at
http://www.opens
treetmap.org/?mlat=47.995010&mlon=7.801055&zoom=17) via node is not a
routing no
de
SCHWERWIEGEND (RestrictionRelation): 66923017.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/3166131 (at
http://www.opens
treetmap.org/?mlat=47.995010&mlon=7.801055&zoom=17) via node is not a
routing no
de
SCHWERWIEGEND (RestrictionRelation): 66923017.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/447695 (at
http://www.openst
reetmap.org/?mlat=47.994439&mlon=7.803537&zoom=17) via node is not a routing
nod
e
SCHWERWIEGEND (RestrictionRelation): 66923017.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/447718 (at
http://www.openst
reetmap.org/?mlat=47.992134&mlon=7.813180&zoom=17) via node is not a routing
nod
e
SCHWERWIEGEND (RestrictionRelation): 66923020.o5m: Turn restriction
(only_right_
turn) http://www.openstreetmap.org/browse/relation/1662928 (at
http://www.openst
reetmap.org/?mlat=48.638850&mlon=8.042009&zoom=17) way
http://www.openstreetmap.
org/browse/way/37184968 doesn't have required node
SCHWERWIEGEND (RestrictionRelation): 66923020.o5m: Turn restriction
(only_straig
ht_on) http://www.openstreetmap.org/browse/relation/1662918 (at
http://www.opens
treetmap.org/?mlat=48.638406&mlon=8.043140&zoom=17) way
http://www.openstreetmap
.org/browse/way/37184968 doesn't have required node

-

It is still running, but in the end it will not generate output.
Will post the rest later...



--
View this message in context: 
http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802879.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread Gerd Petermann
Hi Uli,

do you mean error messages like this ?
63240003.o5m: Turn restriction (only_right_turn) 
http://www.openstreetmap.org/browse/relation/2456606 (at 
http://www.openstreetmap.org/?mlat=51.296499&mlon=6.925914&zoom=17) way 
http://www.openstreetmap.org/browse/way/184456457 doesn't have required node

They are printed when one that appears in a relation doesn't have a routable 
node.
This can have different reasons:
1) the way has no tags or the tags do not produce a routable way
2) an internal mkgmap error 

As long as the latter can happen I ike to see an error message, but reason 1) 
should
produce a different kind of message.
Looking at it again...

Gerd

> Date: Thu, 10 Apr 2014 05:14:18 -0700
> From: ulib...@gmail.com
> To: mkgmap-dev@lists.mkgmap.org.uk
> Subject: Re: [mkgmap-dev] Commit: r3176: add copyright info,  no functional 
> change
> 
> Unfortunately i get loads of "node missing" exceptions with the latest build.
> No problem with version 3169.
> Will try to run again with saving to log and post output here.
> 
> 
> 
> --
> View this message in context: 
> http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802848.html
> Sent from the Mkgmap Development mailing list archive at Nabble.com.
> ___
> 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] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread Gerd Petermann
Hi Uli,

> i alread use splitter r321 since it came out.
> Do i need to change options for splitter to keep restriction relations
> complete?

good, and no, it doesn't require changes in options.
So, I'll wait for further info...

Gerd


  ___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread UliBaer
GerdP wrote
> Hi Uli,
> 
> please make sure to use latest splitter (r321) so that all supported
> restriction relations
> are complete.
> 
> Gerd

Hi Gerd,

i alread use splitter r321 since it came out.
Do i need to change options for splitter to keep restriction relations
complete?

Regards, Uli



--
View this message in context: 
http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802850.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread GerdP
Hi Uli,

please make sure to use latest splitter (r321) so that all supported
restriction relations
are complete.

Gerd


UliBaer wrote
> Unfortunately i get loads of "node missing" exceptions with the latest
> build. No problem with version 3169.
> Will try to run again with saving to log and post output here.





--
View this message in context: 
http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802849.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Commit: r3176: add copyright info, no functional change

2014-04-10 Thread UliBaer
Unfortunately i get loads of "node missing" exceptions with the latest build.
No problem with version 3169.
Will try to run again with saving to log and post output here.



--
View this message in context: 
http://gis.19327.n5.nabble.com/Commit-r3176-add-copyright-info-no-functional-change-tp5802841p5802848.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev