Hi, thank you! I like the idea of having vector data organized in tiles, so your contribution is definitely appreciated. If you want somebody to review the code, it would be good if you could create a pull request on http://github.com/openlayers/openlayers
Having said that, I didn't look at your code, so as of now I cannot answer your question about whether tis approach makes sense or not. Andreas. On Wed, Mar 7, 2012 at 12:13 PM, Gagan Bansal <[email protected]> wrote: > Hi, > > I had requirement to get features by tiles. So that I can cash the requests > on server. I achieved this by creating a Strategy as Tiled Feature strategy. > In this approach for current map extent I am calculating the tiles in the > extent and requesting those tiles from server. Here is the Tiled Feature > Strategy class (http://openlayerstools.sourceforge.net/src/Strategy_TFS.js) > and working example on same is > http://openlayerstools.sourceforge.net/examples/TFS.html > > First thing, I would like to know is that this approach is correct or better > solution can be achieved. > If this approach is fine then can it be part of OpenLayers. > > Regards, > Gagan > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/tiled-vector-layer-tp4554120p4554120.html > Sent from the OpenLayers Dev mailing list archive at Nabble.com. > _______________________________________________ > Dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-dev -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. _______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
