Opened 14 years ago
Closed 14 years ago
#1395 closed defect (fixed)
Method MgFeatureQueryOptions::SetFetchSize(...) isn't exposed in MapGudie Web API
Reported by: | leaf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Web API | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When implementing MapGuide RFC 84 (http://trac.osgeo.org/mapguide/wiki/MapGuideRfc84), method MgFeatureQueryOptions::SetFetchSize(INT32 fetchSize) is decorated by INTERNAL_API so that it will not be exposed in MapGuide Web API because we don't have enough time to test it. Now I modify it to PUBLISHED_API so that it can be used in MapGuide Web API.
Note:
See TracTickets
for help on using tickets.