Closed (fixed)
Project:
Simple Google Maps
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2012 at 20:03 UTC
Updated:
5 Jan 2017 at 21:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonI have no idea what you are asking for here... can you provide more details?
Comment #2
espurnesI think Rebekaloz is talking about Display Suite (http://drupal.org/project/ds).
DS alows you to create custom fields (code field, dynamic field, block field and preprocess field).
For instance you can have three fields:
- adress
- zip/postal code
- city
and merge them to a new code field (adress_map_field) like [adress],[zip/postal code],[city].
Would be great if you can use this new code field with the simple map.
Comment #3
jhodgdonIt could also be the Computed Field module (http://drupal.org/project/computed_field). I would like to know for sure before I do any work to support either of these in the Simple Google Maps module.
Comment #4
tlogan commentedI came upon this post while looking for a solution to this module not working for computed fields. Since I couldn't find a solution I started poking at the code. Here's what I found to work...simply add "computed" to the field_types array. Patch is attached.
Comment #5
jhodgdonI suppose that would be fine to add to the module... the original poster never did get back on his/her intention, so let's say it was Computed Field module.
Comment #8
jhodgdonI don't see a problem with adding this to the module, since it will not harm what the module already does, and it has been tested to work. Sorry for the long delay.
Added something similar to Drupal 8 version also, where the machine name of the field is 'computed_string' for computed text fields in version 8.x-2.x, and 'computed' for 8.x-1.x. I added both, since it doesn't really hurt anything.
I tested both using the usual manual testing plan on #2543032: Steps to manually test the module.. No problems observed. I didn't test functionality with Computed Field itself.