Ticket #3 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

Add precision parameter

Reported by: ol Owned by: Ol
Priority: major Version:
Keywords: Cc:
Triage Stage: Unreviewed State of Approval: Unnecessary
Attached Patches: None Complexity: Unknown
Compatibility: Unknown Specification: Unnecessary

Description

Add precision parameter in config.xml file

  • default value related to meters vs deegree crs
  • use precision value in asgml function query

Change History

Changed 4 years ago by ol

  • type changed from defect to enhancement

Changed 3 years ago by ol

Commited as r73 2 news parameter in config file

<tinyows online_resource="http://127.0.0.1/cgi-bin/tinyows"
        schema_dir="/usr/local/tinyows/schema/"
        meter_precision="0"
        degree_precision="6"
         >

Will only work well with Postgis 1.4.x

Changed 3 years ago by ol

  • status changed from new to closed
  • resolution set to fixed

Changed 3 years ago by assefa

Guys, just to note that the dependency on potsgis 1.4 might affect us on windows since we depend on the http://postgis.refractions.net/download/windows/ to get the binaries and that will only be updated I guess to 1.4 when it is released. This is of course if we release tinyows before the Postgis 1.4 is released. Is there a way to test the POSTGIS_MINOR_VERSION or something similar so that we can still use older version of the ST_AsGml?

Note: See TracTickets for help on using tickets.