<!--
	Image Navigator Server Configuration

	Production - Set to 1 for Pictometry operations. Set to 0 for Self-Hosting operations.
	UseCustomerDb - Set to 1 for Pictometry operations. Set to 0 for Self-Hosting operations.

	Databases
		Spatial - Credentials for the Pictometry spatial database. Unset for Self-Hosting.
		Customer - Credentials for the Pictometry customer database. Unset for Self-Hosting.
		Logging - Credentials for the Pictometry logging database. Unset for Self-Hosting.
	
	WFS
		Server - URL for the default WFS service. NOTE: Any ampersand in the URL should be escaped by &amp;
	
	TmpDir - Path to a local temporary data folder.
-->
<Server>
	<Production>0</Production>
	<UseCustomerDb>0</UseCustomerDb>
	<Databases>
		<Spatial>
			<User>
			</User>
			<Password>
			</Password>
			<Db>
			</Db>
		</Spatial>
		<Customer>
			<User>
			</User>
			<Password>
			</Password>
			<Db>
			</Db>
		</Customer>
	</Databases>
	<WFS>
		<Server></Server>
                <CrsUri>urn:x-ogc:def:crs:EPSG:4326</CrsUri>
	</WFS>
	<TmpDir>C:\SHTempDir</TmpDir>
</Server>
