Re: [josm-dev] Search and | ?

2008-12-21 Thread Dirk Stöcker
On Sat, 20 Dec 2008, Russ Nelson wrote: That's exactly the problem. '|' ends up being a string rather than a token. If somebody checks this in, tell me and I'll restore the docs Fixed in r1149. Ciao -- http://www.dstoecker.eu/ (PGP key available)

Re: [josm-dev] zoom support in new wms plugin

2008-12-21 Thread Dirk Stöcker
On Fri, 19 Dec 2008, Petr Dlouhý wrote: This was discussed once in this list. Yes, this is by design, the plugin is downloading the tiles in one zoom level per layer. It is the only logical solution, because WMS can send different data for different zoom level. It also saves amount of

[josm-dev] Small patch for Align nodes in circle issue with other projections

2008-12-21 Thread Pieren
Dear Josm-dev, Could you please apply the following small patch fixing the issue of the function align nodes in circle not working when the current projection is Lambert (or any projection not supporting new LatLon(0,0)) ? In class AlignInCircleAction.java, replace this: if (center ==

Re: [josm-dev] zoom support in new wms plugin

2008-12-21 Thread Dermot McNally
2008/12/21 Dirk Stöcker openstreet...@dstoecker.de: a) I fixed the WMS displacement so it now again displaces the whole map and not a single image, but I did not get the display right. The visible/unvisible decision is still done based on the unmoved pics. (I can live with the fact that

Re: [josm-dev] Search and | ?

2008-12-21 Thread Russ Nelson
Dirk Stöcker writes: On Sat, 20 Dec 2008, Russ Nelson wrote: That's exactly the problem. '|' ends up being a string rather than a token. If somebody checks this in, tell me and I'll restore the docs Fixed in r1149. Thanks. I like the way that the Python folks keep the

Re: [josm-dev] Search and | ?

2008-12-21 Thread Frederik Ramm
Hi, Thanks. I like the way that the Python folks keep the documentation for old revisions online. Maybe we could establish the practice of putting a version number on the documentation pages in the wiki? And whenever a new release is put out, make a copy of the documentation into a new

Re: [josm-dev] Search and | ?

2008-12-21 Thread Ævar Arnfjörð Bjarmason
Russ, if you, or anyone else, is interested in doing some further hacking on search and related features I've filed the following two bugs in trac which I would pretty please with sugar on top like to be implemented: * http://josm.openstreetmap.de/ticket/1864 - Search doesn't support regex search

Re: [josm-dev] Search and | ?

2008-12-21 Thread Frederik Ramm
Hi, Ævar Arnfjörð Bjarmason wrote: * http://josm.openstreetmap.de/ticket/1865 - Implement selection stack Are you sure you are running a release newer than 3 months or so? Because search and selection history is in JOSM since r967... Bye Frederik -- Frederik Ramm ## eMail

Re: [josm-dev] ewmsplugin - webkit-image bug

2008-12-21 Thread Hermann Schwärzler
hello I did some more testing and found the problem: with www.heise.de for some reason a call to page-mainFrame()-render() changes the value of page-mainFrame()-contentsSize() (it grows in width)! I patched the code to check that and retry the rendering if the sizes differ. for www.heise.de

Re: [josm-dev] Search and | ?

2008-12-21 Thread Ævar Arnfjörð Bjarmason
On Sun, Dec 21, 2008 at 8:53 PM, Frederik Ramm frede...@remote.org wrote: Hi, Ævar Arnfjörð Bjarmason wrote: * http://josm.openstreetmap.de/ticket/1865 - Implement selection stack Are you sure you are running a release newer than 3 months or so? Because search and selection history is in

Re: [josm-dev] Search and | ?

2008-12-21 Thread Ævar Arnfjörð Bjarmason
You're both right, the feature already exists. I just didn't notice it. Thanks! ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] Search and | ?

2008-12-21 Thread Russ Nelson
Ævar Arnfjörð Bjarmason writes: * http://josm.openstreetmap.de/ticket/1864 - Search doesn't support regex search on keys and/or values The problem is always the user interface. I can think of several ways to implement regexps: 1) just implement them. Instead of doing a liberal substring