List of Contributions

Dinesh Ahuja

Contact Details

My Content

1 to 14 of 14 total
Posted By Dinesh Ahuja 01-03-2024 05:20
Found In Egroup: MapInfo Pro
\ view thread
Try below Install Build 97 V2023. Install Bing Patch latest Then install Build 120 if you need a specific language. Seems like Build 120 is not honoring the Bing installation. ------------------------------ Dinesh Ahuja Precisely Softwares Inc. ------------------------------
Posted By Dinesh Ahuja 09-19-2022 05:03
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Yes.. This issue was fixed in MapXtreme 9.3 release, where while sending request to server code had to pass _userAgent info, so that server recognizes. If this issue is indeed related to this specific change, then you can try 9.3. ------------------------------ Dinesh Ahuja Precisely Softwares Inc. ...
Posted By Dinesh Ahuja 09-07-2022 01:01
Found In Egroup: Other Software and Data
\ view thread
Hi Nicholas, Current version of MapXtreme does not support this. We have to consider this as Enhancement. I will pass it onto PM team. Following comment section explains that it is not supported already and we have not made any changes to support it yet. /// Adds a FeatureGeometry object to the ...
Posted By Dinesh Ahuja 09-06-2022 10:41
Found In Egroup: Other Software and Data
\ view thread
I investigated further and found out that collection down in the code is not allowing to add geometry and that is why you are getting the exception. Long story short "Collection not supported". ------------------------------ Dinesh Ahuja Precisely Softwares Inc. ------------------------------
Posted By Dinesh Ahuja 09-05-2022 01:15
Found In Egroup: Other Software and Data
\ view thread
Sent it to PM team. Will get you answer for that. ------------------------------ Dinesh Ahuja Precisely Softwares Inc. ------------------------------
Posted By Dinesh Ahuja 09-05-2022 01:12
Found In Egroup: Other Software and Data
\ view thread
Hi Nicholas, I dig in little deeper, the API i mentioned is not publicly exposed, My bad on that. Whereas FeatureGeometryFromWKT(string text) or FeatureGeometryToWKT(FeatureGeometry featureGeometry) down in the code handles OGC type collection. So if the passed in object has a collection code shall ...
Posted By Dinesh Ahuja 09-02-2022 06:39
Found In Egroup: Other Software and Data
\ view thread
FeatureGeometryFromWKT has only one flavor exposed which takes a string text for Single geometry. I will pass it onto Product team and let it decide on its future inclusion. Where as there is one class OgcGeometryCollection, which has FeatureGeometryFromOgcGeometryCollection API, which may be used, ...
Posted By Dinesh Ahuja 09-02-2022 04:16
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Which version of MapXtreme is being used. I remember changes were made to header request. If you let me know the version then i can take a look ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------
Posted By Dinesh Ahuja 10-13-2021 07:21
Found In Egroup: Other Software and Data
\ view thread
I agree this could be considered as performance improvement implementation. This API is provided just for convenience purpose, but under the hood it pushes objects one by one. Underlying SQL query work on one row at a time. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ...
Posted By Dinesh Ahuja 10-12-2021 09:42
Found In Egroup: Other Software and Data
\ view thread
Have you been able to resolve this or you still need a help with this. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------
Posted By Dinesh Ahuja 10-12-2021 09:41
Found In Egroup: Other Software and Data
\ view thread
This feature is not currently supported. This would require a deep discussion with Product management to come up with Prioritization of the request. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------
Posted By Dinesh Ahuja 10-12-2021 09:33
Found In Egroup: Other Software and Data
\ view thread
Hi Mikael, You can use the MWS file to create a valid wms config file containing Labels.  Open a tab file in Workspace manager. Apply labels. Save the mws file. Open the created mws file in Notepad and see all the tags are available. These tags needs to be converted to WMS schema. You can refer to ...
Posted By Dinesh Ahuja 10-12-2021 09:32
Found In Library: Other Software and Data
Posted By Dinesh Ahuja 10-12-2021 09:25
Found In Egroup: Other Software and Data
\ view thread
Hi Liz, InsertFeatures essentially inserts all the passed in features 1 by 1 into the table, create indexes for the indexed column and balance the tree. That is why it is taking time to insert. Whereas once you have a Tab file which means all the records are already inserted previously using some ...