[mkgmap-dev] Curious behaviour of map text
From Walter Schlögl Walter.Schloegl-Resch at aon.at on Fri Mar 29 18:25:20 GMT 2019
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=* | addr:door=*) { name '${addr:unit}/${addr:door}' | '${addr:housenumber}/${addr:unit}' | '${addr:door}' | '${addr:unit}' | '${addr:housenumber}'} [0x1E04 resolution 24] If you like, you can map the remaining adresses with a 1 dot POI and use 0x1604 This will only be shown if you point on it. There seems to be a bug in MapSplitter, if there are too many address tags at one place. It’s the case in the northern part of Germany: (Wageningen, Utrecht, Rotterdam) You might need to delete these adresses to avoid an error. Walter From: mailto:osm at pinns.co.uk Sent: Friday, March 29, 2019 3:06 PM To: mkgmap-dev at lists.mkgmap.org.uk Subject: Re: [mkgmap-dev] Curious behaviour of map text Hi Manfred 1e04 was used to centralise the text on the address node - you can use a typ file to reduce the font size of this type to 'small' r Nick On 29/03/2019 13:28, Gerd Petermann wrote: Hi Manfred, for my tests of the housenumber code I use addr:housenumber=* & addr:street=* { name '${addr:housenumber}' } [0x3200 resolution 24] I am only interestred in the real position of the house numbers, so you still might want to add continue. Gerd ________________________________________ Von: mkgmap-dev mailto:mkgmap-dev-bounces at lists.mkgmap.org.uk im Auftrag von manfred.haiduk mailto:manfred.haiduk at freenet.de Gesendet: Freitag, 29. März 2019 13:55 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] Curious behaviour of map text Hmm, that number was suggested by the file style tricks one or two 😞 Von meinem Samsung Gerät gesendet. -------- Ursprüngliche Nachricht -------- Von: Ticker Berkin mailto:rwb-mkgmap at jagit.co.uk Datum: 29.03.2019 13:51 (GMT+01:00) An: mkgmap development mailto:mkgmap-dev at lists.mkgmap.org.uk Betreff: Re: [mkgmap-dev] Curious behaviour of map text Hi 0x1e04 is a strange choice for an house number point. 0x1e00 is "State" and has a big font and might not support sub-types Ticker On Fri, 2019-03-29 at 13:32 +0100, DD8KQ wrote: Hi Gerd as you suggested, i added the continue statement to the directive, but, its still not working properly. Without that line, i can see nearly at all relevant zoom-levels street and city names both on mapsource or my GPSMAP 276Cx, with that line, on MapSource the city names will only be displayed at lower zoom levels (let say starting at 1km, 1.5 km and above) but on device they still are not visible. BTW, as the housenumbers are shown on the device with really big letters, i will forgot this option as it will make the maps on my device nearly unreadable :'( But anyway, its strange ... Am 29.03.2019 um 06:18 schrieb Gerd Petermann: Hi Manfred, when you add that rule at the beginning I would expect that all points which have the tag addr:housenumber are added as 0x1e04 and since you did not use continue you should not expect any other details. Still, your rule should not change street names. Gerd ________________________________________ Von: mkgmap-dev mailto:mkgmap-dev-bounces at lists.mkgmap.org.uk im Auftrag von Manfred Haiduk mailto:manfred.haiduk at freenet.de Gesendet: Donnerstag, 28. März 2019 22:44 An: Development list for mkgmap Betreff: [mkgmap-dev] Curious behaviour of map text Hi alllet say i'm experimenting with housenumber display in my maps. To do this, i added in my point style file this statement : addr:housenumber=* { set name='${addr:housenumber}' } [0x1e04 resolution 24 ] But if i do this, all other text is vanished, i.e street names, village names etc, only housenumbers are displayed both in map source and on my device. Any idea whats going wrong ? regards Manfred _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -- ##################################################### Viele Grüße und 73 de Manfred Haiduk, DD8KQ e-mail mhaiduk at t-online.de dd8kq at gmx.de ##################################################### _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -------------------------------------------------------------------------------- _______________________________________________ mkgmap-dev mailing list mkgmap-dev at lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.mkgmap.org.uk/pipermail/mkgmap-dev/attachments/20190329/d44ac14c/attachment-0001.html>
- Previous message: [mkgmap-dev] Curious behaviour of map text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list