1QMT_MAP2JNX(1) QMT_MAP2JNX(1)
2
3
4
6 qmt_map2jnx - convert map to JNX
7
8
10 qmt_map2jnx -q <1..100> -s <411|422|444> -p <0..> -c "copyright notice"
11 -m "BirdsEye" -n "Unknown" -x file1_scale,file2_scale,...,fileN_scale
12 <file1> <file2> ... <fileN> <outputfile>
13
14
16 qmt_map2jnx is a helper utility for qmapshack(1) to convert a map to
17 JNX format.
18
19 The projection of the input files must have the same latitude along a
20 pixel row. Mecator and Longitude/Latitude projections match this this
21 property. Transversal Merkator or Lambert projections do not.
22
23 To rectify a geotiff map, you can use the gdalwarp command, e.g.
24
25 gdalwarp -t_srs "EPSG:4326" <inputfile> <outputfile>
26
27 Scale levels must be pass in same order as level files pointed. Empty
28 and zero values equal to autodetect. We can point only needed levels,
29 like:
30
31 -x 45356,,,75; -x ,,,,75
32
33 Calculated levels table can be found:
34
35 · English: http://whiter.brinkster.net/en/JNX.shtml
36
37 · Russian: http://whiter.brinkster.net/JNX.shtml
38
39 Most common values for different map scales:
40
41 JNX scale Map scale
42 ------------- ---------
43 78125-31250 1:1 000 000
44 20834-7813 1:500 000
45 7813-3125 1:200 000
46 3125-2084 1:100 000
47 2084-782 1:50 000
48 782-32 1:25 000
49 32-21 1:10 000
50 21-14 1:5000, 1:2000
51
52
54 -q
55 The JPEG quality from 1 to 100. Default is 75
56
57 -s
58 The chroma subsampling. Default is 411
59
60 -p
61 The product ID. Default is 0
62
63 -c
64 The copyright notice. Default is "Unknown"
65
66 -m
67 The subscription product name. Default is "BirdsEye"
68
69 -n
70 The map name. Default is "Unknown"
71
72 -z
73 The z order (drawing order). Default is 25
74
75 -x
76 Override levels scale. Default: autodetect
77
78
80 https://github.com/Maproom/qmapshack/wiki/DocMain
81
82
84 qmt_map2jnx was written and is currently maintained by Oliver Eichler
85 <oliver.eichler@gmx.de>.
86
87
88
89 Jan 2018 QMT_MAP2JNX(1)