Re: [mkgmap-dev] Option generate-sea buggy

2010-10-17 Thread Josef Latt


Am 16.10.2010 20:27, schrieb aighes:
 
 Some days ago there was a report of an bad coastline in this region (german
 forum or talk-de, I don't remember exactly). But I thought it was already
 fixed. Maybe you should download an new extract.

I tried it with several extracts after the fix.
The screenshot is from the extract yesterday.

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


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

2010-10-17 Thread Johann Gail

 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 thousands of tags and tag/value
 pairs out there which are documented nowhere. Just have a look at
 Tagwatch (http://tagwatch.stoecker.eu/Planet/De/index.html). Mappers do
 have a lot of imagination sometimes ;-).
   

I see it the other way. I *think* it should be doable not to hard. The 
style matcher has to match the style rules for each element in the osm 
file. If he could not match any rule then it should printout a warning.

I expect them to be thousands too. I don't know if this would help to user.

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


Re: [mkgmap-dev] Option generate-sea buggy

2010-10-17 Thread Marko Mäkelä
On Sun, Oct 17, 2010 at 08:34:42AM +0200, Josef Latt wrote:
I tried it with several extracts after the fix.
The screenshot is from the extract yesterday.

Did you enable the logging and search for any coastline warnings in the 
log?

Something like this should do the trick:

java -Xmx1024m -ea -Dlog.config=logging.properties -jar mkgmap.jar ...
grep -i coastline mkgmap.log.0

You can get a logging.properties file from 
http://www.polkupyoraily.net/osm/ 
or more specifically at 
http://www.polkupyoraily.net/osm/files/logging.properties

Best regards,

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


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 thousands of tags and tag/value
 pairs out there which are documented nowhere. Just have a look at
 Tagwatch (http://tagwatch.stoecker.eu/Planet/De/index.html). Mappers do
 have a lot of imagination sometimes ;-).


 I see it the other way. I *think* it should be doable not to hard. The
 style matcher has to match the style rules for each element in the osm
 file. If he could not match any rule then it should printout a warning.

 I expect them to be thousands too. I don't know if this would help to 
 user.

 Johann

This is the statistics from OSM-Composer, maybe it's helpfull for this 
discussion.
There is a limit you can set, below this limit the TAGs are not mentioned.
Aditionally you can set a flag to add up only the tag-name without each 
different value,
such tags are shown with a * only (e.g. is_in/*)

not mapped Tags:
3465  way:layer/*
3352  way:is_in/*
608  way:addr:interpolation/*
562  way:electrified/*
422  way:usage/main
395  way:tracks/2
370  node:highway/turning_circle
327  way:tracks/1
274  node:dispensing/yes

This feature is one of the reasons I am using the Composer,
but without the add_up option, there will be thousands of entries in this 
list.
Composer also has an ignore option, these TAGs are completely ignored.

Walter 

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


Re: [mkgmap-dev] Strange request with later versions of mkgmap

2010-10-17 Thread NopMap


Johann Gail wrote:
 
 I do not know, what causes this message. But I assume it is the question 
 if the device should route over streets (with routing information) or if 
 it should show only the straight line to the destination. This is was I 
 understand with 'beeline'. The line which flies a bee in the air.
 

Yes. The terms are clear. The device ask for street routing or a straight
line. Which is strange as the map should not contain route information
without --route. Right?

bye
Nop

-- 
View this message in context: 
http://gis.638310.n2.nabble.com/Strange-request-with-later-versions-of-mkgmap-tp5620986p5644161.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] Strange request with later versions of mkgmap

2010-10-17 Thread charlie
NopMap (ekkeh...@gmx.de) wrote:



 Johann Gail wrote:

 I do not know, what causes this message. But I assume it is the question
 if the device should route over streets (with routing information) or if
 it should show only the straight line to the destination. This is was I
 understand with 'beeline'. The line which flies a bee in the air.


 Yes. The terms are clear. The device ask for street routing or a straight
 line. Which is strange as the map should not contain route information
 without --route. Right?

 bye

Are you sure that the GPS won't try to route even when there is no  
routing info in the map?  I've got a vague memory (back when I didn't  
know how to create a routable map) that my GPS still offered the  
option to route to a POI even without routing info.


-- 
Charlie

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


Re: [mkgmap-dev] Option generate-sea buggy

2010-10-17 Thread Josef Latt

On  Sun, Oct 17, 2010 at 08:33:10 BST 2010, Marko Mäkelä wrote:
 I tried it with several extracts after the fix.
 The screenshot is from the extract yesterday.

 Did you enable the logging and search for any coastline warnings
 in the log?

 Something like this should do the trick:
 java -Xmx1024m -ea -Dlog.config=logging.properties -jar mkgmap.jar ...
 grep -i coastline mkgmap.log.0

 You can get a logging.properties file from
 http://www.polkupyoraily.net/osm/
 or more specifically at
 http://www.polkupyoraily.net/osm/files/logging.properties

The log shows only one problem with coastline but not in this region.
It's here:
http://www.openstreetmap.org/?lat=53.7711lon=14.2342zoom=12layers=M

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


Re: [mkgmap-dev] Strange request with later versions of mkgmap

2010-10-17 Thread Greg Troxel

Marko Mäkelä marko.mak...@iki.fi writes:

 On Sun, Oct 17, 2010 at 02:15:55PM +0100, char...@cferrero.net wrote:
Are you sure that the GPS won't try to route even when there is no 
routing info in the map?  I've got a vague memory (back when I didn't 
know how to create a routable map) that my GPS still offered the option 
to route to a POI even without routing info.

 Me too. Initially (early 2009) I built some maps without routing, and 
 the Edge 705 would route along some really strange lines that did not 
 seem to align with any map features.

That's probably routing using the basemap.  My etrex vista hcx does that
when it can't figure out a route (usually when I'm on a highway that's
messed up in OSM).


pgpzTy41rexuZ.pgp
Description: PGP signature
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Option generate-sea buggy

2010-10-17 Thread Minko
Maybe it's caused by the geofabrik extract of germany.osm because I notice the 
same problems happen
for the same region (near Emden) if I use the Benelux abstract from 
planet.openstreetmap.nl
For my Benelux maps I have use the europe.osm extract from geofabrik and then 
split it with a wider border area.
(It was me who reported an error with the coast line on the openstreetmap 
forum, but this has already been fixed last week).

Maybe the German extract has a border area that is too small so some coastlines 
get broken?

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


[mkgmap-dev] Commit: r1715: Re-enable the protobuf format input. Builds without protobuf support

2010-10-17 Thread svn commit

Version 1715 was commited by steve on 2010-10-17 22:38:44 +0100 (Sun, 17 Oct 
2010) 

Re-enable the protobuf format input.  Builds without protobuf support
if the jars are not available at build time.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Commit: r1716: The example style directories were empty - fixed.

2010-10-17 Thread svn commit

Version 1716 was commited by steve on 2010-10-17 22:41:48 +0100 (Sun, 17 Oct 
2010) 

The example style directories were empty - fixed.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev