google-map-stitch 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -19,12 +19,28 @@ engine = GMS::Engine.new({:zoomLevel=>2})
19
19
 
20
20
  # subsection (South America)
21
21
  engine = GMS::Engine.new({
22
- :startX => 131,
23
- :endX => 201,
24
- :startY => 235,
25
- :endY => 360,
26
- :zoomLevel => 10
22
+ :startX => 130,
23
+ :startY => 236,
24
+ :endX => 214,
25
+ :endY => 353,
26
+ :zoomLevel => 9
27
27
  })
28
+
29
+ engine = GMS::Engine.new({
30
+ :startX => 1085,
31
+ :startY => 1889,
32
+
33
+ })
34
+
35
+ # subsection (Mexico)
36
+ engine = GMS::Engine.new({
37
+ :startX => 10,
38
+ :startY => 25,
39
+ :endX => 19,
40
+ :endY => 31,
41
+ :zoomLevel => 6
42
+ })
43
+
28
44
  ```
29
45
 
30
46
  ### Download Tiles
@@ -1,4 +1,4 @@
1
- require 'rmagick'
1
+ require 'RMagick'
2
2
 
3
3
  class GMS
4
4
  class Stitcher
@@ -1,3 +1,3 @@
1
1
  class GMS
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-map-stitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-16 00:00:00.000000000 Z
12
+ date: 2012-11-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rmagick