You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
I use the same lens template detail in an accompanying Timeline and Table view and they render as expected. Also - I ONLY experienced this bug when I updated to 7.4 from 6.0.
Am using Plone 4.1 and Daviz version 7.4. The following is a part of the custom lens template that is failing:
An example of a definition for .thumbnail is -
http://maps.google.com/maps/api/staticmap?center=48.148376300000002,-122.4197436&zoom=2&size=100x100&markers=color:orange%7Clabel:%7C48.148376300000002,-122.4197436&maptype=satellite&sensor=false
When I inspect this element with FireFox Web Tools and 'Copy Outer HTML' it shows the following -
http://maps.google.com/maps/api/staticmap?center=48.148376300000002,-122.4197436&zoom=2&size=100x100&markers=color:orange%7Clabel:%7C48.148376300000002,-122.4197436&maptype=satellite&sensor=false
Which results in a 404 @ Google and no thumbnail.
I use the same lens template detail in an accompanying Timeline and Table view and they render as expected. Also - I ONLY experienced this bug when I updated to 7.4 from 6.0.
Thanks in advance...