[Fdo-trac] [fdo-trac] #932: WFS provider: value of number attribute is changed

FDO trac_fdo at osgeo.org
Tue Sep 5 19:34:54 PDT 2017


#932: WFS provider: value of number attribute is changed
-----------------------+-----------------------
   Reporter:  zhanga   |      Owner:  gregboone
       Type:  defect   |     Status:  new
   Priority:  major    |  Milestone:  4.1.0
  Component:  FDO API  |    Version:  4.0.0
   Severity:  3        |   Keywords:
External ID:           |
-----------------------+-----------------------
 When connecting to a WFS server who has an attribute in xsd:long format,
 the value which is bigger than 2147483647 (e.g. 2555555556) is shown
 incorrectly in Map3D (2147483647).

 It is because we use wtol to convert a string a long number. The max value
 is 2147483647. To fix the issue, we need to add a new method ToInt64 in
 class FdoStringP.

--
Ticket URL: <https://trac.osgeo.org/fdo/ticket/932>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list