Hi All,
If I were to implement logic, so that GWC re-seeded a layer only for tiles which are within list of polygons which is defined in a geoRSS file, where would I start for implementing that logic?
Many thanks,
Steve
Hi All,
If I were to implement logic, so that GWC re-seeded a layer only for tiles which are within list of polygons which is defined in a geoRSS file, where would I start for implementing that logic?
Many thanks,
Steve
I think what you want may already be implemented?
http://geowebcache.org/docs/current/configuration/layers/georss.html
It could use more examples of making the GeoRSS feed perhaps. Have you tried it? Or is there more functionality you’re imagining? I think maybe reseeding doesn’t work super well?
On Fri, Jun 24, 2011 at 10:37 AM, Steve Way <Steve.Way@anonymised.com> wrote:
Hi All,
If I were to implement logic, so that GWC re-seeded a layer only for tiles which are within list of polygons which is defined in a geoRSS file, where would I start for implementing that logic?
Many thanks,
Steve
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech or Mail.Admin@anonymised.com and delete the original message.
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense…
http://p.sf.net/sfu/splunk-d2d-c1
Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
To add to what Chris said, just beware this is the format for the feed
GWC understands:
<https://github.com/GeoWebCache/geowebcache/blob/master/geowebcache/georss/src/test/resources/org/geowebcache/georss/test-data/mixedgeometries_feed.xml>
You'll need to code it, and upon geometry updates, make sure to
include an entry for the old geometry and another one for the new one,
so that gwc truncates based on the whole change.
In the future GeoServer will have a GeoSynchronization Service and
hope a GWC client comes along.
cheers,
Gabriel
On Fri, Jun 24, 2011 at 1:51 PM, Chris Holmes <cholmes@anonymised.com> wrote:
I think what you want may already be implemented?
http://geowebcache.org/docs/current/configuration/layers/georss.html
It could use more examples of making the GeoRSS feed perhaps. Have you
tried it? Or is there more functionality you're imagining? I think maybe
reseeding doesn't work super well?On Fri, Jun 24, 2011 at 10:37 AM, Steve Way
<Steve.Way@anonymised.com> wrote:Hi All,
If I were to implement logic, so that GWC re-seeded a layer only for tiles
which are within list of polygons which is defined in a geoRSS file, where
would I start for implementing that logic?Many thanks,
Steve
________________________________
DISCLAIMER:This email may contain confidential information and is intended only for
the use of the specific individual(s) to which it is addressed. If you are
not the intended recipient of this email, you are hereby notified that any
unauthorized use, dissemination or copying of this email or the information
contained in it or attached to it is strictly prohibited. If you received
this message in error, please immediately notify the sender at Infotech or
Mail.Admin@anonymised.com and delete the original message.------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Geowebcache-users mailing list
Geowebcache-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geowebcache-users
--
Gabriel Roldan
OpenGeo - http://opengeo.org
Expert service straight from the developers.
Hi people!!!, we are progressing on spatialite wfs output format
WFS output format is working and generating spatialite database file (for now we keep it only on community/spatialite folder, but we have tested it adding files on wfs project folder and running it).
Now we are working on JAR files generation to wrap native libraries (for each OS + arch platform).
So....hopefully during next week we should have it finished with tests included.
We will keep community updated.
Enjoy weekend !!!
Jose
On Sat, Jun 25, 2011 at 2:36 AM, Jose Macchi <jmacchi@anonymised.com> wrote:
Hi people!!!, we are progressing on spatialite wfs output format
WFS output format is working and generating spatialite database file
(for now we keep it only on community/spatialite folder, but we have
tested it adding files on wfs project folder and running it).
Now we are working on JAR files generation to wrap native libraries (for
each OS + arch platform).
So....hopefully during next week we should have it finished with tests
included.
Thanks, looking forward to see the results
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
Hi Jose,
Nice work. I notice from your last commit that a number of the files from the spatialite datastore were copied into the extension. Actually it looks like pretty much the whole datastore. Can you explain why this is done and why the geotools datastore is not being used directly?
If changes are needed to the spatialite datastore a better approach would be to submit patches and patch them directly at the geotools level.
-Justin
On Sat, Jun 25, 2011 at 12:32 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:
On Sat, Jun 25, 2011 at 2:36 AM, Jose Macchi <jmacchi@anonymised.com…2730…> wrote:
Hi people!!!, we are progressing on spatialite wfs output format
WFS output format is working and generating spatialite database file
(for now we keep it only on community/spatialite folder, but we have
tested it adding files on wfs project folder and running it).
Now we are working on JAR files generation to wrap native libraries (for
each OS + arch platform).
So…hopefully during next week we should have it finished with tests
included.Thanks, looking forward to see the results
Cheers
Andrea–
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech leadVia Poggio alle Viti 1187
55054 Massarosa (LU)
Italyphone: +39 0584 962313
fax: +39 0584 962313http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense…
http://p.sf.net/sfu/splunk-d2d-c1
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
–
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.