Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

There may be performance issues when drawing selections with SQL Server. It's possible that altering the batchsize value for the selection map engine may improve the performance, a value of 50 is recommended.

Weave 2.5.12 has been updated to resolve this issue.

 


Namespace

urn:com.cohga.server.spatial.geotools#1.0

...

Code Block
languagexml
titleUsing geometry metadata tableconfiguration
<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>

...