Closed (fixed)
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 08:14 UTC
Updated:
17 Nov 2012 at 23:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
TimelessDomain commentedgetting this error as well
Comment #2
botrisSame, got:
Drupal 7.4
Views 7.3-dev (first tried with rc1)
Views php 7.1-dev (use this to renerate the long & lat fields)
Gmap 7.1-dev
Strange thing is that it all worked fine during my testing.
Then I updated some modules, changed the fields on my content type went back to views, and got this error.
No matter what I tried (like recreating the view) nothing works.
Edit:
Removed other comment it was non related
Comment #3
botrisAlso strange, when I save a Gmap (or Extended gmap) or it runs the auto preview in views it displays a status message on screen with the current unix time stamp....
Comment #4
desierto commentedI am getting this error as well. I am simple trying to make a gmap view with all taxonomy locations in one vocabulary. I think this needs to be changed to a "bug report" from "feature request".
Comment #5
Loikkk commentedI'm getting this error as well. is there any solution?
Comment #6
breos commentedSame problem here, with gmap 11 april version and Views 7.x-3.0-beta3. Extended Gmap getting error and Gmap no error but the mark is showed in Guinea :-/
Comment #7
Canadaka commentedsame problem here
Comment #8
andrea.cavattoni commentedThe problem is the query if you give a look into the sql views debug:
so we have to change it into
Now i'll try to change the module
Comment #9
andrea.cavattoni commentedsolved deleting the code at line 70 in gmap_plugin_style_gmapextended.inc
bless
Comment #10
nkschaefer commentedWhat's missing is actually a form element to select the datasource. Right now, it thinks you're using the Location module to provide latitude and longitude, even if you specify latitude and longitude fields. It looks like this option exists for the regular GMap views display - make sure you choose "fields" and not "location" as your datasource.
This patch adds the same option to the Extended GMap views display. Just go into settings and tell it to use fields, not Location module, as a data source, and it should work.
Comment #11
pieterdcThanks @nkschaefer
The patch works for me. I don't get the error message any more and the markers show on the map.
Comment #12
andrea.cavattoni commentedhttp://drupal.org/node/1057922
Comment #13
iancawthorne commentedI can confirm the patch at #10 works for me too.
Comment #14
phryll93 commentedThank you so much!! :D
Comment #15
podarok#10 looks good
commited / pushed to 7.x-2.x and 7.x-1.x branches
thanks!!!