Closed (fixed)
Project:
Get Directions
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2010 at 16:20 UTC
Updated:
22 Mar 2010 at 23:20 UTC
Jump to comment: Most recent file
The module seems to work fine except that I don't see any way how to change the default country.
The gmap module and Location module are installed and works fine with Sweden as default-country.
However, getdirection show UK as the default country.
Is there any way how to change this to for example Sweden?
/ Folke
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | getdirections_default_country.patch | 676 bytes | hutch |
Comments
Comment #1
hutch commentedYes, I see your point, I have had a look and here is a patch.
Alternately if you can't patch replace lines 229 and 259 in getdirections.module with
If it works let us know and I'll commit it to CVS
Comment #2
hutch commentedThis is a bug in code, my bad ;-(
Comment #3
folke commentedIt works perfectly now. I changed the default-value from 'uk' to 'se' in the module-file.
Comment #4
hutch commentedCommited to CVS, it should appear later tonight.