Forums / Extensions / googlemapv3 works only on ezflow_site_clean_admin preview

googlemapv3 works only on ezflow_site_clean_admin preview

Author Message

Paolo Riva

Wednesday 05 January 2011 10:01:29 am

Hi everybody,

i'm actually working on my site, specifically on this extension (i find it on ez project site): googlemapv3.

I need to create a map where, with a text field, it should be able to create a path from a fixed point on a map to the text defined one.

I set up it correctly and I should be able to watch my map (and its fixed start point) correctly on ezflow. I also see text field but when I press my submit seems it doesn't work, cause it restart only the map without the path.

There's only one case where it works: one ezflow_site_clean_admin preview when i try to edit my content.

Any ideas to solve this problem?

Tnx a lot to everybody.

Bye Paolo.

PS: If u have any other suggest to solve this problem (like other extensions or so on...) pls let me know ;-)

SOLVED: It's simply a caching problem. When I try to create a distance map EZ Publish only restart my cached page. So I added in my extension in site.ini.append.php just this lines:

[ContentSettings]
ViewCaching=disabled

My content now should be reloaded everytime with no cache and my distances now works correctly.

...And Now For Something Completely Different!

My WebSites:
PhotoItaly - http://www.photoitaly.net

Paolo Riva

Monday 07 February 2011 11:52:04 pm

SOLVED: It's simply a caching problem. When I try to create a distance map EZ Publish only restart my cached page. So I added in my extension in site.ini.append.php just this lines:

 

[ContentSettings]
ViewCaching=disabled

 

My content now should be reloaded everytime with no cache and my distances now works correctly.

...And Now For Something Completely Different!

My WebSites:
PhotoItaly - http://www.photoitaly.net