sogoumap2pdf 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,5 +24,8 @@
24
24
  * add command sogoumap2pdf_from_disk
25
25
 
26
26
  == 0.1.0 2008-09-10
27
- * 1 major enhancement:
27
+ * 1 bug fixed:
28
28
  fix crop! error
29
+ == 0.2.0 2008-09-11
30
+ * 1 bug fixed:
31
+ fix front page error
data/README.txt CHANGED
@@ -21,6 +21,28 @@
21
21
  s: only satellite
22
22
  m: only map
23
23
 
24
+ Links for some cities:
25
+ 1 Beijing:http://hbpic3.go2map.com/seamless/0/180/792/518/192/103647_38598.JPG
26
+ 2 Shanghai:http://hbpic3.go2map.com/seamless/0/180/792/540/145/108175_29128.JPG
27
+ 3 Tianjing:http://hbpic3.go2map.com/seamless/0/180/792/521/188/104367_37713.JPG
28
+ 4 Chongqin:http://hbpic2.go2map.com/seamless/0/180/792/474/137/94897_27407.JPG
29
+ 5 Chendu:http://hbpic4.go2map.com/seamless/0/180/792/463/142/92685_28539.JPG
30
+ 6 Dalian:http://hbpic2.go2map.com/seamless/0/180/792/541/187/108301_37462.JPG
31
+ 7 Fuzhou:http://hbpic0.go2map.com/seamless/0/180/792/531/119/106244_23925.JPG
32
+ 8 Guangzhou:http://hbpic0.go2map.com/seamless/0/180/792/504/105/100915_21050.JPG
33
+ 9 Hangzhou:http://hbpic1.go2map.com/seamless/0/180/792/535/140/107001_28156.JPG
34
+ 10 Jinan:http://hbpic4.go2map.com/seamless/0/180/792/520/174/104176_34934.JPG
35
+ 11 Kunming:http://hbpic0.go2map.com/seamless/0/180/792/457/114/91472_22905.JPG
36
+ 12 Nanjing:http://hbpic1.go2map.com/seamless/0/180/792/528/149/105778_29981.JPG
37
+ 13 Qingdao:http://hbpic0.go2map.com/seamless/0/180/792/536/171/107220_34345.JPG
38
+ 14 Sanya:http://hbpic4.go2map.com/seamless/0/180/792/487/82/97523_16429.JPG
39
+ 15 Shenzhen:http://hbpic4.go2map.com/seamless/0/180/792/507/102/101555_20499.JPG
40
+ 16 Shenyan:http://hbpic0.go2map.com/seamless/0/180/792/549/204/109907_40820.JPG
41
+ 17 Wuhan:http://hbpic3.go2map.com/seamless/0/180/792/508/142/101779_28448.JPG
42
+ 18 Xian:http://hbpic4.go2map.com/seamless/0/180/792/485/161/97019_32314.JPG
43
+ 19 Hongkong:http://hbpic3.go2map.com/seamless/0/180/792/508/101/101692_20253.JPG
44
+ 20 Zhengzhou:http://hbpic4.go2map.com/seamless/0/180/792/506/164/101221_32844.JPG
45
+ 21 Qinghuangdao:http://hbpic3.go2map.com/seamless/0/180/792/532/193/106514_38638.JPG
24
46
  == REQUIREMENTS:
25
47
 
26
48
  * pdf-writer
@@ -2,7 +2,7 @@ module Sogoumap2pdf
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -35,7 +35,7 @@
35
35
  <h1>sogoumap2pdf</h1>
36
36
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/sogoumap2pdf"; return false'>
37
37
  <p>Get Version</p>
38
- <a href="http://rubyforge.org/projects/sogoumap2pdf" class="numbers">0.1.0</a>
38
+ <a href="http://rubyforge.org/projects/sogoumap2pdf" class="numbers">0.2.0</a>
39
39
  </div>
40
40
  <h2>What</h2>
41
41
  <p>download map from map.sogou.com and convert to pdf</p>
@@ -17,6 +17,31 @@ sogoumap2pdf link x_pixels x y_pixels row x column save_file.pdf <s|sp|m>
17
17
  ** sp is for both satellite and path info
18
18
  ** m is for a normal map
19
19
 
20
+ h2. Links for some cities:
21
+ * Beijing:http://hbpic3.go2map.com/seamless/0/180/792/518/192/103647_38598.JPG
22
+ * Shanghai:http://hbpic3.go2map.com/seamless/0/180/792/540/145/108175_29128.JPG
23
+ * Tianjing:http://hbpic3.go2map.com/seamless/0/180/792/521/188/104367_37713.JPG
24
+ * Chongqin:http://hbpic2.go2map.com/seamless/0/180/792/474/137/94897_27407.JPG
25
+ * Chendu:http://hbpic4.go2map.com/seamless/0/180/792/463/142/92685_28539.JPG
26
+ * Dalian:http://hbpic2.go2map.com/seamless/0/180/792/541/187/108301_37462.JPG
27
+ * Fuzhou:http://hbpic0.go2map.com/seamless/0/180/792/531/119/106244_23925.JPG
28
+ * Guangzhou:http://hbpic0.go2map.com/seamless/0/180/792/504/105/100915_21050.JPG
29
+ * Hangzhou:http://hbpic1.go2map.com/seamless/0/180/792/535/140/107001_28156.JPG
30
+ * Jinan:http://hbpic4.go2map.com/seamless/0/180/792/520/174/104176_34934.JPG
31
+ * Kunming:http://hbpic0.go2map.com/seamless/0/180/792/457/114/91472_22905.JPG
32
+ * Nanjing:http://hbpic1.go2map.com/seamless/0/180/792/528/149/105778_29981.JPG
33
+ * Qingdao:http://hbpic0.go2map.com/seamless/0/180/792/536/171/107220_34345.JPG
34
+ * Sanya:http://hbpic4.go2map.com/seamless/0/180/792/487/82/97523_16429.JPG
35
+ * Shenzhen:http://hbpic4.go2map.com/seamless/0/180/792/507/102/101555_20499.JPG
36
+ * Shenyan:http://hbpic0.go2map.com/seamless/0/180/792/549/204/109907_40820.JPG
37
+ * Wuhan:http://hbpic3.go2map.com/seamless/0/180/792/508/142/101779_28448.JPG
38
+ * Xian:http://hbpic4.go2map.com/seamless/0/180/792/485/161/97019_32314.JPG
39
+ * Hongkong:http://hbpic3.go2map.com/seamless/0/180/792/508/101/101692_20253.JPG
40
+ * Zhengzhou:http://hbpic4.go2map.com/seamless/0/180/792/506/164/101221_32844.JPG
41
+ * Qinghuangdao:http://hbpic3.go2map.com/seamless/0/180/792/532/193/106514_38638.JPG
42
+
43
+
44
+
20
45
  h2. Demonstration of usage
21
46
 
22
47
  * sogoumap2pdf http://hbpic3.go2map.com/seamless/0/180/711/252/52/50460_10528.JP 800x600 3x3 test.pdf sp
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sogoumap2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ruan