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.Map('map');
markermanager = new OpenLayers.Layer.Markers( marker layer );
var DragControl=new OpenLayers.Control.DragMarker(markermanager);
map.addControl(DragControl);
DragControl.activate();
---

But it should just be to add a new control (doing above code).. SO
it's not for specific markers but for all markers.

Do you just want your markers to be draggable or do you also want to
capture drag events?

2009/8/11 Reinout van Schouwen rein...@gmail.com:
 Hi Nino,

 Op maandag 10-08-2009 om 18:06 uur [tijdzone +0200], schreef nino
 martinez wael:

  3) How is the class org.wicketstuff.openlayers.api.MarkerOptions
  supposed to be used? I can't find a reference to it anywhere.
 I think it might be legacy from when I did the initial framework, I
 could'nt find any use for it.. What are you wanting to do?

 I'd like my markers to be draggable.

 Thanks,

 --
 Reinout van Schouwen


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 using some magic (but deterministic) 
values that are given in that example. Unfortunately I cannot find the 
reference now.

Here is a link to an example in German:
http://www.cognitiones.de/doku.php/osm_openlayers_test

It says that the magic number 20037508.34 is related to the conversion 
between tile numbers and coordinates.
Unlike in this example the attribution link should be enabled in the 
display. The OSM-Javascript files provide it already but it has to be 
enabled:
map.addControl(new OpenLayers.Control.Attribution());

Regards, Frank


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 of the world map. What could be going on here?

 2) I want to show a popup onmouseover instead of onclick. From the
 examples I took the PopupMarkerInfoAttributeAppender and changed the
 onClick attribute to onmouseover. However, the popup is still only
 displaying on click. What am I missing?

 3) How is the class org.wicketstuff.openlayers.api.MarkerOptions
 supposed to be used? I can't find a reference to it anywhere.
I think it might be legacy from when I did the initial framework, I
could'nt find any use for it.. What are you wanting to do?

 regards,

 --
 Reinout van Schouwen


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 commands, e-mail: [EMAIL PROTECTED]




-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


-
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 
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 that, if its okay?



regards





--
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 combination for
 rolling your own mapping  apps.

 /peter

 On Jan 24, 2008 5:42 PM, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:
  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 that, if its okay?
  
  
   regards
  
 
  --
  Nino Martinez Wael
  Java Specialist @ Jayway DK
  http://www.jayway.dk
  +45 2936 7684
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



 --
 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 GTalkneubauer.peter
 Phone   +46704 106975
 Mail   [EMAIL PROTECTED]
 LinkedIn   http://www.linkedin.com/in/neubauer

 http://www.neo4j.org - New Energy for Data - the Netbase.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven
 Development.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 for
 rolling your own mapping  apps.

 /peter

 On Jan 24, 2008 5:42 PM, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED] wrote:
  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 that, if its okay?
  
  
   regards
  
 
  --
  Nino Martinez Wael
  Java Specialist @ Jayway DK
  http://www.jayway.dk
  +45 2936 7684
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



 --
 GTalk:neubauer.peter
 Skypepeter.neubauer
 ICQ18762544
 GTalkneubauer.peter
 Phone   +46704 106975
 Mail   [EMAIL PROTECTED]
 LinkedIn   http://www.linkedin.com/in/neubauer

 http://www.neo4j.org - New Energy for Data - the Netbase.
 http://www.ops4j.org - New Energy for OSS Communities - Open
 Participation Software.
 http://www.qi4j.org- New Energy for Java - Domain Driven
 Development.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Nick Heudecker
Professional Wicket Training  Consulting
http://www.systemmobile.com

Eventful - Intelligent Event Management
http://www.eventfulhq.com


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]
For additional commands, 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?

  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  


--
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 that, if its okay?



regards



--
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Vazquez Wael
[EMAIL PROTECTED] wrote:
 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 that, if its okay?
 
 
  regards
 

 --
 Nino Martinez Wael
 Java Specialist @ Jayway DK
 http://www.jayway.dk
 +45 2936 7684


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
GTalk:neubauer.peter
Skypepeter.neubauer
ICQ18762544
GTalkneubauer.peter
Phone   +46704 106975
Mail   [EMAIL PROTECTED]
LinkedIn   http://www.linkedin.com/in/neubauer

http://www.neo4j.org - New Energy for Data - the Netbase.
http://www.ops4j.org - New Energy for OSS Communities - Open
Participation Software.
http://www.qi4j.org- New Energy for Java - Domain Driven Development.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]