Files
lazarus-ccr/components/lazmapviewer/example/main.lfm

40 lines
709 B
Plaintext
Raw Normal View History

object Form1: TForm1
Left = 258
Height = 545
Top = 127
Width = 869
Caption = 'Form1'
ClientHeight = 545
ClientWidth = 869
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.9.0.0'
object Panel1: TPanel
Left = 632
Height = 545
Top = 0
Width = 237
Align = alRight
Caption = 'Panel1'
TabOrder = 0
end
object MapView1: TMapView
Left = 0
Height = 545
Top = 0
Width = 632
Active = False
Align = alClient
CacheOnDisk = True
CachePath = 'cache/'
InactiveColor = clWhite
MapProvider = 'OpenStreetMap Mapnik'
UseThreads = True
Zoom = 0
end
object GeoNames: TMVGeoNames
left = 481
top = 256
end
end