[talk-au] mapping animals in the streets

2009-11-05 Thread Jim Croft
:)
http://www.kartozoologi.no/English/animals.html

-- 
_
Jim Croft ~ jim.cr...@gmail.com ~ +61-2-62509499 ~
http://www.google.com/profiles/jim.croft
... in pursuit of the meaning of leaf ...
... 'All is leaf' ('Alles ist Blatt') - Goethe

___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread Peter Ross
On Thu, Nov 5, 2009 at 7:12 PM, Michael spam...@gmx-ist-cool.de wrote:
 John Smith wrote:
 I know it's not a WMS service, but that's what JOSM refers to it as,
 their WMS plugin can load OSM tiles in the same way.

 Nice. JOSM keeps learning new tricks all the time :-)

 In the meantime, I have also created a patch for the slippymap plugin to
 include NearMap per default. It is attached. The resulting plugin can be
 found @ http://rapidshare.com/files/302644272/slippymap.jar.html

 What I like about slippymap is that is zooms in and out as you move
 about the map, where the WMS layer stays fixed at one zoom level.

I tried this plugin with the latest josm-tested.jar from the josm
website and got the following exception.

org.openstreetmap.josm.plugins.PluginException: An error occurred in
plugin slippymap
at 
org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:33)
at 
org.openstreetmap.josm.plugins.PluginHandler.setMapFrame(PluginHandler.java:194)
at org.openstreetmap.josm.Main.setMapFrame(Main.java:162)
at org.openstreetmap.josm.Main.addLayer(Main.java:219)
at 
org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTask$Task.finish(DownloadOsmTask.java:128)
at 
org.openstreetmap.josm.gui.PleaseWaitRunnable$1.run(PleaseWaitRunnable.java:69)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
at java.awt.Dialog$1.run(Dialog.java:1045)
at java.awt.Dialog$3.run(Dialog.java:1097)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1095)
at java.awt.Component.show(Component.java:1563)
at java.awt.Component.setVisible(Component.java:1515)
at java.awt.Window.setVisible(Window.java:841)
at java.awt.Dialog.setVisible(Dialog.java:985)
at 
org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(PleaseWaitProgressMonitor.java:102)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.openstreetmap.josm.plugins.PluginProxy.mapFrameInitialized(PluginProxy.java:30)
... 27 more
Caused by: java.lang.NoSuchMethodError:
org.openstreetmap.gui.jmapviewer.OsmTileSource$AbstractOsmTileSource.init(Ljava/lang/String;Ljava/lang/String;)V
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapPreferences$Coastline.init(SlippyMapPreferences.java:231)
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapPreferences.getAllMapSources(SlippyMapPreferences.java:339)
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapPreferences.getMapSource(SlippyMapPreferences.java:40)
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapLayer.newTileStorage(SlippyMapLayer.java:115)
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapLayer.init(SlippyMapLayer.java:141)
at 
org.openstreetmap.josm.plugins.slippymap.SlippyMapPlugin.mapFrameInitialized(SlippyMapPlugin.java:24)
... 32 more

___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread David Dean

This pseudo-wms (or whatever we are calling it) doesn't appear to zoom in as
far as the NearMap data allows. For example, this link:

http://map-data.bigtincan.com/wms/nearmap.php?bbox=153.0113011,-27.4445217,153.0115373,-27.4443121srs=EPSG:4326width=500height=500

returns the right region, but is not 500*500 pixels in width. It seems that
the zoom level is not getting any closer than z18, while I think NearMap can
support a fair way past that.

- David



Bugzilla from deltafoxtrot...@gmail.com wrote:
 
 Actually I added the username/password as part of the URL for the
 images and it now works in JOSM :)
 
 Add a new WMS layer etc, and put the URL as:
 
 html:http://map-data.bigtincan.com/wms/nearmap.php?
 
 ___
 Talk-au mailing list
 Talk-au@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-au
 
 

-- 
View this message in context: 
http://old.nabble.com/NearMap-PhotoMap-imagery-for-OSM-tp26192031p26226435.html
Sent from the OpenStreetMap - Australian Talk mailing list archive at 
Nabble.com.


___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread John Smith
2009/11/6 David Dean dd...@ieee.org:

 You probably should also change the urls you grab the tiles from to

   http://www.nearmap.com/maps/hl=enz=zx=xy=ynml=Vert

 Rather than the webN address so that they can load balance the requests if
 needed.

The script I setup on BTC servers is load balanced between web0.* to
web4.*, can't comment on potlatch though.

___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread John Smith
I managed to bump it up to zoom level 22, after that nothing seems to
be returned.

___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread David Dean

So what happens if NearMap add more servers, or a server dies, or they change
the names? You'd be better off using www and letting NearMap handle the load
balancing.

- David


Bugzilla from deltafoxtrot...@gmail.com wrote:
 
 2009/11/6 David Dean dd...@ieee.org:

 You probably should also change the urls you grab the tiles from to

   http://www.nearmap.com/maps/hl=enz=zx=xy=ynml=Vert

 Rather than the webN address so that they can load balance the requests
 if
 needed.
 
 The script I setup on BTC servers is load balanced between web0.* to
 web4.*, can't comment on potlatch though.
 
 ___
 Talk-au mailing list
 Talk-au@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/talk-au
 
 

-- 
View this message in context: 
http://old.nabble.com/NearMap-PhotoMap-imagery-for-OSM-tp26192031p26227376.html
Sent from the OpenStreetMap - Australian Talk mailing list archive at 
Nabble.com.


___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au


Re: [talk-au] NearMap PhotoMap imagery for OSM

2009-11-05 Thread John Smith
2009/11/6 David Dean dd...@ieee.org:

 So what happens if NearMap add more servers, or a server dies, or they change
 the names? You'd be better off using www and letting NearMap handle the load
 balancing.

OSM only has one tile server but they have 3 host names to trick
browsers into downloading tiles in parallel.

___
Talk-au mailing list
Talk-au@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-au