Wednesday, March 30, 2011

Where can I find a map control for Delphi?

I am trying to build an option in a application that let user see a map. This map must be editable, and tag enabled. It should also be possible to see sub regions in different colors, and highlight the one under the mouse.

From stackoverflow
  • See TGlobe.

    alt text

  • TGlobe is good one, but hasn't updated since 2004, If you need more than showing a map, and build a GIS like application I suggest use one of these:

    1. TatukGIS (very powerful GIS Components and writing as Native VCL).
    2. CartoVCL.
    3. MapObjects (the Leading GIS Company, but the components are ActiveX).
    MarkJ : We use TatukGIS (in VB6 though), fairly good experiences with them.
    Yoopergeek : I second TatukGIS - we've been using Tatuk for years. Both their ActiveX edition through VB6 and their .NET edition with C#. Our only complaint is poor documentation.

0 comments:

Post a Comment