<?xml version="1.0" encoding="UTF-8"?><Configuration xmlns="http://www.mapinfo.com/midev/service/configuration/mapping/v1">
	
	<MapResolution>96</MapResolution>
	
<!-- 
The ImageCache defines the location and preferences of your image cache where
the mapping service stores the temporary rendered maps.
	
Edit the Directory path to point to the images folder in the mapping service 
container. This is the location where all map images will be stored.
	
Edit the AccessBaseURL hostname and portnumber to match your mapping service 
container, and point to the same images directory defined in the Directory 
preference.
	
Edit the FileExpire to define the duration of time all images will be stored
before the files are deleted. The expire time is defined in seconds.

Edit the ScanInterval to define the time between image cache cleanup. The 
service will scan and delete expired images. The interval time is defined in seconds.
-->
 	<ImageCache>
        <Directory>D:\Appli\Spectrum/server/modules/spatial/images</Directory>
        <AccessBaseURL>http://WSAR0364:8080/rest/Spatial/MappingService/internal/imageCache</AccessBaseURL>
        <FileExpire>30</FileExpire>
        <ScanInterval>30</ScanInterval>
    </ImageCache>
</Configuration>
