[Cartoweb-users] ignoring the map result cache

Oliver Christen oliver.christen at camptocamp.com
Wed Feb 13 06:00:54 EST 2008


the problem is that when you update a feature in postgis, the map request do 
not change and the map in cache in used.
so the solution is to simply deactivate the map result cache for project 
that use edition :

profile = custom
noMapResultCache = true

in your project /server_conf/server.ini

a possibility would be to flag some variable when a feature is 
add/modified/deleted so the cache will not be used
the map result cache is handled in file /server/MapResultCache.php
you are very welcome to propose a patch to solve this issue

regards
Oliver


> Hello,
>
> is there a way to make a request that will ignore or reset the map
> result cache?
>
> I assume that the edit plugin must be doing this somehow, I just can't
> figure out how to do it.
>
> Thanks for your help :-)
>    Frederic
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
> 



More information about the Cartoweb-users mailing list