Heya all,
I would really appreciate a quick tutorial on how to build a generic Openlayers (2.x) block that will only display the location for the node (page) it is displayed in. Ideally this block will also center on that location.
I am using the Location Module and have successfully created an Openlayers Module map View (rendered via Cloudmade as page and also block) that displays locations filtered by content type.
The next step is to just display one of these locations dynamically (based upon location data available in the currently viewed node) ..?
Which helper modules should I use (the Openlayers Geocoder Module seems to be in need of an update)? Do I need to create a custom javascript or preprocess function? Does anyone have some code to share?