[mkgmap-dev] OT: Edge 705 firmware hacking

2011-12-07 Thread Marko Mäkelä
Two weeks ago, the USB interface of my Edge 705 broke in such a way that the unit no longer enters the mass storage mode. I saw something similar twice earlier when the FAT file system in the internal memory was corrupted, but back then I was able to force it by repeatedly pressing the Power bu

Re: [mkgmap-dev] gmapsupp-mdr branch

2011-12-07 Thread Marko Mäkelä
On Wed, Dec 07, 2011 at 10:25:15AM -0500, Francisco Moraes wrote: >I also tried this and it appears to work fine on my Oregon 450. The >only thing I still need to understand is why my streets are not >assigned a City nor a State. How can I debug and understand what is >missing? > >There is an ad

[mkgmap-dev] [PATCH v1] exclude words from city / state

2011-12-07 Thread WanMil
Attached patch does the trick easier: mkgmap:country=DEU& mkgmap:city!=* { set mkgmap:city='${mkgmap:admin_level8|remove:Gemeinde !Stadt }' } The filter "remove" removes all occurrences of the defined regexp. Regexps are separated by "!". Please have a try. Maybe someone has a better idea

Re: [mkgmap-dev] exclude words from city / state

2011-12-07 Thread Thorsten Kukuk
On Tue, Dec 06, toc-rox wrote: > How is it possible to substitute more than one word ? > > I have something like this as names in "admin_level=8": > "Gemeinde Spalt" > "Gemeinde Maxdorf" > "Stadt Linz am Rhein" > "Stadt Rodgau" > > I want to replace "Gemeinde " and "Stadt " with nothing. > How i

Re: [mkgmap-dev] TYP compiler

2011-12-07 Thread Henning Scholland
Hi, I'm back from a longer holiday and haven't read every mail. So maybe my comments could already be discussed. First: It works nearly perfect! My problem is, that the generated typ-file will not written to the given output dictionary. That would be a very useful thing. The other thing is the n

Re: [mkgmap-dev] gmapsupp-mdr branch

2011-12-07 Thread Francisco Moraes
On 2:59 PM, WanMil wrote: > Hi Steve, > > I just want to let you know that the gmapsupp-mdr branch works great > for me! I tested in on an Oregon 300. > > I couldn't start with systematic tests but up to now I had no device > shutdowns and could find all addresses. I also tried this and it appear