...
Warning |
---|
There may be performance issues when drawing selections with SQL Server. It's possible that altering the Weave 2.5.12 has been updated to resolve this issue. |
Namespace
urn:com.cohga.server.spatial.geotools#1.0
...
Code Block | ||||
---|---|---|---|---|
| ||||
<spatial:spatialengine id="sqlserver"> <dbtype>sqlserver</dbtype> <host>sqlhost</host> <port>1434</port> <user>gis</user> <passwd>hak0rz</passwd> <schema>GIS</schema> <minconnection>2</minconnections> <validateconnections>true</validateconnections> <geometrymetadata> <table schema="dbo" name="park" type="multipolygon" srid="28355" dimension="2"/> <table schema="dbo" name="property" type="polygon" srid="28355" dimension="2"/> <table schema="dbo" name="road" type="linestring" srid="28355" dimension="2"/> </geometrymetadata> </spatial:spatialengine> |
...