chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

Does the Openlayer Wrapper addon provides away to find out the geocoding of a particular address? #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
I want to find out the lattidue and longitude of a particular address to show a 
marker. I am using vaadin and your addon. Is there a way already present to do 
so ? If not, how can i do it from vaadin? Any configurations required in gwt 
xml?

Original issue reported on code.google.com by santoshi...@gmail.com on 7 Apr 2011 at 10:12

GoogleCodeExporter commented 9 years ago
Hi,

OpenLayers has no builtin geocoding. You need to use some geocoding service to 
find out proper coordinates.

In open layers examples there is one related. It makes xhr to an open service 
and then uses those coordinates. Making similar from java code (aka vaadin code 
aka the code run on your application server) should be very easy (especially if 
yo have ever done an http call in java code). You could follow that example and 
turn that into java code.

http://openlayers.org/dev/examples/openls.html

Original comment by matti.ta...@gmail.com on 7 Apr 2011 at 3:20

GoogleCodeExporter commented 9 years ago
Issue 22 has been merged into this issue.

Original comment by matti.ta...@gmail.com on 11 Jul 2011 at 9:06