GeotrekCE / Geotrek-admin

Paths management for National Parks and Tourism organizations
https://geotrek.fr
BSD 2-Clause "Simplified" License
136 stars 76 forks source link

ZONING cache ? #1361

Closed camillemonchicourt closed 9 years ago

camillemonchicourt commented 9 years ago

I removed all ZONING from the adminsite in order to update every ZONING in our Geotrek.

I worked on the new layer and then uploaded it in l_zonages_reglementaires. It worked well and segmentation with every objects was well done.

But when I display the layers in Geotrek, it still shows the old zoning limits (while intersections with objects are OK).

Natura2000 in Geotrek :

n2000-geotrek

When I display the Geotrek layer in QGIS (l_zonages_reglementaires), the limits are OK :

n2000-qgis

I dont understand how Geotrek can show the old limits that were deleted through adminsite...

I try to remove my browser cache, to reboot the server, to remove memcache (sudo service memcached restart), to restart controllers (bin/supervisorctl restart all) but it is still the same.

gutard commented 9 years ago

Remove var/cache/ directory content (Geotrek one, not system one!) and then clear browser cache.

camillemonchicourt commented 9 years ago

Thanks, it worked even without clearing browser cache. Good to know !

leplatrem commented 9 years ago

Yes those data are considered too big to be stored in memcache... So we chose to persist them on disk

camillemonchicourt commented 9 years ago

OK