Are the the Google Maps Styles implemented for views2? I'm unable to see any gmaps related settings in views2 at all.

Comments

xmarket’s picture

work in progress.....

looplog’s picture

ok, look forward to trying...

rbl’s picture

This version is way much better than last one. It's a huge leap forward and looks quite promising! Congratulations!
I'll be alway waiting for views support because there's not much data manipulation we can do right now without Views.

Ricardo

richygecko’s picture

Any idea when this will be ready?

xmarket’s picture

I you think about map style plugins, then they will come after GMaps Taxonomy clean-up, but 'simple' views integration (arguments, filters, fields, sorts) is done.

poundy’s picture

I tried to add the map to a view and this is the error I get.

user warning: Unknown column 'node_data_field_gmap_a.u_adminarea' in 'field list' query: SELECT node.nid AS nid, node.title AS node_title, node_data_field_gmap_p.vid AS node_data_field_gmap_p_vid, node_data_field_gmap_a.country AS node_data_field_gmap_a_country, node_data_field_gmap_a.adminarea AS node_data_field_gmap_a_adminarea, node_data_field_gmap_a.subadminarea AS node_data_field_gmap_a_subadminarea, node_data_field_gmap_a.locality AS node_data_field_gmap_a_locality, node_data_field_gmap_a.deplocality AS node_data_field_gmap_a_deplocality, node_data_field_gmap_a.postalcode AS node_data_field_gmap_a_postalcode, node_data_field_gmap_a.thoroughfare AS node_data_field_gmap_a_thoroughfare, node_data_field_gmap_a.privacy AS node_data_field_gmap_a_privacy, node_data_field_gmap_a.search AS node_data_field_gmap_a_search, node_data_field_gmap_a.u_adminarea AS node_data_field_gmap_a_u_adminarea, node_data_field_gmap_a.u_subadminarea AS node_data_field_gmap_a_u_subadminarea, node_data_field_gmap_a.u_locality AS node_data_field_gmap_a_u_locality, node_data_field_gmap_a.u_deplocality AS node_data_field_gmap_a_u_deplocality, node_data_field_gmap_a.u_postalcode AS node_data_field_gmap_a_u_postalcode, node_data_field_gmap_a.u_thoroughfare AS node_data_field_gmap_a_u_thoroughfare, node_data_field_gmap_p.map_type AS node_data_field_gmap_p_map_type, node_data_field_gmap_p.latitude AS node_data_field_gmap_p_latitude, node_data_field_gmap_p.longitude AS node_data_field_gmap_p_longitude, node_data_field_gmap_p.elevation AS node_data_field_gmap_p_elevation, node_data_field_gmap_p.x AS node_data_field_gmap_p_x, node_data_field_gmap_p.y AS node_data_field_gmap_p_y, node_data_field_gmap_p.z AS node_data_field_gmap_p_z, node_data_field_gmap_p.privacy AS node_data_field_gmap_p_privacy, node_data_field_gmap_p.bounds AS node_data_field_gmap_p_bounds, node_data_field_gmap_p.pov AS node_data_field_gmap_p_pov, node_data_field_gmap_p.search AS node_data_field_gmap_p_search, node.vid AS node_vid, node.uid AS node_uid, node.type AS node_type FROM node node LEFT JOIN gmaps_content_point node_data_field_gmap_p ON node.vid = node_data_field_gmap_p.vid AND (node_data_field_gmap_p.field_name = 'field_gmap' AND node_data_field_gmap_p.delta = 0) LEFT JOIN gmaps_content_address node_data_field_gmap_a ON node.vid = node_data_field_gmap_a.vid AND (node_data_field_gmap_a.field_name = 'field_gmap' AND node_data_field_gmap_a.delta = 0) WHERE (node_data_field_gmap_p.vid IS NULL OR (node_data_field_gmap_p.vid = node_data_field_gmap_a.vid AND node_data_field_gmap_p.field_name = node_data_field_gmap_a.field_name AND node_data_field_gmap_p.delta = node_data_field_gmap_a.delta AND node_data_field_gmap_p.field_name = 'field_gmap' AND node_data_field_gmap_p.delta = 0)) LIMIT 0, 10 in /Users/byustudent/Sites/Drupal/acquia-drupal/modules/acquia/views/includes/view.inc on line 755.
I was hoping that this was the module I am looking for. I just need a module that will let me fill out a cck fields with addresses and display the maps in view table rows. if anyone can help me out I would appreciate it.

xmarket’s picture

Does the gmaps_content_address table have the column?

Anonymous’s picture

Any update on this issue? I do not see any gmaps view style in D6 Views 2.5

scott859’s picture

subscribing

R.Hendel’s picture

subscribing

AgentD’s picture

subscribing

imacs85’s picture

subscribing

xmarket’s picture

Status: Active » Fixed

Views 2 support added. Feel free to reopen, if you have any question.

R.Hendel’s picture

Hi - thanks a lot!
Could you please publish an actual modul release for this or how to install it?
Best regards,
Ralf

xmarket’s picture

Views support is part of the project starting from commit #297256, thus available in all beta (and upcoimng) releases.

Installation: download and install the latest release and enable the GMaps Views module. Detailed documentation ASAP.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.