List of Contributions

Dinesh Ahuja

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 12 of 12 total
Posted By Dinesh Ahuja 08-12-2020 02:35
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi Alejandro, I would like to understand how the styles have been applied to Point objects in a layer. Is it Individual Value theme or some other way? One can use to traverse the geometries and work as follows foreach (Feature ftr in irfc) foreach (Feature ftr in irfc) ( double x = (doubl ...
Posted By Dinesh Ahuja 07-02-2020 10:43
Found In Egroup: Other Software and Data
\ view thread
Hi Mark, I have sent a mail to PM and Sales team in UK. Someone from office will reach out to you. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------ ------------------------------------------- Original Message: Sent: 07-02-2020 10:22 ...
Posted By Dinesh Ahuja 07-02-2020 09:50
Found In Egroup: Other Software and Data
\ view thread
Hi Liz, MapXtreme UI works in a tight loop with Server requests and also the caching is valid for that session only. So one session cannot access tiles from another session. Let me know if you need more information. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA - ...
Posted By Dinesh Ahuja 07-02-2020 09:48
Found In Egroup: Other Software and Data
\ view thread
Hi Alejandro, You can use the style override for the Point. There is a desktop Sample provided along MapXtreme installation in which you can find the sample code as well. Let me know if you need more information. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ---- ...
Posted By Dinesh Ahuja 07-02-2020 09:29
Found In Egroup: Other Software and Data
\ view thread
Hi Mark, MapXtreme has a trust based licensing now. So if you want to get hold of the Installer you can reach out to account manager of your account if you have an active subscription. Let me know how can i help otherwise. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE ...
Posted By Dinesh Ahuja 07-02-2020 09:25
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
HI Stephen, Is there anything particular you want to know about WMSClient in MXT9.3. ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------
Posted By Dinesh Ahuja 04-16-2020 09:17
Found In Egroup: Other Software and Data
\ view thread
Here is the code snippet which shall work for you. BinaryFormatter _formatter = new BinaryFormatter(); MemoryStream serializedLayers = new MemoryStream(); FeatureLayer layer = (FeatureLayer)GetMapControl().Map.Layers[0]; layer.Enabled = true; _formatter.Serialize(serializedLayers, ...
Posted By Dinesh Ahuja 01-16-2020 05:25
Found In Egroup: Other Software and Data
\ view thread
This would require a code change. we have accepted this issue and will fix in future releases ------------------------------ Dinesh Ahuja PITNEY BOWES SOFTWARE NOIDA ------------------------------
Posted By Dinesh Ahuja 05-02-2018 02:11
Found In Egroup: Other Software and Data
\ view thread
try below. it has a sample for web app ?http://communitydownloads.pbinsight.com/code-exchange/download/tile-handler
Posted By Dinesh Ahuja 05-02-2018 01:27
Found In Egroup: Other Software and Data
\ view thread
Which version of MapXtreme you are using. The latest version MapXtreme 9.0 has support for Bing maps out of the box. So dont have to worry about setting up etc. Just set the key as suggested and open the tab file provided along with the installer. It will work fine.
Posted By Dinesh Ahuja 05-02-2018 00:38
Found In Egroup: Other Software and Data
\ view thread
In MapXtreme, Bing Map is supported through TAB file.   To open this you need to set Bing license key through any one of following approaches: 1.      Use the Registry key variable SOFTWARE\MapInfo\MapXtreme\9.0.0\TileServerKey. Where 9.0.0 is MapXtreme version. 2.      Use the system environment ...
Posted By Dinesh Ahuja 11-17-2017 06:12
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi, As Windows 10 was released after MapXtreme 7.2 but it should work fine as long as windows 10 supports Visual Studio 10 and .Net Framework 4.0. And upgrading from MapXtreme 7.2 to 8.1 should be fairly straight forward only requiring the recompilation of the code with latest binaries installed. ...