Re: [mkgmap-dev] [Patch v1] improve highway rules

2015-12-12 Thread Dave Swarthout
Gerd,

I have no complaints. I am using my own style files I so ask where is the
best place to insert these new rules? I assume they should be placed in my
lines file ahead of the general highway processing rules. Does that make
sense?

Thanks

Dave

This
email has been sent from a virus-free computer protected by Avast.
www.avast.com

<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sat, Dec 12, 2015 at 2:52 PM, Gerd Petermann <
gpetermann_muenc...@hotmail.com> wrote:

> Hi all,
>
>
> I think the following lines shoud be added to the lines rules to make sure
> that
>
> these ways are not used for routing. For many of them I've tried to
> convince
>
> the mappers to find better tags, but without success so far.
>
> Some are part of proposals.
>
>
> # Remove highway tag from ways which are not suitable for routing
> highway=traffic_signals | highway=junction | highway=island |
> highway=centre_line | highway=traffic_island  {delete highway}
> highway=piste | highway=ski {delete highway}
> highway=no | highway=none {delete highway}
>
>
> If I hear no complains I'll commit this patch on Monday.
>
>
> Gerd
>
> ___
> mkgmap-dev mailing list
> mkgmap-dev@lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>



-- 
Dave Swarthout
Homer, Alaska
Chiang Mai, Thailand
Travel Blog at http://dswarthout.blogspot.com
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Country unification in address search

2015-12-12 Thread Gerd Petermann
Hi Ben,


the boundaries are full of problems, and mkgmap produces lots of warnings

when you process the whole planet to create the bounds file.

See this post for more details:

http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2014q1/019854.html


Gerd


Von: mkgmap-dev-boun...@lists.mkgmap.org.uk 
 im Auftrag von Ben Konrath 

Gesendet: Samstag, 12. Dezember 2015 09:39
An: Development list for mkgmap
Betreff: Re: [mkgmap-dev] Country unification in address search

Hi Thorsten,

On Thu, Nov 12, 2015 at 9:25 PM, Thorsten Kukuk 
> wrote:

Hi,

On Thu, Nov 12, Felix Hartmann wrote:

> Well I use the bounds file - updated every month or so from here:
> http://osm.thkukuk.de/data/bounds-latest.zip

It's updated every week, if it passes the sanity checks.
So if too many boundaries are broken, it's not updated.

I'm curious to know what sanity checks you do? Would it be possible to add 
these checks to mkgmap somehow so that a waning message is printed when there 
are problems with the bounds?

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

Re: [mkgmap-dev] Country unification in address search

2015-12-12 Thread Ben Konrath
Hi Thorsten,

On Thu, Nov 12, 2015 at 9:25 PM, Thorsten Kukuk  wrote:

>
> Hi,
>
> On Thu, Nov 12, Felix Hartmann wrote:
>
> > Well I use the bounds file - updated every month or so from here:
> > http://osm.thkukuk.de/data/bounds-latest.zip
>
> It's updated every week, if it passes the sanity checks.
> So if too many boundaries are broken, it's not updated.
>

I'm curious to know what sanity checks you do? Would it be possible to add
these checks to mkgmap somehow so that a waning message is printed when
there are problems with the bounds?

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

Re: [mkgmap-dev] [Patch v1] improve highway rules

2015-12-12 Thread Gerd Petermann
Hi Dave,


Yes, I've attached a patch which shows where I'd place the rules in the default 
style.


Gerd



Von: mkgmap-dev-boun...@lists.mkgmap.org.uk 
 im Auftrag von Dave Swarthout 

Gesendet: Samstag, 12. Dezember 2015 09:36
An: Development list for mkgmap
Betreff: Re: [mkgmap-dev] [Patch v1] improve highway rules

Gerd,

I have no complaints. I am using my own style files I so ask where is the best 
place to insert these new rules? I assume they should be placed in my lines 
file ahead of the general highway processing rules. Does that make sense?

Thanks

Dave
[https://ipmcdn.avast.com/images/logo-avast-v1.png]
[http://static.avast.com/11/web/min/i/mkt/share/avast-logo.png]

Safe emailing | Avast
Avast makes emailing safe. Let Avast scan everything you download from your 
incoming messages, so you don't have to worry about opening them. Free download
Weitere 
Informationen...

This email has been sent from a virus-free computer protected by Avast.
www.avast.com

On Sat, Dec 12, 2015 at 2:52 PM, Gerd Petermann 
> wrote:

Hi all,


I think the following lines shoud be added to the lines rules to make sure that

these ways are not used for routing. For many of them I've tried to convince

the mappers to find better tags, but without success so far.

Some are part of proposals.


# Remove highway tag from ways which are not suitable for routing
highway=traffic_signals | highway=junction | highway=island | 
highway=centre_line | highway=traffic_island  {delete highway}
highway=piste | highway=ski {delete highway}
highway=no | highway=none {delete highway}


If I hear no complains I'll commit this patch on Monday.


Gerd

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



--
Dave Swarthout
Homer, Alaska
Chiang Mai, Thailand
Travel Blog at http://dswarthout.blogspot.com
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Country unification in address search

2015-12-12 Thread Thorsten Kukuk
On Sat, Dec 12, Ben Konrath wrote:

> On Thu, Nov 12, 2015 at 9:25 PM, Thorsten Kukuk  wrote:

> > It's updated every week, if it passes the sanity checks.
> > So if too many boundaries are broken, it's not updated.
> 
> I'm curious to know what sanity checks you do? Would it be possible to add
> these checks to mkgmap somehow so that a waning message is printed when
> there are problems with the bounds?

Nothing you could add to mkgmap, it's mostly doing some
comparisations of size and number of mkgmap errors/warnings
with the previous build.
So if something bigger got broken compared to the old version, 
the boundaries are not updated.

  Thorsten


-- 
Thorsten Kukuk, Senior Architect SLES & Common Code Base
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev