1
0

lazMapViewer: Initial commit to CCR (based on Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer) and ti-dic's (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) MapViewer components. Removed dependence on RGB_Graphics. Rename TMapViewer to TMapView and TMVGLGeonames to TMvGeoNames to avoid naming conflicts with original packages.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6307 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-16 13:59:19 +00:00
parent b27acb05ae
commit c76a4f904a
20 changed files with 4894 additions and 0 deletions

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Name Value="lazMapViewerPkg"/>
<Type Value="RunAndDesignTime"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
<OtherUnitFiles Value="source"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Files Count="13">
<Item1>
<Filename Value="source/mvcache.pas"/>
<UnitName Value="mvCache"/>
</Item1>
<Item2>
<Filename Value="source/mvdlesynapse.pas"/>
<UnitName Value="mvDLESynapse"/>
</Item2>
<Item3>
<Filename Value="source/mvdownloadengine.pas"/>
<UnitName Value="mvDownloadEngine"/>
</Item3>
<Item4>
<Filename Value="source/mvdragobj.pas"/>
<UnitName Value="mvdragobj"/>
</Item4>
<Item5>
<Filename Value="source/mvengine.pas"/>
<UnitName Value="mvEngine"/>
</Item5>
<Item6>
<Filename Value="source/mvgeonames.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="mvgeonames"/>
</Item6>
<Item7>
<Filename Value="source/mvgpsobj.pas"/>
<UnitName Value="mvgpsobj"/>
</Item7>
<Item8>
<Filename Value="source/mvjobqueue.pas"/>
<UnitName Value="mvJobQueue"/>
</Item8>
<Item9>
<Filename Value="source/mvjobs.pas"/>
<UnitName Value="mvJobs"/>
</Item9>
<Item10>
<Filename Value="source/mvmapprovider.pas"/>
<UnitName Value="mvMapProvider"/>
</Item10>
<Item11>
<Filename Value="source/mvtypes.pas"/>
<UnitName Value="mvtypes"/>
</Item11>
<Item12>
<Filename Value="source/mvmapviewer.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="mvmapviewer"/>
</Item12>
<Item13>
<Filename Value="source/mvextradata.pas"/>
<UnitName Value="mvextradata"/>
</Item13>
</Files>
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="laz_synapse"/>
</Item1>
<Item2>
<PackageName Value="rgb_graphics"/>
</Item2>
<Item3>
<PackageName Value="LCLBase"/>
</Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/>
</CustomOptions>
</Package>
</CONFIG>