Skip to content

Commit 1e1b4c1

Browse files
committed
Updated options and readme
1 parent 0a8a036 commit 1e1b4c1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

dist/assets/js/plugins/storeLocator/jquery.storelocator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Google Maps Store Locator - v2.0.8 - 2015-04-29
1+
/*! jQuery Google Maps Store Locator - v2.0.8 - 2015-05-11
22
* http://www.bjornblog.com/web/jquery-store-locator-plugin
33
* Copyright (c) 2015 Bjorn Holine; Licensed MIT */
44

dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| formContainer | 'bh-sl-form-container' | Class of the container around the form. |
66
| formID | 'bh-sl-user-location' | ID of the input form. |
77
| addressID | 'bh-sl-address' | ID of the address input form field. |
8-
| regionID | 'bh-sl-region' | ID of the region input form field for country region biasing select field. |
8+
| regionID | 'bh-sl-region' | ID of the region select form field for country region biasing. |
99
| mapSettings | { zoom : 12, mapTypeId: google.maps.MapTypeId.ROADMAP } | Google maps settings object. Add all settings including zoom and map type if overriding. |
1010
| markerImg | null | Replacement marker image used for all locations |
1111
| markerDim | null | Replacement marker dimensions object - ex value: { height: 20, width: 20 } |

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ for even faster loading.
3131

3232
* Fixed issue with inline directions where "null" was prepended to the destination address.
3333
* Updated processForm method to accept max distance query string parameter.
34-
* Updated processForm method to use existing origin data if it's presenta and matches to avoid unecessary geocode
34+
* Updated processForm method to use existing origin data if it's present and matches to avoid unecessary geocode
3535
requests.
36+
* Changed infowindow and location list templates so that the comma is added if the city is available.
37+
* Updated max distance check to less than or equal to the selected distance vs. just less than.
38+
* Updated regionID description in options.md for clarity.
3639

3740
### Version 2.0.7
3841

0 commit comments

Comments
 (0)