Select to view content in your preferred language

Tiled FeatureLayer

565
0
08-30-2010 11:15 AM
DaveBurgoon
New Contributor
I'm trying to implement a tiled feature layer and was wondering if anyone has tried this, or knows the best direction to head in. I have  a set of features in geojson text files set up in a file/folder structure similar to google (level, row, column). I would like to access these tiles on demand as the user zooms, pans, etc. That way only the features in view would be shown. Basically I'm trying to implement a tiled cache for vector features instead of images. But, the TiledMapServiceLayer class assumes that you are returning an url to an image. And the feature layer class doesnt have the functionality for returning "tiles" of features. Anyone ever try this?
Tags (2)
0 Kudos
0 Replies