Hello everyone,
I'm using OpenLayers module to allow users to add a "place" to new node. Everything works lovely but displaying choosen point's lat/lng on single node view is not enough for me. I need to display node's full address (street, city, country).

Users are able to add just one point to the node so i was thinking about any openlayers-location modules integration but i was not able to find anything like that.

Have you any idea how can i achieve such a thing ?

Thanks in advance

Comments

bajki’s picture

anyone ?

jastylr’s picture

I'm looking for the same thing. I can enter an address into the WKT field when creating the node which allows it to be geocoded and displayed as a point on a map. What I would like is to have a view that lists businesses within a proximity and show the business name and full address. Right now, I can do proximity searching but only display the business name and a map with the node as a point.

Have you had any luck finding out more about this?

rootwork’s picture

I realize this is an old post, but in case anyone else runs across it, here's a tutorial for doing this.

In addition to OpenLayers, you'll need the OpenLayers Geocoder module, and the Token module, if you don't have those already.