Closed (works as designed)
Project:
Location Map
Version:
7.x-1.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2010 at 19:37 UTC
Updated:
24 May 2014 at 13:51 UTC
Jump to comment: Most recent
Comments
Comment #1
babbage commentedLocation Map module is the successor to gmaplocation for Drupal 7. Any features to be added to the module must first be implemented there, and may then be backported to gmaplocation for Drupal 6. Moving this to the Location Map module issue queue.
Comment #2
babbage commentedNot actually a bug.
Comment #3
rupertj commentedThis tripped me up when migrating a site from dev to staging. It might be worth checking this setting in hook_requirements, or raising a warning when attempting to geocode.
Using drupal_http_request instead of file_get_contents might be better?
Comment #4
rupertj commented2.x branch now uses drupal_http_request, so allow_url_fopen isn't a requirement any more.