This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.tileimageformat [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.tileimageformat [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.TileImageFormat ====== | ====== ThinkGeo.MapSuite.Core.TileImageFormat ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Enumeration --> | ||
| Specifies the format of the map image. | Specifies the format of the map image. | ||
| - | === Remarks === | + | == Remarks == |
| If the image is overlaid atop other images, use the PNG image format (which can use a transparent background). If you have a low bandwidth network, use the JPEG image format. You can reduce the quality of the JPEG image and make its size smaller. | If the image is overlaid atop other images, use the PNG image format (which can use a transparent background). If you have a low bandwidth network, use the JPEG image format. You can reduce the quality of the JPEG image and make its size smaller. | ||
| - | ===== Items ===== | + | == Items == |
| - | ^ Name ^ Summary ^ | + | **Png** |
| - | | Png | Specifies the image is in the W3C Portable Network Graphics (PNG) image format. | | + | * **Summary**:Specifies the image is in the W3C Portable Network Graphics (PNG) image format. |
| - | | Jpeg | Specifies the image is in the Joint Photographic Experts Group (JPEG) image format. | | + | |
| + | **Jpeg** | ||
| + | * **Summary**:Specifies the image is in the Joint Photographic Experts Group (JPEG) image format. | ||
| - | __NOTOC__ | ||
| - | [[Category:MapSuiteCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.Core]] | ||