[osmosis-dev] Osmosis Release 0.35

2010-04-22 Thread Brett Henderson
Hi All,

I just released Osmosis 0.35.  There are no major new features, just an
assortment of bugs and improvements that should be useful to users.

The key changes are listed below.

Cheers,
Brett

*Changes*

   - Registered --fast-read-xml as a task instead of requiring
   --fast-read-xml-0.6 to be specified.
   - Fixed the completeRelations option on the --bounding-box and
   --bounding-polygon tasks to work as expected and documented.
   - Updated the --fast-read-xml task to ignore changeset elements.
   - Various enhancements to the Ivy processing including publishing of all
   artefacts.
   - Fixed apidb tasks to correctly select the MySQL drivers instead of
   always using PostgreSQL drivers.
   - Fixed the osmosis.bat launcher to handle spaces in the installation
   path.
___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


[osmosis-dev] Removed 0.5 Support

2010-04-22 Thread Brett Henderson
Hi All,

With the 0.6 API having been released for 12 months now, the time has come
to remove 0.5 support from Osmosis.  While 0.5 support hasn't caused much
pain, I'm keen to simplify things where possible.

Some before and after stats.

0.35
Lines of Java Code: 91,602
Number of Java Classes: 843
Size of osmosis.jar: 1,147,843 bytes

0.36-SNAPSHOT
Lines of Java Code: 60,730
Number of Java Classes: 558
Size of osmosis.jar: 756,598

Brett
___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


Re: [osmosis-dev] Osmosis Release 0.35

2010-04-22 Thread Frederik Ramm
Brett,

Brett Henderson wrote:
 There are no major new features, just an assortment of bugs

That's how we love our Osmosis ;-)

Bye
Frederik


___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


Re: [osmosis-dev] Osmosis Release 0.35

2010-04-22 Thread Brett Henderson
On Thu, Apr 22, 2010 at 11:17 PM, Frederik Ramm frede...@remote.org wrote:

 Brett,


 Brett Henderson wrote:

 There are no major new features, just an assortment of bugs


 That's how we love our Osmosis ;-)


Hehe, oops.  Bug *fixes* :-)



 Bye
 Frederik


___
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev


Re: [OSM-dev] git.openstreetmap.org

2010-04-22 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 21, 2010 at 15:42, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote:
 On Wed, Apr 21, 2010 at 15:11, Tom Hughes t...@compton.nu wrote:
 On 21/04/10 15:06, Chris Browet wrote:
 The real question is whether it is wanted/desirable to have the myriad
 of OSM related projects hosted under a single repository (or at least
 under an openstreetmap.org http://openstreetmap.org umbrella).
 I don't actually have any opinion on this.

 Well one problem is that managing it will be a pain if we have lots of
 projects as an admin will have to create the repos and things.

 The git security model also makes it a pain because it's OS security based
 so would mean adding lots of system users and creating some complicated
 system of group ownership to control who owned each repo.

 If you want to give people ssh:// access it can be (although GitHub,
 Gitorious et al manage with git-shell). But are you aware of
 git-http-backend(1)? You could set it up to do .htaccess push
 authentication via a CGI script exactly like SVN is set up now.

Here's more info on this from GitHub which just rolled it out:
http://github.com/blog/642-smart-http-support

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] git.openstreetmap.org

2010-04-22 Thread Chris Browet

  If you want to give people ssh:// access it can be (although GitHub,
  Gitorious et al manage with git-shell). But are you aware of
  git-http-backend(1)? You could set it up to do .htaccess push
  authentication via a CGI script exactly like SVN is set up now.

 Here's more info on this from GitHub which just rolled it out:
 http://github.com/blog/642-smart-http-support


Hmm... That's indeed a big plus...
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [josm-dev] Terracer plugin: A few ideas for improved usability

2010-04-22 Thread Lambertus
Gehling Marc wrote:
  Hello Lambertus,
 
  first, great plugin. We use this for add 100.000 Housenumber in 
Dortmund. I have one wish
 
  - focus on 'Abschnitt' in german or save the last focus
 
  And one question. Can i change the spearator line per 90 degree ?
 
  Marc
 
Hello Marc,

First, I'm not 'the terracer plugin developer'. I just thought it could 
benefit from some tweaks and started working on it. From the Trac 
history I see there have been multiple developers but the plugin was 
initially written by Matt Amos (who's not working on it anymore).

You can see the improvements I have in mind below, you should be able to 
  close the window using Enter in the future (which will behave the same 
as OK (or Abschnitt)). Does that suit you?

Additional to the list below I plan to save the last choice for Even/Odd 
  between JOSM restarts and popups.

  Lambertus wrote:
  Hello list,
 
  There is an (ongoing) building import in The Netherlands and as a 
result of that I've applied addresses to a couple of hundred buildings. 
 From this experience I have some wishes for the terracer plugin which 
would greatly improve the usability when applied. I hope you don't mind 
me asking...
 
  - Keybind ESC to close the window (same behaviour as 'Cancel').
  - Keybind Enter to close the window (same behaviour as 'Ok').
  - Put focus on the first field ('lowest number') when the window opens.
  - Assume 'Even/Odd' as the default choice (I admit that this could 
be a choice based on regional choice, but at least for The Netherlands 
this is the default).
 
  The following two items would help when using the terracer plugin 
for tagging single free-standing houses (yes, I liked using terracer for 
taging single houses as well):
  - Allow non-numeric addresses (like 12a or 34-2) if only one number 
is entered.
  - Don't process the building outline as if it were a housing block 
if only one number is entered as many free-standing buildings have 
non-symmetrical shapes (and there is nothing to terrace anyway).
 
  If it is considered that these changes could be made by a Java noob 
then a link to the plugin code is appreciated and I'll attempt to create 
a patch. Thanks in advance.
 
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev
 
  ___
  josm-dev mailing list
  josm-dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/josm-dev
 
 
 



___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] shortcuts, wiki -software

2010-04-22 Thread colliar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi

I noticed a difference between https://josm.openstreetmap.de/wiki/Help/Menu/File
and JOSM-latest.
The shortcuts are once with - and once with +. Which one should we use ?

colliar
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkvQSV0ACgkQalWTFLzqsCuv3gCgteDlNik1NoeOdX6BXPklwnRh
/04An34HeB4iYOPeN0UJgXTLblvN7FyY
=yHZ3
-END PGP SIGNATURE-

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev