lazMapViewer: Add description, license and authors to package file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
d70b3d3e26
commit
51c0ef9d38
@ -3,6 +3,7 @@
|
||||
<Package Version="4">
|
||||
<Name Value="lazMapViewerPkg"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Maciej Kaczkowski, ti_dic"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -10,6 +11,9 @@
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
</CompilerOptions>
|
||||
<Description Value="Component for viewing maps (Google, OpenStreetMap, etc).
|
||||
This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) which itself is based on the MapViewer by Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer)."/>
|
||||
<License Value="GPL2 or later"/>
|
||||
<Files Count="14">
|
||||
<Item1>
|
||||
<Filename Value="source/mvcache.pas"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ Map Viewer Download Engine Synapse
|
||||
{ Map Viewer Download Engine
|
||||
|
||||
Copyright (C) 2011 Maciej Kaczkowski / keit.co
|
||||
|
||||
@ -34,6 +34,7 @@ type
|
||||
procedure DownloadFile(const Url: string; AStream: TStream); virtual;
|
||||
end;
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
{ TMvCustomDownloadEngine }
|
||||
|
Loading…
Reference in New Issue
Block a user