Re: Wicketstuff - Openlayers: not working with wicket 1.5.5?

2012-03-31 Thread Michael Allan
-9528 http://zelea.com/ datazuul said: Hi I tried to embed an openstreetmap in my page with the code from SimpleOpenStreetMapPage (wicketstuff openlayers example): final ListLayer layers = new ArrayListLayer(); final Layer layerOSMTilesAtHome = new OSM(Osmarender

Wicketstuff - Openlayers: not working with wicket 1.5.5?

2012-03-30 Thread datazuul
Hi I tried to embed an openstreetmap in my page with the code from SimpleOpenStreetMapPage (wicketstuff openlayers example): final ListLayer layers = new ArrayListLayer(); final Layer layerOSMTilesAtHome = new OSM(Osmarender, OSMLayer.TilesAtHome); final Layer

Re: Openlayers, openstreetmap and markers

2009-08-12 Thread nino martinez wael
Hi Reinout Draggable markers does not seem to be a 2 minute change.. From what I found it's this that has to be done: ... Basically, there are 2 fundamental 'classes': OpenLayers.Control.DragMarker OpenLayers.Handler.Marker This is how we add drag control to the markers. map = new

Openlayers, openstreetmap and markers

2009-08-10 Thread Reinout van Schouwen
Hi, I'm playing around with Wicketstuff Openlayers and I have a few questions. 1) With a Google map, I can set the Bounds of a map easily. When I try to do the same with an OpenStreetMap, my Bounds are ignored and I get a thumbnail of the world map. What could be going on here? 2) I want

Re: Openlayers, openstreetmap and markers

2009-08-10 Thread Frank Tegtmeyer
1) With a Google map, I can set the Bounds of a map easily. When I try to do the same with an OpenStreetMap, my Bounds are ignored and I get a thumbnail of the world map. What could be going on here? There is a tutorial somewhere on the OpenStreetMap Wiki. The boundaries have to be computed

Re: Openlayers, openstreetmap and markers

2009-08-10 Thread nino martinez wael
2009/8/10 Reinout van Schouwen rein...@gmail.com: Hi, I'm playing around with Wicketstuff Openlayers and I have a few questions. 1) With a Google map, I can set the Bounds of a map easily. When I try to do the same with an OpenStreetMap, my Bounds are ignored and I get a thumbnail

Re: openstreetmap in openlayers

2009-03-18 Thread morbo
Hi Nino, thanks for the commit access. I have now added the support for openstreetmap maps. I also added a simple example map. Maybe someone could review my solution. regards, richard -- View this message in context: http://www.nabble.com/openstreetmap-in-openlayers-tp22329429p22576668.html

Re: openstreetmap in openlayers

2009-03-10 Thread nino martinez wael
to this project. But I'm warning you, I am not a very experienced javascript developer. :) What I have done so far, was extending the layer class for all osm layers. For example I created a OSMMapnik class which contributes http://www.openstreetmap.org/openlayers/OpenStreetMap.js; to the header

Re: openstreetmap in openlayers

2009-03-10 Thread nino martinez wael
, was extending the layer class for all osm layers. For example I created a OSMMapnik class which contributes http://www.openstreetmap.org/openlayers/OpenStreetMap.js; to the header and the getJSConstructer method returns this: return new Constructor(OpenLayers.Layer.OSM.Mapnik).add(' + getName

Re: openstreetmap in openlayers

2009-03-07 Thread morbo
javascript developer. :) What I have done so far, was extending the layer class for all osm layers. For example I created a OSMMapnik class which contributes http://www.openstreetmap.org/openlayers/OpenStreetMap.js; to the header and the getJSConstructer method returns this: return new

Re: openstreetmap in openlayers

2009-03-06 Thread morbo
project. Once the map is rendered there is no problem: dragging, zooming, layerswitching are working. But before rendering not all functions are working. For example the setCenter(lonlat, zoom) function of the wicketstuff openlayers contrib seems to do nothing with the map. Also the setZoom function

openstreetmap in openlayers

2009-03-04 Thread morbo
This is my first message to this mailinglist, so first of all: Hello everyone! I want to use wicket together with openlayers in my webapp. Therefore I looked at the openlayers contrib project on wicketstuff, which seems pretty cool. I managed to embed a wms and gmap, but I need to use

Re: openstreetmap in openlayers

2009-03-04 Thread morbo
/ /wicket:panel/div /div div wicket:id=map class=map style=width: 100%; height: 100%; id=map7/div /wicket:panel /body /html Any ideas? -- View this message in context: http://www.nabble.com/openstreetmap-in-openlayers

Re: openstreetmap in openlayers

2009-03-04 Thread Michael O'Cleirigh
Hello, Pink tiles means there is a mismatch somewhere between your layers. Does your openlayers javascript work correctly? (i.e. when not emitted from wicket openlayers?) This page embeds an openstreet map in openlayers: http://wiki.openstreetmap.org/wiki/OpenLayers But it doesn't use

[Announce] new stuff in wicketstuff openlayers..

2008-12-09 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I've updated the wicketstuff openlayers and put in a few new things. You can read more about it in my blog : http://ninomartinez.wordpress.com/2008/12/09/new-stuff-in-wicketstuff-openlayers-integration/ And btw, please say if theres some feature you'd like in it. I might be able

pimping Openlayers in wicket stuff core...

2008-12-04 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys I'll be putting in direct JTS (http://www.vividsolutions.com/jts/main.htm) support in Openlayers contrib. Any objections to this? This means that the API will break, since I'll be using JTS points instead of the homegrown classes as currently. Also I plan to support drawing shapes

[announce] Openlayers contrib upgraded to 1.4-SNAPSHOT

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
So there it are for your pleasure.. I've smoke tested it manually, and it seems to be working. However it seems there are a problem with the map provider, it's there on http://openlayers.org/ too. But i've previously experienced it to be unstable. Feel free to come with propositions on

Re: [announce] Openlayers contrib upgraded to 1.4-SNAPSHOT

2008-08-26 Thread Nino Saturnino Martinez Vazquez Wael
I am refering to http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-openlayers Openlayer components for wicket:) Previously only supported wicket 1.3, although a pretty trivial upgrade I thought it nice to announce it. If you combine the openlayer contrib, wicket

Re: [announce] Openlayers contrib upgraded to 1.4-SNAPSHOT

2008-08-26 Thread Jörn Zaefferer
Ah, thanks Nino! Jörn On Wed, Aug 27, 2008 at 12:45 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I am refering to http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-openlayers Openlayer components for wicket:) Previously only supported wicket 1.3

OpenLayers

2008-04-02 Thread Uwe Schäfer
hi has anyone ever heared of a OpenLayer Component for Wicket ? cu uwe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OpenLayers

2008-04-02 Thread Martijn Dashorst
I think it is in wicket stuff On 4/2/08, Uwe Schäfer [EMAIL PROTECTED] wrote: hi has anyone ever heared of a OpenLayer Component for Wicket ? cu uwe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: OpenLayers

2008-04-02 Thread Nino Saturnino Martinez Vazquez Wael
Yup, I did it..:) Feedback are welcome:) Martijn Dashorst wrote: I think it is in wicket stuff On 4/2/08, Uwe Schäfer [EMAIL PROTECTED] wrote: hi has anyone ever heared of a OpenLayer Component for Wicket ? cu uwe -

Re: openlayers

2008-02-01 Thread Nino Saturnino Martinez Vazquez Wael
Hi Is now working and you can add markers(with popups) to your map. Currently only wms maps are supported. It still needs some cleaning. And I still need to write a example.. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: i've begun work on this.. currently its VERY unstable and

Re: openlayers

2008-01-25 Thread Edward Yakop
I'm interested :) Regards, Edward Yakop On 1/25/08, Peter Neubauer [EMAIL PROTECTED] wrote: Cool, I hope we can get this to a more stable state in the next couple of days so others can jump in and help out. Is anyone interested? The OL and GeoServer combo seems to be a very appealing

Re: openlayers

2008-01-25 Thread Nick Heudecker
What is openlayers? On Jan 25, 2008 1:59 AM, Peter Neubauer [EMAIL PROTECTED] wrote: Cool, I hope we can get this to a more stable state in the next couple of days so others can jump in and help out. Is anyone interested? The OL and GeoServer combo seems to be a very appealing combination

Re: openlayers

2008-01-25 Thread Erik van Oosten
http://openlayers.org/ My summary: A javascript library to combine spatial information from different sources on one page. Nick Heudecker wrote: What is openlayers? - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: openlayers

2008-01-25 Thread Nino Saturnino Martinez Vazquez Wael
it's about maps in a dozenz of ways. Erik van Oosten wrote: http://openlayers.org/ My summary: A javascript library to combine spatial information from different sources on one page. Nick Heudecker wrote: What is openlayers

Re: openlayers

2008-01-24 Thread Nino Saturnino Martinez Vazquez Wael
i've begun work on this.. currently its VERY unstable and unrecommended to use.. Nino Saturnino Martinez Vazquez Wael wrote: Hi At some point someone talked about creating something around open layers. However nothing but the project structure are checked in, so I guess i'll continue on

Re: openlayers

2008-01-24 Thread Peter Neubauer
Cool, I hope we can get this to a more stable state in the next couple of days so others can jump in and help out. Is anyone interested? The OL and GeoServer combo seems to be a very appealing combination for rolling your own mapping apps. /peter On Jan 24, 2008 5:42 PM, Nino Saturnino Martinez