ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enumeration represents how the tileCache should access the tiles.
Name | Summary |
---|---|
Default | The default mode is ReadAddDelete. |
ReadOnly | This mode represents the tileCache just can read tiles from it. |
ReadAdd | This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles. |
ReadAddDelete | This mode represents the tileCache is no limited that can read, add, delete tiles. |