Re: [josm-dev] Microsoft gains access to aerial imagery

2010-11-26 Thread Dirk Stöcker

On Thu, 25 Nov 2010, andrzej zaborowski wrote:


Well, Slippy Map supports tiles, wmsplugin doesn't.


You can pass to slippymap an URL of a html file that fetches anythign


Sorry, I wanted to say wmsplugin, not slippymap plugin.


I once tried, but did not get VisualEarth working.

Here is the relevant code for Yahoo using Openlayers:
http://josm.openstreetmap.de/wmsplugin/YahooSat.html?bbox=7,50.50,8,50.99srs=EPSG:4326width=500height=500
(I did not get the scale-bar removed here)

The same direct with Yahoo API:
http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?bbox=7,50.50,8,50.99srs=EPSG:4326width=500height=500

I would be happy when someone can supply fixed version for 
Yahoo-OpenLayers and a page for Microsoft.


Ciao
--
http://www.dstoecker.eu/ (PGP key available)


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


Re: [josm-dev] Improved multipolygon plugin

2010-11-26 Thread Viesturs Zariņš

Hi,

On 2010.11.25. 22:45, Sebastian Klein wrote:

Viesturs Zarins wrote:

Hi All,

Just commited improvements to the multipolygon plugin.
Changes:
- Can now handle polygons consisting of several unclosed ways.
- Supports multiple outer ways and deeper nesting.
- Detects crossings.
- Opens relation editor.


It does not open the relation editor for me.

Somebody made shoing the editor optional, disabled by default.
You have to add custom value to advanced preferences 
multipoly.show-relation-editor = true





I have not yet commited a new version to the dist folder.

Could someone please try it out?
And what is the policy of pushing new versions? Can I just commit a new
version into the dist folder, or is there some review?


I'm in the mood of adding plugins to JOSM core... :)
Are you planning more improvements or is it ready so far?

It is generally finished and ready to go. Just remember to discard the 
GeometryFunctions.java and use code from tools/Geometry.java
Also take a look at the commented out block in 
MultipolygonAction.java#ActionPerformed. Maybe you can make it work.


I would also like to add some detection for existing multipolygons, so 
that it prompts if you like to create new multipolygon or add ways to 
existing multipolygon.
But currently I'm working on improving Join areas to work with really 
big and dirty datasets. I have several triangulated areas to import. And 
that will take me another week or so.




Sebastian

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



Viesturs

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


Re: [josm-dev] Microsoft gains access to aerial imagery

2010-11-26 Thread Frederik Ramm

Hi,

On 11/26/10 09:16, Dirk Stöcker wrote:

I would be happy when someone can supply fixed version for
Yahoo-OpenLayers and a page for Microsoft.


Are you sure this technology should be used more than absolutely 
necessary? I mean, for Microsoft tiles we can easily use the slippymap 
plugin and it works - why go through the HTML page roundtrip?


Bye
Frederik

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


Re: [josm-dev] Microsoft gains access to aerial imagery

2010-11-26 Thread Dirk Stöcker

On Fri, 26 Nov 2010, Frederik Ramm wrote:


 I would be happy when someone can supply fixed version for
 Yahoo-OpenLayers and a page for Microsoft.


Are you sure this technology should be used more than absolutely necessary? I 
mean, for Microsoft tiles we can easily use the slippymap plugin and it works 
- why go through the HTML page roundtrip?


Improving WMS-plugin to have tiled layer support is another task. :-)

And yes, this would be better, but till now nobody did it and the 
WMS-simulation is probably much easier done.


Ciao
--
http://www.dstoecker.eu/ (PGP key available)


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