Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If WFS does not appear as an option then you will need to edit the ConTypes.xml file. If you open ConTypes.xml with a text editor you will see options for DBConType (servers, such as PostgreSQL and Oracle) and FileConTypes (file formats such as shapefile or mapinfo tab). Create a new DBConType entry after the last closing </DBConType> tag (but before the closing </ConnectionTypes> tag as follows:

WFS Connection Type
<DBConType>
	<Name>WFS</Name>
	<FormatName>Web Feature Service</FormatName>
	<Direction>In</Direction>
	<FormatStr>WFS:|$1|</FormatStr>
</DBConType>

 

Save the changes and re-open iShare Studio.

  • No labels