unigui_complete_source_1.90.x.148 or similar)Before touching the installer, let's dissect the keyword:
.pas files to recompile the packages yourself. This is critical for Tokyo, as binary compatibility is broken.Warning: Unigmap 148 was never officially certified for Tokyo. We will use "source surgery" to make it work.
%APPDATA%\Embarcadero\Bpl\ (search for *unigui*.bpl)The official repository is rare. You likely have a ZIP named:
unigmap-148-full-source.zip unigmap 148 xe2delphi 102 tokyo full source install
Its structure should include:
UniGMap/
Packages/
XE2/
Tokyo/
Source/
Core/
Layers/
Net/
Resources/
Unigui is a framework for developing web applications using Delphi. Key features in version 1.48 include: Prerequisites
UniGMap 1.48 for Delphi 10.2 Tokyo represents a specific period in software development history—an era where native code met the web, and where the installation of a component was a deliberate, source-level integration rather than a simple download. It empowered thousands of Delphi applications to visualize geospatial data reliably on the Windows platform.
In the era of Delphi 10.2 Tokyo (released around 2017), Delphi developers were enjoying the powerful VCL framework for robust Windows applications. However, a significant challenge remained: mapping. Integrating a dynamic, pannable, zoomable Google Map into a native Windows executable was notoriously difficult. Delphi Version: Ensure you have one of the
Developers were stuck between using outdated ActiveX controls or trying to render raw HTML in a TWebBrowser component that often lagged behind modern JavaScript standards. This was the "problem space" that UniGMap aimed to solve.