[Mapguide-trac] [mapguide-trac] #2585: The total entries is not correct with Oracle data source
MapGuide Open Source
trac_mapguide at osgeo.org
Thu May 12 08:17:21 PDT 2016
#2585: The total entries is not correct with Oracle data source
-----------------------+----------------------
Reporter: zhanga | Owner: jng
Type: defect | Status: closed
Priority: low | Milestone: 3.1
Component: Map Agent | Version: 3.0.0
Severity: trivial | Resolution: fixed
Keywords: | External ID:
-----------------------+----------------------
Comment (by jng):
In [changeset:"8960" 8960]:
{{{
#!CommitTicketReference repository="" revision="8960"
Merged revision(s) 8958-8959 from branches/3.0/MgDev:
Merged revision(s) 8956 from trunk/MgDev:
devguide: Fix malformed revision history table and add a section about
mapguide-rest in supplemental_development.rst
........
........
Merged revision(s) 8871, 8912, 8921, 8942 from sandbox/adsk/3.1n:
Fix #2585: the total entries is not correct with Oracle data source.
It is because the initial vale of total entries is -1. We should set it to
0.
........
Fix the issue that DateTime value cannot be displayed in selection panel.
........
In some special FDO provider such as Autodesk RealDWG provider, the
'Geometry' property is already in property mappings. In method
MgHtmlController::WriteSelectedFeatureAttributes(), we will first add all
mapping properties, then add geometry property. We need to check if
'Geometry' is added to avoid adding it twice.
........
Fix the defect that zoom raster image results in server crash.
It is because if the displayed size of image is very small, the width or
height may be 0. And we will use the width and height as the parameters of
RESAMPLE. FDO Raster provider will crash in this case. I set width or
height to 1 if its value is 0 to avoid the error.
........
........
}}}
--
Ticket URL: </ticket/2585#comment:4>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list