[mapguide-commits] r9258 - trunk/MgDev/Web/src/HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Dec 20 15:09:27 PST 2017


Author: jng
Date: 2017-12-20 15:09:27 -0800 (Wed, 20 Dec 2017)
New Revision: 9258

Modified:
   trunk/MgDev/Web/src/HttpHandler/HttpWfsGetFeature.cpp
Log:
Fix post-merge build error.

Modified: trunk/MgDev/Web/src/HttpHandler/HttpWfsGetFeature.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpWfsGetFeature.cpp	2017-12-01 06:56:09 UTC (rev 9257)
+++ trunk/MgDev/Web/src/HttpHandler/HttpWfsGetFeature.cpp	2017-12-20 23:09:27 UTC (rev 9258)
@@ -300,7 +300,7 @@
                                     requiredProperties, m_getFeatureParams->GetSrs(), filter, sSortCriteria);
                                 
                                 //MgByteSource owns this and will clean it up when done
-                                MgReaderByteSourceImpl* bsImpl = new MgReaderByteSourceImpl(fr, MgMimeType::Json, true, false, -1);
+                                MgReaderByteSourceImpl* bsImpl = new MgReaderByteSourceImpl(fr, MgMimeType::Json, true, false, -1, NULL);
                                 bsImpl->SetMaxFeatures(numFeaturesToRetrieve - 1);
                                 Ptr<MgByteSource> bs = new MgByteSource(bsImpl);
                                 resultReader = bs->GetReader();



More information about the mapguide-commits mailing list