u-blox_demo.mcf

来自「u-blox的GPS模块LEA-5x信号强度检测软件」· MCF 代码 · 共 38 行

MCF
38
字号
; I N F O
; ------------------------------------------------------------
; File:   thalwil.bmp
; Source: (sample data set)


; R E F E R E N C E 
; ------------------------------------------------------------
; 3 Points must be defined to calibrate a Map
; Parameters:
;   #       = index of the point (1 to 3)
;   x,y     = image coordinates
;   lat,lon = world coordinates
; Syntax: 
;   # = <x>, <y>, <lon>, <lat>

[REFERENCE]
1 = 249,0,8.565008,47.287513
2 = 999,299,8.572023,47.285610
3 = 249,599,8.565008,47.283707

; M A R K E R
; ------------------------------------------------------------
; You can add points (image or world coord) to the map  
; Parameters:
;   num     = number of markers that follow
;   #       = index of the point (1 to num)
;   type    = c for world or i image coordinates
;   x,y     = image coordinates
;   lat,lon = world coordinates
;   text    = quoted text decription to the marker (optional)
; Syntax: 
;   Count = <num>
;   #     = <type>, <x|lon>, <y|lat>[, <text>]

[MARKER]
Count = 1
1 = c, 8.56525, 47.28519444, "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?