Drupal 位置自动建议无法识别省份
我正在 CCK 中使用 Drupal Location 模块来检索 经度和基于位置的纬度(街道/城市/州)。
状态有一个自动自动建议,但不幸的是 仅承认美国各州。我将默认国家/地区设置为加拿大, 但 autosuggest 仍然只认可美国各州。
有没有办法让自动建议功能识别加拿大省份 或禁用此功能。
谢谢!
I am using Drupal Location module in CCK to retreive
longitude & latitude based on location (stree/city/state).
There is an automatic autosuggest for State, but unfortunately
recognizes only US states. I set default country to Canada,
but autosuggest still only recognized US states.
Is there a way to get autosuggest function to recognize Canadian provinces
or to disable this feature.
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我禁用了国家/地区选择。通过重新启用国家/地区选择,省份选择开始发挥作用。
I had disabled country selection. By re-enabling country selection, province selection started working.