lazarus-ccr/components/lazmapviewer/source
wp_xxyyzz 0562f757ef LazMapViewer: Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-04-04 16:10:32 +00:00
..
addons LazMapViewer: Cleanup 2024-04-04 16:10:32 +00:00
mvcache.pas LazMapviewer: New optimization by Yuliyan Ivanov (Fixed arithmetic overflow errors for 32 bit target; Fixed ExtractISODateTime() bad ISO date handling resulting in range errors when no milliseconds; Track drawing, fixed segment disappearing when both ends invisible; Tile drawing mode implementation in addons. Tile layer objects in mvMapViewer; Tile drawing mode introduced for additional tile layers; Added TGPSObj.Visible property; DragObj as a public property; added Polyline, Polygon, PolyBezier drawing methods; Minor drawing optimisation: skip invisible part of the track) 2024-01-13 16:41:07 +00:00
mvde_intfgraphics.pas LazMapViewer: Move public TCustomDrawingEngine.DrawBitmapOT to protected section of TIntfGraphicsDrawingEngine, not needed anywhere else. 2024-04-02 21:44:36 +00:00
mvde_lcl.pas LazMapviewer: New optimization by Yuliyan Ivanov (Fixed arithmetic overflow errors for 32 bit target; Fixed ExtractISODateTime() bad ISO date handling resulting in range errors when no milliseconds; Track drawing, fixed segment disappearing when both ends invisible; Tile drawing mode implementation in addons. Tile layer objects in mvMapViewer; Tile drawing mode introduced for additional tile layers; Added TGPSObj.Visible property; DragObj as a public property; added Polyline, Polygon, PolyBezier drawing methods; Minor drawing optimisation: skip invisible part of the track) 2024-01-13 16:41:07 +00:00
mvdlefpc.pas LazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit. 2024-03-30 00:10:45 +00:00
mvdlewin.pas
mvdownloadengine.pas LazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit. 2024-03-30 00:10:45 +00:00
mvdragobj.pas LazMapviewer: Enable/disable zooming and panning of the map. Issue #39069, patch by Yuliyan Ivanov. Update colored_tracks demo. 2024-01-29 13:04:09 +00:00
mvdrawingengine.pas LazMapViewer: Rework text drawing in TRGBGraphicsDrawingEngine to avoid by-pass to LazIntfImage in favour of built-in graphics routines. 2024-04-03 16:06:28 +00:00
mvengine_mapreg.inc
mvengine.pas LazMapViewer: Add functions named "LatLon" in addition to the old ones named as "LonLat" and mark the old ones as deprecated. 2024-03-29 08:59:35 +00:00
mvextradata.pas LazMapViewer: Track segment marks and GPX track loading. TryStrToGpxColor fix. 2024-03-28 14:15:23 +00:00
mvgeonames.pas LazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit. 2024-03-30 00:10:45 +00:00
mvgpsobj.pas LazMapViewer: Calculation of bearing, target point by bearing, midpoint, intermediate point. First, Last of TMapCollection, TMapPoint.ToScreen property. TGPSTrack draw event and ConnectColor/Width properties. Better GPX import/export. 2024-03-28 14:28:13 +00:00
mvgpx.pas LazMapViewer: Calculation of bearing, target point by bearing, midpoint, intermediate point. First, Last of TMapCollection, TMapPoint.ToScreen property. TGPSTrack draw event and ConnectColor/Width properties. Better GPX import/export. 2024-03-28 14:28:13 +00:00
mvjobqueue.pas LazMapViewer: Remove drawing residues outside the map tiles. Patch by Yuliyan Ivanov. 2024-01-15 11:51:35 +00:00
mvjobs.pas
mvlayerspropeditform.lfm LazMapViewer: TMapLayersPropertyEditor form added. 2024-03-04 14:12:37 +00:00
mvlayerspropeditform.pas LazMapViewer: Fix package compilation and elevations demo with Laz 2.0.12 2024-04-02 13:58:49 +00:00
mvmapprovider.pas
mvmapviewer_icons.res
mvmapviewer.pas LazMpaViewer: Keep the alpha channel when a new image is assigned to the TMapView.POIImage. 2024-04-03 22:17:47 +00:00
mvmapviewerpropedits.pas LazMapViewer: Rehaul of TMapItem/TMapCollection, TMapTrack, TMapTrackPoint, TMapTrackPoints. TTrackSegmentExtraData added. 2024-03-28 13:45:53 +00:00
mvmapviewerreg.pas
mvtypes.pas LazMapViewer: Deprecate also TRealPoint.Init in favour of TRealPoint.InitXY and TRealPoint.InitLatLon 2024-03-29 09:15:14 +00:00