2011/6/23 Julien Trépanier <[email protected]>: > Hi all, > > I come back with a thread i saw couple days ago! > > i would like to know if it's possible to setup GeoWebCache to only pre-seed > certain areas based on a polygon geometry (for certains big city), and have > all other areas render on request? I saw georss in new 2.1.1 released, it's > possible to do that with this tool?
yes, but you need to code the georss feed, and it shall be like this sample one: <https://github.com/GeoWebCache/geowebcache/blob/master/geowebcache/georss/src/test/resources/org/geowebcache/georss/test-data/mixedgeometries_feed.xml> The catch is that the georss module does not persist the last update time so if you restart the server it might start from scratch. That should be an easy improvement though. Cheers, Gabriel > > Thanks alot, > > j > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
