Opened 16 years ago
Closed 16 years ago
#3999 closed enhancement (fixed)
pretty cool, can we get map pins and/or driving coords?
Reported by: | Jay | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | normal | Component: | GoogleMapMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
hey, cool macro.
would be cool if we can plink down a few addresses and get markers, or add driving directions.
keep up the good work.
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Driving directions seem to be supported now by the Google Map API, but it looks for a serious amount of JavaScript coding and also the user interface must be designed and implemented. I will add this to the long-term feature list. I wont have time to implement it any time soon. Just play around with the markers you also wanted, they are implemented now.
comment:3 Changed 16 years ago by
Rechecked the driving directions API and found out that it isn't the trouble I thought first. In fact is it quite easy to add.
I implemented an alpha version of it today in the develop directory. Feel free to check it out. The syntax is described on the GoogleMapMacro wiki page.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Driving directions with multiple targets are now implemented in revision [4801].
Labeled and unlabeled Markers are now implemented.
I'm not sure if full driving directions are supported by the Google Maps API, which differs from the Google Map Webpage! Even if so it might be a lot of work and I don't have the time for it at the moment. But automatically adding a link to a full Google Map for the driving directions might be possible: E.g. marking place A and B on the map and if you click on the map you are redirected to the actual full Google Map webpage with the driving directions.