What happened to the DynamicLayerModel??

672
2
01-23-2012 08:51 AM
ScottPio
New Contributor
We were using the Dynamic Layer model from the Alpha API and well, we are updating our large code base and can't seem to find the DynamicLayerModel.

Can someone point to where this went or how to just access the LayerModel?

Thanks!
0 Kudos
2 Replies
DanO_Neill
Occasional Contributor III
These classes were removed in the release API.  By removing these classes we no longer support extending the base classes to create customized layers.  You can override the 'getTile()' method on the TiledLayer class to create customized layers.  Please share your use case if you continue to have issues refactoring  your code to the release API.
0 Kudos
ScottPio
New Contributor
Thanks Dan,  We will give it a try even though it will be a pain.  We will let you know.

Thanks for replying so fast.

You might want to check out http://gis.stackexchange.com/ as thats where we posted these questions first with no avail.

Thanks!
0 Kudos