Re: [mkgmap-dev] new branch split-shape

2017-01-25 Thread Ticker Berkin
Hi Gerd

OK.

Re. sea polygons: These shouldn't go into their own subDivision because
it will stop mkgmap:drawLevel from working correctly.

Ticker

PS I've committed more changes to branches/split-shape, including my
initial changes to MultiPolygonRelation - Take this if you want, so far
it doesn't have any dependencies on the new algo

Ticker

On Wed, 2017-01-25 at 09:07 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> merging earlier seems to require quite heavy changes, so I gave up.
> 
> Gerd
> 
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Gerd Petermann <gpetermann_muenc...@hotmail.com>
> Gesendet: Montag, 23. Januar 2017 11:01:11
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
> 
> Hi Ticker,
> 
> Ticker Berkin wrote
> > What aspect of sea polygons is getting worse?
> 
> GPSMapEdit reports that the shapes require more memory, I think that
> means
> that --order-by-decreasing-area
> option still creates more shapes. Same problem with background shapes
> (0x4B).
> A quick work around might be to place those large polygons into their
> own
> sub divs.
> I am experimenting with this idea and with an earlier shape merge.
> 
> 
> Ticker Berkin wrote
> > Once the new algo is shown not to cause problems: for quick/simple
> > wins, I'd like to convert PolygonSplitter*, AreaClipper and
> > MultiPolygonRelation to use the new code.
> 
> OK, go ahead.
> 
> Gerd
> 
> 
> 
> 
> 
> --
> View this message in context: http://gis.19327.n8.nabble.com/new-bran
> ch-split-shape-tp5889303p5889811.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
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] new branch split-shape

2017-01-23 Thread Gerd Petermann
Hi Ticker,

Ticker Berkin wrote
> What aspect of sea polygons is getting worse?

GPSMapEdit reports that the shapes require more memory, I think that means
that --order-by-decreasing-area
option still creates more shapes. Same problem with background shapes
(0x4B).
A quick work around might be to place those large polygons into their own
sub divs.
I am experimenting with this idea and with an earlier shape merge.


Ticker Berkin wrote
> Once the new algo is shown not to cause problems: for quick/simple
> wins, I'd like to convert PolygonSplitter*, AreaClipper and
> MultiPolygonRelation to use the new code.

OK, go ahead.

Gerd





--
View this message in context: 
http://gis.19327.n8.nabble.com/new-branch-split-shape-tp5889303p5889811.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] new branch split-shape

2017-01-23 Thread Ticker Berkin
Hi Gerd

What aspect of sea polygons is getting worse?

Once the new algo is shown not to cause problems: for quick/simple
wins, I'd like to convert PolygonSplitter*, AreaClipper and
MultiPolygonRelation to use the new code.

I agree that ShapeMergeFilter should operate on the full map rather
than within subdivisions. However, with --order-by-decreasing-area, one
of the good things it does is put back together polygons that got split
by an earlier point-limit filter, but, when split again into
subdivisions the limit is no longer exceeded.

As per your ideas list, having a zoom-filtered representation (or at
least the relevant sizes) of the complete poly/lines before subdivision
splitting starts to get round this, along with delaying splitting as
long as possible.

I like the idea of having the holes in polygons kept as their own
entity, rather than the polygon being cut up. Sometimes the hole will
also be an item to output to the map.

MapArea splitting will need a bit of a restructure. It needs to have a
firmer idea of when division by geographic area has become pointless
(area too small or one half is empty) then switch to another method

Ticker

On Mon, 2017-01-23 at 08:10 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> I did some more tests. With --order-by-decreasing-area enabled the
> branch is much faster, in fact
> the additional polygon splits are done with nearly no impact on run
> time, great!
> Still confusing for me is that the option has a negative effect on
> the sea polygons, so I 'll
> have a closer look at this.
> I think we have two possible ways to go from here:
> 1) replace the existing algos with yours to improve performance
> 2) try to implement my idea described on the to do list beginning
> with "rewrite classes that hold"
> http://www.mkgmap.org.uk/dev/todo
> esp. the part regarding "merge shapes before splitting the map into
> sub areas"
> 
> Do you think that this would also work with the --order-by-decreasing
> -area option?
> 
> Gerd
> 
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Sonntag, 22. Januar 2017 19:23:53
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
> 
> Hi Gerd
> 
> I've merged recent trunk changes into the branch and committed it.
> 
> Ticker
> 
> On Fri, 2017-01-20 at 18:17 +, Gerd Petermann wrote:
> > Hi Ticker,
> > 
> > yes, please commit it so that others can test this version.
> > 
> > Gerd
> > 
> > 
> > Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> > von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> > Gesendet: Freitag, 20. Januar 2017 16:54:16
> > An: mkgmap-dev@lists.mkgmap.org.uk
> > Betreff: Re: [mkgmap-dev] new branch split-shape
> > 
> > Hi Gerd
> > 
> > I've fixed ShapeSplitter and committed it to branches/split-shape/
> > 
> > It runs through:
> > 3094949146 Jan 13 10:00 germany-latest.osm.pbf
> > with your areas.list without problems. However it is quite
> > sensitive
> > to
> > self-intersecting polygons and these might generate warnings into
> > mkgmap.log.0 if enabled.
> > 
> > I haven't committed my merge of the trunk into this branch, but can
> > if
> > you want.
> > 
> > Ticker
> > 
> > 
> > On Fri, 2017-01-13 at 08:56 +, Gerd Petermann wrote:
> > > Hi Ticker,
> > > 
> > > here is my areas.list for splitter (use with --split
> > > -file=areas.list)
> > > 
> > > Gerd
> > > 
> > > 
> > > Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im
> > > Auftrag
> > > von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> > > Gesendet: Freitag, 13. Januar 2017 09:54:01
> > > An: mkgmap-dev@lists.mkgmap.org.uk
> > > Betreff: Re: [mkgmap-dev] new branch split-shape
> > > 
> > > Hi Gerd
> > > 
> > > I thought this case would never happen. I think I know how to
> > > make
> > > it
> > > work. I'll download .de from geofabik and try my std split and
> > > params
> > > to see if I can reproduce. If not I'll ask you for input
> > > files/split
> > > params/cfg...
> > > 
> > > Ticker
> > > 
> > > On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> > > > Hi Ticker,
> > > > 
> > > > Ticker Berkin wrote
> > > > > Steve ch

Re: [mkgmap-dev] new branch split-shape

2017-01-23 Thread Gerd Petermann
Hi Ticker,

I did some more tests. With --order-by-decreasing-area enabled the branch is 
much faster, in fact
the additional polygon splits are done with nearly no impact on run time, great!
Still confusing for me is that the option has a negative effect on the sea 
polygons, so I 'll
have a closer look at this.
I think we have two possible ways to go from here:
1) replace the existing algos with yours to improve performance
2) try to implement my idea described on the to do list beginning with "rewrite 
classes that hold"
http://www.mkgmap.org.uk/dev/todo
esp. the part regarding "merge shapes before splitting the map into sub areas"

Do you think that this would also work with the --order-by-decreasing-area 
option?

Gerd


Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Ticker 
Berkin <rwb-mkg...@jagit.co.uk>
Gesendet: Sonntag, 22. Januar 2017 19:23:53
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] new branch split-shape

Hi Gerd

I've merged recent trunk changes into the branch and committed it.

Ticker

On Fri, 2017-01-20 at 18:17 +, Gerd Petermann wrote:
> Hi Ticker,
>
> yes, please commit it so that others can test this version.
>
> Gerd
>
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Freitag, 20. Januar 2017 16:54:16
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
>
> Hi Gerd
>
> I've fixed ShapeSplitter and committed it to branches/split-shape/
>
> It runs through:
> 3094949146 Jan 13 10:00 germany-latest.osm.pbf
> with your areas.list without problems. However it is quite sensitive
> to
> self-intersecting polygons and these might generate warnings into
> mkgmap.log.0 if enabled.
>
> I haven't committed my merge of the trunk into this branch, but can
> if
> you want.
>
> Ticker
>
>
> On Fri, 2017-01-13 at 08:56 +, Gerd Petermann wrote:
> > Hi Ticker,
> >
> > here is my areas.list for splitter (use with --split
> > -file=areas.list)
> >
> > Gerd
> >
> > 
> > Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> > von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> > Gesendet: Freitag, 13. Januar 2017 09:54:01
> > An: mkgmap-dev@lists.mkgmap.org.uk
> > Betreff: Re: [mkgmap-dev] new branch split-shape
> >
> > Hi Gerd
> >
> > I thought this case would never happen. I think I know how to make
> > it
> > work. I'll download .de from geofabik and try my std split and
> > params
> > to see if I can reproduce. If not I'll ask you for input
> > files/split
> > params/cfg...
> >
> > Ticker
> >
> > On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> > > Hi Ticker,
> > >
> > > Ticker Berkin wrote
> > > > Steve changed some stuff and I've now been able to commit it to
> > > > the
> > > > branch.
> > >
> > > I tested with a map for germany and got some error messages.
> > > I used this command:
> > > java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> > > c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> > > c:\osm_out_work\germany\20170111_172616\template.args
> > > Attached is the mkgmap.cfg.
> > > Please let me know when you need the corresponding input files.
> > >
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction
> > > of
> > > shape and
> > > hole conflict
> > > http://www.openstreetmap.org/?mlat=53.660850=9.991379=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> > > divider at
> > > same points 26865876 26866066
> > > http://www.openstreetmap.org/?mlat=53.951411=9.007551=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> > > divider at
> > > same points 20894468 20894665
> > > http://www.openstreetmap.org/?mlat=52.092962=7.005482=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction
> > > of
> > > shape and
> > > hole conflict
> > > http://www.openstreetmap.org/?mlat=50.982076=11.418979=
> > > 17
> > > SCHWERWIEGEND (ShapeSplitter):
> > 

Re: [mkgmap-dev] new branch split-shape

2017-01-22 Thread Ticker Berkin
Hi Gerd

I've merged recent trunk changes into the branch and committed it.

Ticker
 
On Fri, 2017-01-20 at 18:17 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> yes, please commit it so that others can test this version.
> 
> Gerd
> 
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Freitag, 20. Januar 2017 16:54:16
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
> 
> Hi Gerd
> 
> I've fixed ShapeSplitter and committed it to branches/split-shape/
> 
> It runs through:
> 3094949146 Jan 13 10:00 germany-latest.osm.pbf
> with your areas.list without problems. However it is quite sensitive
> to
> self-intersecting polygons and these might generate warnings into
> mkgmap.log.0 if enabled.
> 
> I haven't committed my merge of the trunk into this branch, but can
> if
> you want.
> 
> Ticker
> 
> 
> On Fri, 2017-01-13 at 08:56 +, Gerd Petermann wrote:
> > Hi Ticker,
> > 
> > here is my areas.list for splitter (use with --split
> > -file=areas.list)
> > 
> > Gerd
> > 
> > 
> > Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> > von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> > Gesendet: Freitag, 13. Januar 2017 09:54:01
> > An: mkgmap-dev@lists.mkgmap.org.uk
> > Betreff: Re: [mkgmap-dev] new branch split-shape
> > 
> > Hi Gerd
> > 
> > I thought this case would never happen. I think I know how to make
> > it
> > work. I'll download .de from geofabik and try my std split and
> > params
> > to see if I can reproduce. If not I'll ask you for input
> > files/split
> > params/cfg...
> > 
> > Ticker
> > 
> > On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> > > Hi Ticker,
> > > 
> > > Ticker Berkin wrote
> > > > Steve changed some stuff and I've now been able to commit it to
> > > > the
> > > > branch.
> > > 
> > > I tested with a map for germany and got some error messages.
> > > I used this command:
> > > java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> > > c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> > > c:\osm_out_work\germany\20170111_172616\template.args
> > > Attached is the mkgmap.cfg.
> > > Please let me know when you need the corresponding input files.
> > > 
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction
> > > of
> > > shape and
> > > hole conflict
> > > http://www.openstreetmap.org/?mlat=53.660850=9.991379=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> > > divider at
> > > same points 26865876 26866066
> > > http://www.openstreetmap.org/?mlat=53.951411=9.007551=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> > > divider at
> > > same points 20894468 20894665
> > > http://www.openstreetmap.org/?mlat=52.092962=7.005482=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction
> > > of
> > > shape and
> > > hole conflict
> > > http://www.openstreetmap.org/?mlat=50.982076=11.418979=
> > > 17
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction
> > > of
> > > shape and
> > > hole conflict
> > > http://www.openstreetmap.org/?mlat=47.570801=7.906524=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit
> > > divider at
> > > same points 29218589 29218749
> > > http://www.openstreetmap.org/?mlat=48.099174=9.796295=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit
> > > divider at
> > > same points 23869233 23869283
> > > http://www.openstreetmap.org/?mlat=50.964096=8.002801=1
> > > 7
> > > SCHWERWIEGEND (ShapeSplitter):
> > > c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit
> > > divider at
> > > same points 147494300 147494521
> > > http://www.ope

Re: [mkgmap-dev] new branch split-shape

2017-01-20 Thread Gerd Petermann
Hi Ticker,

yes, please commit it so that others can test this version.

Gerd


Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Ticker 
Berkin <rwb-mkg...@jagit.co.uk>
Gesendet: Freitag, 20. Januar 2017 16:54:16
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] new branch split-shape

Hi Gerd

I've fixed ShapeSplitter and committed it to branches/split-shape/

It runs through:
3094949146 Jan 13 10:00 germany-latest.osm.pbf
with your areas.list without problems. However it is quite sensitive to
self-intersecting polygons and these might generate warnings into
mkgmap.log.0 if enabled.

I haven't committed my merge of the trunk into this branch, but can if
you want.

Ticker


On Fri, 2017-01-13 at 08:56 +, Gerd Petermann wrote:
> Hi Ticker,
>
> here is my areas.list for splitter (use with --split-file=areas.list)
>
> Gerd
>
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Freitag, 13. Januar 2017 09:54:01
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
>
> Hi Gerd
>
> I thought this case would never happen. I think I know how to make it
> work. I'll download .de from geofabik and try my std split and params
> to see if I can reproduce. If not I'll ask you for input files/split
> params/cfg...
>
> Ticker
>
> On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> > Hi Ticker,
> >
> > Ticker Berkin wrote
> > > Steve changed some stuff and I've now been able to commit it to
> > > the
> > > branch.
> >
> > I tested with a map for germany and got some error messages.
> > I used this command:
> > java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> > c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> > c:\osm_out_work\germany\20170111_172616\template.args
> > Attached is the mkgmap.cfg.
> > Please let me know when you need the corresponding input files.
> >
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=53.660850=9.991379=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> > divider at
> > same points 26865876 26866066
> > http://www.openstreetmap.org/?mlat=53.951411=9.007551=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> > divider at
> > same points 20894468 20894665
> > http://www.openstreetmap.org/?mlat=52.092962=7.005482=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=50.982076=11.418979=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=47.570801=7.906524=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit
> > divider at
> > same points 29218589 29218749
> > http://www.openstreetmap.org/?mlat=48.099174=9.796295=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit
> > divider at
> > same points 23869233 23869283
> > http://www.openstreetmap.org/?mlat=50.964096=8.002801=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit
> > divider at
> > same points 147494300 147494521
> > http://www.openstreetmap.org/?mlat=49.451318=7.788942=17
> >
> > mkgmap.cfg <
> > http://gis.19327.n8.nabble.com/file/n5889336/mkgmap.cfg>  ;;
> >
> >
> >
> > --
> > View this message in context:
> > http://gis.19327.n8.nabble.com/new-bran
> > ch-split-shape-tp5889303p5889336.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
> ___
> 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
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] new branch split-shape

2017-01-20 Thread Ticker Berkin
Hi Gerd

I've fixed ShapeSplitter and committed it to branches/split-shape/

It runs through:
3094949146 Jan 13 10:00 germany-latest.osm.pbf
with your areas.list without problems. However it is quite sensitive to
self-intersecting polygons and these might generate warnings into
mkgmap.log.0 if enabled.

I haven't committed my merge of the trunk into this branch, but can if
you want.

Ticker


On Fri, 2017-01-13 at 08:56 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> here is my areas.list for splitter (use with --split-file=areas.list)
> 
> Gerd
> 
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Freitag, 13. Januar 2017 09:54:01
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
> 
> Hi Gerd
> 
> I thought this case would never happen. I think I know how to make it
> work. I'll download .de from geofabik and try my std split and params
> to see if I can reproduce. If not I'll ask you for input files/split
> params/cfg...
> 
> Ticker
> 
> On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> > Hi Ticker,
> > 
> > Ticker Berkin wrote
> > > Steve changed some stuff and I've now been able to commit it to
> > > the
> > > branch.
> > 
> > I tested with a map for germany and got some error messages.
> > I used this command:
> > java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> > c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> > c:\osm_out_work\germany\20170111_172616\template.args
> > Attached is the mkgmap.cfg.
> > Please let me know when you need the corresponding input files.
> > 
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=53.660850=9.991379=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> > divider at
> > same points 26865876 26866066
> > http://www.openstreetmap.org/?mlat=53.951411=9.007551=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> > divider at
> > same points 20894468 20894665
> > http://www.openstreetmap.org/?mlat=52.092962=7.005482=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=50.982076=11.418979=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction of
> > shape and
> > hole conflict
> > http://www.openstreetmap.org/?mlat=47.570801=7.906524=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit
> > divider at
> > same points 29218589 29218749
> > http://www.openstreetmap.org/?mlat=48.099174=9.796295=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit
> > divider at
> > same points 23869233 23869283
> > http://www.openstreetmap.org/?mlat=50.964096=8.002801=17
> > SCHWERWIEGEND (ShapeSplitter):
> > c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit
> > divider at
> > same points 147494300 147494521
> > http://www.openstreetmap.org/?mlat=49.451318=7.788942=17
> > 
> > mkgmap.cfg <
> > http://gis.19327.n8.nabble.com/file/n5889336/mkgmap.cfg>  ;;
> > 
> > 
> > 
> > --
> > View this message in context: 
> > http://gis.19327.n8.nabble.com/new-bran
> > ch-split-shape-tp5889303p5889336.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
> ___
> 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] new branch split-shape

2017-01-13 Thread Gerd Petermann
Hi Ticker,

here is my areas.list for splitter (use with --split-file=areas.list)

Gerd


Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Ticker 
Berkin <rwb-mkg...@jagit.co.uk>
Gesendet: Freitag, 13. Januar 2017 09:54:01
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] new branch split-shape

Hi Gerd

I thought this case would never happen. I think I know how to make it
work. I'll download .de from geofabik and try my std split and params
to see if I can reproduce. If not I'll ask you for input files/split
params/cfg...

Ticker

On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> Hi Ticker,
>
> Ticker Berkin wrote
> > Steve changed some stuff and I've now been able to commit it to the
> > branch.
>
> I tested with a map for germany and got some error messages.
> I used this command:
> java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> c:\osm_out_work\germany\20170111_172616\template.args
> Attached is the mkgmap.cfg.
> Please let me know when you need the corresponding input files.
>
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=53.660850=9.991379=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> divider at
> same points 26865876 26866066
> http://www.openstreetmap.org/?mlat=53.951411=9.007551=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> divider at
> same points 20894468 20894665
> http://www.openstreetmap.org/?mlat=52.092962=7.005482=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=50.982076=11.418979=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=47.570801=7.906524=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit
> divider at
> same points 29218589 29218749
> http://www.openstreetmap.org/?mlat=48.099174=9.796295=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit
> divider at
> same points 23869233 23869283
> http://www.openstreetmap.org/?mlat=50.964096=8.002801=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit
> divider at
> same points 147494300 147494521
> http://www.openstreetmap.org/?mlat=49.451318=7.788942=17
>
> mkgmap.cfg <
> http://gis.19327.n8.nabble.com/file/n5889336/mkgmap.cfg>  ;
>
>
>
> --
> View this message in context: http://gis.19327.n8.nabble.com/new-bran
> ch-split-shape-tp5889303p5889336.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


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

Re: [mkgmap-dev] new branch split-shape

2017-01-13 Thread Ticker Berkin
Hi Gerd

I thought this case would never happen. I think I know how to make it
work. I'll download .de from geofabik and try my std split and params
to see if I can reproduce. If not I'll ask you for input files/split
params/cfg...

Ticker

On Thu, 2017-01-12 at 23:10 -0700, Gerd Petermann wrote:
> Hi Ticker,
> 
> Ticker Berkin wrote
> > Steve changed some stuff and I've now been able to commit it to the
> > branch.
> 
> I tested with a map for germany and got some error messages.
> I used this command:
> java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
> c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
> c:\osm_out_work\germany\20170111_172616\template.args 
> Attached is the mkgmap.cfg.
> Please let me know when you need the corresponding input files.
> 
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=53.660850=9.991379=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit
> divider at
> same points 26865876 26866066
> http://www.openstreetmap.org/?mlat=53.951411=9.007551=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit
> divider at
> same points 20894468 20894665
> http://www.openstreetmap.org/?mlat=52.092962=7.005482=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=50.982076=11.418979=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction of
> shape and
> hole conflict
> http://www.openstreetmap.org/?mlat=47.570801=7.906524=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit
> divider at
> same points 29218589 29218749
> http://www.openstreetmap.org/?mlat=48.099174=9.796295=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit
> divider at
> same points 23869233 23869283
> http://www.openstreetmap.org/?mlat=50.964096=8.002801=17
> SCHWERWIEGEND (ShapeSplitter):
> c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit
> divider at
> same points 147494300 147494521
> http://www.openstreetmap.org/?mlat=49.451318=7.788942=17
> 
> mkgmap.cfg <
> http://gis.19327.n8.nabble.com/file/n5889336/mkgmap.cfg>  ;
> 
> 
> 
> --
> View this message in context: http://gis.19327.n8.nabble.com/new-bran
> ch-split-shape-tp5889303p5889336.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] new branch split-shape

2017-01-12 Thread Gerd Petermann
Hi Ticker,

Ticker Berkin wrote
> Steve changed some stuff and I've now been able to commit it to the
> branch.

I tested with a map for germany and got some error messages.
I used this command:
java -Xmx6G -jar d:\mkgmap-split-shape\dist\mkgmap.jar -c
c:\temp\split\mkgmap.cfg --order-by-decreasing-area -c
c:\osm_out_work\germany\20170111_172616\template.args 
Attached is the mkgmap.cfg.
Please let me know when you need the corresponding input files.

SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240043.o5m: Direction of shape and
hole conflict
http://www.openstreetmap.org/?mlat=53.660850=9.991379=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240046.o5m: Lines hit divider at
same points 26865876 26866066
http://www.openstreetmap.org/?mlat=53.951411=9.007551=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240089.o5m: Lines hit divider at
same points 20894468 20894665
http://www.openstreetmap.org/?mlat=52.092962=7.005482=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240110.o5m: Direction of shape and
hole conflict
http://www.openstreetmap.org/?mlat=50.982076=11.418979=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240157.o5m: Direction of shape and
hole conflict
http://www.openstreetmap.org/?mlat=47.570801=7.906524=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240168.o5m: Lines hit divider at
same points 29218589 29218749
http://www.openstreetmap.org/?mlat=48.099174=9.796295=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240184.o5m: Lines hit divider at
same points 23869233 23869283
http://www.openstreetmap.org/?mlat=50.964096=8.002801=17
SCHWERWIEGEND (ShapeSplitter):
c:\osm_out_work\germany\20170111_172616\63240205.o5m: Lines hit divider at
same points 147494300 147494521
http://www.openstreetmap.org/?mlat=49.451318=7.788942=17

mkgmap.cfg   



--
View this message in context: 
http://gis.19327.n8.nabble.com/new-branch-split-shape-tp5889303p5889336.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] new branch split-shape

2017-01-12 Thread Gerd Petermann
Hi Ticker,

Ticker Berkin wrote
> I was planning to look at and convert if possible:
>mkgmap/filters/PolygonSplitter*.java
>mkgmap/general/AreaClipper.java
>mkgmap/general/PolygonClipper.java
>mkgmap/reader/osm/MultiPolygonRelation.java
> once this change was applied and working without problems

I think you can do the work in the branch but if you like I can merge 
r3752 into trunk. I plan to test it today with some other styles.

Gerd




--
View this message in context: 
http://gis.19327.n8.nabble.com/new-branch-split-shape-tp5889303p5889335.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] new branch split-shape

2017-01-12 Thread Ticker Berkin
Hi Gerd

Steve changed some stuff and I've now been able to commit it to the
branch.

Ticker

On Thu, 2017-01-12 at 15:48 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> please try this page:
> http://www.mkgmap.org.uk/account/create
> 
> I think that should work to create your own branch, not sure if you
> can update one that I've created.
> 
> Gerd
> 
> 
> Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
> von Ticker Berkin <rwb-mkg...@jagit.co.uk>
> Gesendet: Donnerstag, 12. Januar 2017 16:43:50
> An: mkgmap-dev@lists.mkgmap.org.uk
> Betreff: Re: [mkgmap-dev] new branch split-shape
> 
> Hi Gerd
> 
> I've fetched this branch, applied my changes and added the new code,
> changed the indention (need to work out how to change the Java mode
> for
> my editor to this style). Then
> 
> [ticker@jag11 split-shape]$ svn commit -m "New ShapeSplitter
> algorithm
> + unit test"
> Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
> repository for mkgmap
> Password for 'ticker': ?
> 
> Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
> repository for mkgmap
> Username: ?
> Password for '':
> 
> What do need to use for the Username and Password?
> 
> I was planning to look at and convert if possible:
>mkgmap/filters/PolygonSplitter*.java
>mkgmap/general/AreaClipper.java
>mkgmap/general/PolygonClipper.java
>mkgmap/reader/osm/MultiPolygonRelation.java
> once this change was applied and working without problems
> 
> Ticker
> 
> On Thu, 2017-01-12 at 14:38 +, Gerd Petermann wrote:
> > Hi Ticker,
> > 
> > please try to add your changes to the new branch:
> > https://svn.mkgmap.org.uk/svn/mkgmap/branches/split-shape
> > 
> > Do you plan to change the other routines like MultiPolygonRelation
> > as
> > well?
> > 
> > Gerd
> > ___
> > 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
> ___
> 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] new branch split-shape

2017-01-12 Thread Steve Ratcliffe
OK that may work now

Steve

On 12 January 2017 16:32:37 GMT+00:00, Steve Ratcliffe <st...@parabola.me.uk> 
wrote:
>Hi Ticker
>
>If you create an account I can enable it for that branch.
>
>.. Steve
>
>On 12 January 2017 15:48:15 GMT+00:00, Gerd Petermann
><gpetermann_muenc...@hotmail.com> wrote:
>>Hi Ticker,
>>
>>please try this page:
>>http://www.mkgmap.org.uk/account/create
>>
>>I think that should work to create your own branch, not sure if you
>can
>>update one that I've created.
>>
>>Gerd
>>
>>
>>Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag
>von
>>Ticker Berkin <rwb-mkg...@jagit.co.uk>
>>Gesendet: Donnerstag, 12. Januar 2017 16:43:50
>>An: mkgmap-dev@lists.mkgmap.org.uk
>>Betreff: Re: [mkgmap-dev] new branch split-shape
>>
>>Hi Gerd
>>
>>I've fetched this branch, applied my changes and added the new code,
>>changed the indention (need to work out how to change the Java mode
>for
>>my editor to this style). Then
>>
>>[ticker@jag11 split-shape]$ svn commit -m "New ShapeSplitter algorithm
>>+ unit test"
>>Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
>>repository for mkgmap
>>Password for 'ticker': ?
>>
>>Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
>>repository for mkgmap
>>Username: ?
>>Password for '':
>>
>>What do need to use for the Username and Password?
>>
>>I was planning to look at and convert if possible:
>>   mkgmap/filters/PolygonSplitter*.java
>>   mkgmap/general/AreaClipper.java
>>   mkgmap/general/PolygonClipper.java
>>   mkgmap/reader/osm/MultiPolygonRelation.java
>>once this change was applied and working without problems
>>
>>Ticker
>>
>>On Thu, 2017-01-12 at 14:38 +, Gerd Petermann wrote:
>>> Hi Ticker,
>>>
>>> please try to add your changes to the new branch:
>>> https://svn.mkgmap.org.uk/svn/mkgmap/branches/split-shape
>>>
>>> Do you plan to change the other routines like MultiPolygonRelation
>as
>>> well?
>>>
>>> Gerd
>>> ___
>>> 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
>>___
>>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
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] new branch split-shape

2017-01-12 Thread Steve Ratcliffe
Hi Ticker

If you create an account I can enable it for that branch.

.. Steve

On 12 January 2017 15:48:15 GMT+00:00, Gerd Petermann 
<gpetermann_muenc...@hotmail.com> wrote:
>Hi Ticker,
>
>please try this page:
>http://www.mkgmap.org.uk/account/create
>
>I think that should work to create your own branch, not sure if you can
>update one that I've created.
>
>Gerd
>
>
>Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von
>Ticker Berkin <rwb-mkg...@jagit.co.uk>
>Gesendet: Donnerstag, 12. Januar 2017 16:43:50
>An: mkgmap-dev@lists.mkgmap.org.uk
>Betreff: Re: [mkgmap-dev] new branch split-shape
>
>Hi Gerd
>
>I've fetched this branch, applied my changes and added the new code,
>changed the indention (need to work out how to change the Java mode for
>my editor to this style). Then
>
>[ticker@jag11 split-shape]$ svn commit -m "New ShapeSplitter algorithm
>+ unit test"
>Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
>repository for mkgmap
>Password for 'ticker': ?
>
>Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
>repository for mkgmap
>Username: ?
>Password for '':
>
>What do need to use for the Username and Password?
>
>I was planning to look at and convert if possible:
>   mkgmap/filters/PolygonSplitter*.java
>   mkgmap/general/AreaClipper.java
>   mkgmap/general/PolygonClipper.java
>   mkgmap/reader/osm/MultiPolygonRelation.java
>once this change was applied and working without problems
>
>Ticker
>
>On Thu, 2017-01-12 at 14:38 +, Gerd Petermann wrote:
>> Hi Ticker,
>>
>> please try to add your changes to the new branch:
>> https://svn.mkgmap.org.uk/svn/mkgmap/branches/split-shape
>>
>> Do you plan to change the other routines like MultiPolygonRelation as
>> well?
>>
>> Gerd
>> ___
>> 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
>___
>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] new branch split-shape

2017-01-12 Thread Gerd Petermann
Hi Ticker,

please try this page:
http://www.mkgmap.org.uk/account/create

I think that should work to create your own branch, not sure if you can update 
one that I've created.

Gerd


Von: mkgmap-dev <mkgmap-dev-boun...@lists.mkgmap.org.uk> im Auftrag von Ticker 
Berkin <rwb-mkg...@jagit.co.uk>
Gesendet: Donnerstag, 12. Januar 2017 16:43:50
An: mkgmap-dev@lists.mkgmap.org.uk
Betreff: Re: [mkgmap-dev] new branch split-shape

Hi Gerd

I've fetched this branch, applied my changes and added the new code,
changed the indention (need to work out how to change the Java mode for
my editor to this style). Then

[ticker@jag11 split-shape]$ svn commit -m "New ShapeSplitter algorithm
+ unit test"
Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
repository for mkgmap
Password for 'ticker': ?

Authentication realm: <https://svn.mkgmap.org.uk:443> Subversion
repository for mkgmap
Username: ?
Password for '':

What do need to use for the Username and Password?

I was planning to look at and convert if possible:
   mkgmap/filters/PolygonSplitter*.java
   mkgmap/general/AreaClipper.java
   mkgmap/general/PolygonClipper.java
   mkgmap/reader/osm/MultiPolygonRelation.java
once this change was applied and working without problems

Ticker

On Thu, 2017-01-12 at 14:38 +, Gerd Petermann wrote:
> Hi Ticker,
>
> please try to add your changes to the new branch:
> https://svn.mkgmap.org.uk/svn/mkgmap/branches/split-shape
>
> Do you plan to change the other routines like MultiPolygonRelation as
> well?
>
> Gerd
> ___
> 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
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] new branch split-shape

2017-01-12 Thread Ticker Berkin
Hi Gerd

I've fetched this branch, applied my changes and added the new code,
changed the indention (need to work out how to change the Java mode for
my editor to this style). Then

[ticker@jag11 split-shape]$ svn commit -m "New ShapeSplitter algorithm
+ unit test"
Authentication realm:  Subversion
repository for mkgmap
Password for 'ticker': ?

Authentication realm:  Subversion
repository for mkgmap
Username: ?
Password for '':

What do need to use for the Username and Password?

I was planning to look at and convert if possible:
   mkgmap/filters/PolygonSplitter*.java
   mkgmap/general/AreaClipper.java
   mkgmap/general/PolygonClipper.java
   mkgmap/reader/osm/MultiPolygonRelation.java
once this change was applied and working without problems

Ticker

On Thu, 2017-01-12 at 14:38 +, Gerd Petermann wrote:
> Hi Ticker,
> 
> please try to add your changes to the new branch:
> https://svn.mkgmap.org.uk/svn/mkgmap/branches/split-shape
> 
> Do you plan to change the other routines like MultiPolygonRelation as
> well?
> 
> Gerd
> ___
> 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