You've already forked lazarus-ccr
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:
@ -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"}
|
||||
}
|
Reference in New Issue
Block a user