LazMapViewer: Add ex-meta files to include the sample projects in the IDE's new examples window.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8813 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
d8a7fd7717
commit
acf3f801a4
@ -0,0 +1,5 @@
|
||||
{ "MapViewer_Colored_Tracks" : {
|
||||
"Category" : "ThirdParty",
|
||||
"Keywords" : ["TMapView", "geography", "earth", "maps", "GPS", "longitude", "latitude", "tracks", "gpx"],
|
||||
"Description" : "This project demonstrates how gpx track files can be loaded into and displayed by the TMapView."}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{ "MapViewer_FullDemo" : {
|
||||
"Category" : "ThirdParty",
|
||||
"Keywords" : ["TMapView", "geography", "earth", "maps", "GPS", "longitude", "latitude", "gpx"],
|
||||
"Description" : "This project gives an overview of all features available in the LazMapViewer package: \n- zoomable/draggable view of the maps\n- selection of map provider\n- searching of geo locations\n- adding markers\n- displaying gpx track files"}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{ "MapViewer_FullDemo_with_AddOns" : {
|
||||
"Category" : "ThirdParty",
|
||||
"Keywords" : ["TMapView", "geography", "earth", "maps", "GPS", "longitude", "latitude", "gpx", "bgrabitmap", "rgbgraphics", "synapse"],
|
||||
"Description" : "Similar to the other \"fulldemo\" project, this application gives an overview of all features available in the LazMapViewer package: \n- zoomable/draggable view of the maps\n- selection of map provider\n- searching of geo locations\n- adding markers\n- displaying gpx track files\n\nAdditionally, the project allows also to\n- select a drawing engine (internal, rgbagraphics, bgrabitmap)\n- select a download engine (internal, synapse)\n\nRequires installation of the lazmapviewer_rgbgraphics, lazmapviewer_bgra and lazmapviewer_synapse packages which, themselves, depend on other packages (lazmapviewer_rgbgraphics --> lazrgbgraphics; lazmapviewer_bgra --> bgrabitmappack; lazmapviewer_synapse --> laz_synapse)."}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{ "MapViewer_TrackDemo" : {
|
||||
"Category" : "ThirdParty",
|
||||
"Keywords" : ["TMapView", "geography", "earth", "maps", "GPS", "longitude", "latitude", "tracks", "gpx"],
|
||||
"Description" : "Loads and displays a gpx track file. The individual track points are listed with their gps coordinates, elevation and times in a grid. A marker is shown in the map for the trackpoint selected in the grid.\n"}
|
||||
}
|
@ -16,8 +16,7 @@
|
||||
</CompilerMessages>
|
||||
</Other>
|
||||
</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)."/>
|
||||
<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="Modified LGPL with linking exception, like FreePascal RTL/FCL and Lazarus LCL"/>
|
||||
<Version Minor="2" Release="5"/>
|
||||
<Files Count="19">
|
||||
@ -114,5 +113,6 @@ This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/c
|
||||
<CustomOptions Items="ExternHelp" Version="2">
|
||||
<_ExternHelp Items="Count"/>
|
||||
</CustomOptions>
|
||||
<ExamplesDirectory Value="examples\"/>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user