Closed GoogleCodeExporter closed 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
Issue 22 has been merged into this issue.
Original comment by matti.ta...@gmail.com
on 11 Jul 2011 at 9:06
Original issue reported on code.google.com by
santoshi...@gmail.com
on 7 Apr 2011 at 10:12