Ok i tried this module today.

i first get jq,gmap and the facebox and copied it unzipped content to the root of the module. Then i got an api key and put it into gmap. Gave the block a title and downloaded zen. Placed it into content_bottom.
Nothing. See screenshot

http://www.screencast.com/users/e-anima/folders/Jing/media/d3237ea8-cc15...

Comments

tyabut’s picture

Do you have a gmap somewhere? The block shouldn't actually display anything. It just holds a map that will display the directions. The map then gets pulled from the block into a facebox and displayed.

marcoka’s picture

yes but thats all a very tricky thing. i went with:
http://code.google.com/intl/de-DE/apis/maps/documentation/javascript/exa...

now and do a direction map with the api
like: http://code.google.com/intl/de-DE/apis/maps/documentation/javascript/exa...

from to and then i have the route. i am even not sure if this is, what this module does.

tyabut’s picture

This module adds "Get Directions To Here / Get Directions From Here" links to markers placed on a google map. When the links are clicked, a form is displayed which allows the user to input an address. Then the turn by turn directions are displaced in a facebox overlay. It depends on GMap.

marcoka’s picture

Status: Active » Closed (fixed)

ah ok, i misunderstood a little bit :)