Re: [mkgmap-dev] Minor documentation update

2020-02-14 Thread Gerd Petermann
Hi Mike,

okay, I also don't care about the copyright, but I think Steve wanted a 
copyright header in all mkgmap java sources.

Reg. the doc files: I don't know what happens on the server. There is a 
directory scripts but I assume it is not up to date.

Gerd


Von: mkgmap-dev  im Auftrag von Mike 
Baggaley 
Gesendet: Freitag, 14. Februar 2020 17:56
An: 'Development list for mkgmap'
Betreff: Re: [mkgmap-dev] Minor documentation update

Hi Gerd, I had seen your post, but it came while I was away, so it wasn't
practical to view the patch on my phone. I thought you were primarily after
some hints on how to solve the conflict between Eclipse and ant, and had no
answer to that.

Providing the details of the inputs in a separate file sounds fine to me.

I would consider the program code to be pretty trivial and am not intending
to claim any copyright on it - if you need to specify license and copyright
then I am happy for it to be whatever is easiest for you - if there is a
global license/copyright for mkgmap, you could just lump it in with that.
Wherever you want to place it is fine by me - it is likely that you will
probably be the one using it the most.

By the way, is there any information on the txt file format that is used to
generate the HTML? I see that ===text=== is converted to text, but
several of the headings would really be better as .

Regards,
Mike

-Original Message-
From: Gerd Petermann [mailto:gpetermann_muenc...@hotmail.com]
Sent: 14 February 2020 06:00
To: 'Development list for mkgmap' 
Subject: Re: [mkgmap-dev] Minor documentation update

Hi Mike,

sorry for the delay. It seems you did not see my post
http://gis.19327.n8.nabble.com/Need-help-with-build-scripts-tt5957298.html
where I attached a modified version of the buildoptions program.

I've merged your changes with my patch, but omitted the part starting with
"Input files may be of the following types: ".
The list is incomplete. I think the program understands various compressed
formats like *.osm.bz2 or *.osm.gz or *.osm.zip.
Also missing is the polish format *.mp.   We have a file
resources\help\en\inputs.
I think this would be the best place to put these details, but the link in
file help is missing.

I am not sure where to put your program and what licence /copyright message
to use. This patch places it in src\buildoptions\OptionsBuilder.java because
that made it easier for me to use it.
Compared to my first patch I've modified the build script so that options is
not automatically overwritten, instead one has to use
ant options-file
to "compile" it.

Gerd


Von: mkgmap-dev  im Auftrag von Mike
Baggaley 
Gesendet: Mittwoch, 12. Februar 2020 12:44
An: 'Development list for mkgmap'
Betreff: [mkgmap-dev] Minor documentation update

Hi Gerd, now that my previous documentation patch has been committed, I have
noticed a couple of errors in it that I didn't notice because I didn't have
the means to compile it into the web pages. Please find attached a small
patch that corrects these errors and adds some information on the input
files, primarily to describe typ file compilation. I have also slightly
tweaked the code for generating the options file from options.txt, but as
the previous version does not appear to be in SVN, this has come across as a
complete file, rather than the change (which is just the deletion of the
hyphen character in 'if (line.startsWith(";-")) {').

Regards,
Mike

___
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] Minor documentation update

2020-02-14 Thread Mike Baggaley
Hi Gerd, I had seen your post, but it came while I was away, so it wasn't
practical to view the patch on my phone. I thought you were primarily after
some hints on how to solve the conflict between Eclipse and ant, and had no
answer to that.

Providing the details of the inputs in a separate file sounds fine to me.

I would consider the program code to be pretty trivial and am not intending
to claim any copyright on it - if you need to specify license and copyright
then I am happy for it to be whatever is easiest for you - if there is a
global license/copyright for mkgmap, you could just lump it in with that.
Wherever you want to place it is fine by me - it is likely that you will
probably be the one using it the most.

By the way, is there any information on the txt file format that is used to
generate the HTML? I see that ===text=== is converted to text, but
several of the headings would really be better as .

Regards,
Mike

-Original Message-
From: Gerd Petermann [mailto:gpetermann_muenc...@hotmail.com] 
Sent: 14 February 2020 06:00
To: 'Development list for mkgmap' 
Subject: Re: [mkgmap-dev] Minor documentation update

Hi Mike,

sorry for the delay. It seems you did not see my post
http://gis.19327.n8.nabble.com/Need-help-with-build-scripts-tt5957298.html
where I attached a modified version of the buildoptions program.

I've merged your changes with my patch, but omitted the part starting with
"Input files may be of the following types: ".
The list is incomplete. I think the program understands various compressed
formats like *.osm.bz2 or *.osm.gz or *.osm.zip.
Also missing is the polish format *.mp.   We have a file
resources\help\en\inputs.
I think this would be the best place to put these details, but the link in
file help is missing.

I am not sure where to put your program and what licence /copyright message
to use. This patch places it in src\buildoptions\OptionsBuilder.java because
that made it easier for me to use it.
Compared to my first patch I've modified the build script so that options is
not automatically overwritten, instead one has to use
ant options-file
to "compile" it.

Gerd


Von: mkgmap-dev  im Auftrag von Mike
Baggaley 
Gesendet: Mittwoch, 12. Februar 2020 12:44
An: 'Development list for mkgmap'
Betreff: [mkgmap-dev] Minor documentation update

Hi Gerd, now that my previous documentation patch has been committed, I have
noticed a couple of errors in it that I didn't notice because I didn't have
the means to compile it into the web pages. Please find attached a small
patch that corrects these errors and adds some information on the input
files, primarily to describe typ file compilation. I have also slightly
tweaked the code for generating the options file from options.txt, but as
the previous version does not appear to be in SVN, this has come across as a
complete file, rather than the change (which is just the deletion of the
hyphen character in 'if (line.startsWith(";-")) {').

Regards,
Mike

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


Re: [mkgmap-dev] Minor documentation update

2020-02-13 Thread Gerd Petermann
Hi Mike,

sorry for the delay. It seems you did not see my post 
http://gis.19327.n8.nabble.com/Need-help-with-build-scripts-tt5957298.html 
where I attached a modified version of the buildoptions program.

I've merged your changes with my patch, but omitted the part starting with 
"Input files may be of the following types: ".
The list is incomplete. I think the program understands various compressed 
formats like *.osm.bz2 or *.osm.gz or *.osm.zip.
Also missing is the polish format *.mp.   We have a file 
resources\help\en\inputs.
I think this would be the best place to put these details, but the link in file 
help is missing.

I am not sure where to put your program and what licence /copyright message to 
use. This patch places it in src\buildoptions\OptionsBuilder.java because that 
made it easier for me to use it.
Compared to my first patch I've modified the build script so that options is 
not automatically overwritten, instead one has to use
ant options-file
to "compile" it.

Gerd


Von: mkgmap-dev  im Auftrag von Mike 
Baggaley 
Gesendet: Mittwoch, 12. Februar 2020 12:44
An: 'Development list for mkgmap'
Betreff: [mkgmap-dev] Minor documentation update

Hi Gerd, now that my previous documentation patch has been committed, I have
noticed a couple of errors in it that I didn't notice because I didn't have
the means to compile it into the web pages. Please find attached a small
patch that corrects these errors and adds some information on the input
files, primarily to describe typ file compilation. I have also slightly
tweaked the code for generating the options file from options.txt, but as
the previous version does not appear to be in SVN, this has come across as a
complete file, rather than the change (which is just the deletion of the
hyphen character in 'if (line.startsWith(";-")) {').

Regards,
Mike


options-generator-v2.patch
Description: options-generator-v2.patch
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Minor documentation update

2020-02-12 Thread Mike Baggaley
Hi Gerd, now that my previous documentation patch has been committed, I have
noticed a couple of errors in it that I didn't notice because I didn't have
the means to compile it into the web pages. Please find attached a small
patch that corrects these errors and adds some information on the input
files, primarily to describe typ file compilation. I have also slightly
tweaked the code for generating the options file from options.txt, but as
the previous version does not appear to be in SVN, this has come across as a
complete file, rather than the change (which is just the deletion of the
hyphen character in 'if (line.startsWith(";-")) {').

Regards,
Mike


doc-minor.patch
Description: Binary data
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev