gmap_coordinates_picker 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/gmap_coordinates_picker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbf53dc24174b7e8347798db04664dbe04312b4f
|
4
|
+
data.tar.gz: 0742d3f4c13aad9ea3679dbf961ff40932147cb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3803fa9264328ffe8ac90fa8e169b28c78d6d5cde5f40837405b6e7eca023b3fb481b739fae1537f3f2ef91d07146f4b94f8131fe4a82a0604ce1e38fe6e9a
|
7
|
+
data.tar.gz: a1d1a3317f016994cc5b16f990b3412340cee163f6f63d166ac16ea3bb375d8b7dbf99e5836b9c68216f88deb9ad5092723ef6ab2fadb0531d63faaccbc6874e
|
data/README.md
CHANGED
@@ -5,6 +5,11 @@ works to provide an easy to use Google Maps interface for displaying and setting
|
|
5
5
|
|
6
6
|
Where a latitude and longitude is set on the model, it is indicated by a marker shown on a Google map centered at the marker. The administrator can change the value of these fields by clicking on the desired new location on the map.
|
7
7
|
|
8
|
+
Demo app source code
|
9
|
+
====================
|
10
|
+
|
11
|
+
https://github.com/amuntasim/gmap-coordicate-picker-demo
|
12
|
+
|
8
13
|
Usage
|
9
14
|
=====
|
10
15
|
|
@@ -70,6 +75,7 @@ VERSION
|
|
70
75
|
=======
|
71
76
|
-0.1.0
|
72
77
|
- Rails4 support
|
78
|
+
|
73
79
|
-0.0.3
|
74
80
|
- `static map` feature added
|
75
81
|
- `javascript map handler` support added
|