Skip to content

Commit ecc0bb0

Browse files
committed
Origin marker options updated, marker options updated, renamed several default options and values to avoid conflicts and make more sense, added options table doc
1 parent 5e383e3 commit ecc0bb0

20 files changed

+388
-260
lines changed

dist/autogeocode-example.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1>Using Chipotle as an Example</h1>
1616
</div>
1717

1818
<div class="bh-sl-form-container">
19-
<form id="user-location" method="post" action="#">
19+
<form id="bh-sl-user-location" method="post" action="#">
2020
<div class="form-input">
21-
<label for="address">Enter Address or Zip Code:</label>
22-
<input type="text" id="address" name="address" />
21+
<label for="bh-sl-address">Enter Address or Zip Code:</label>
22+
<input type="text" id="bh-sl-address" name="bh-sl-address" />
2323
</div>
2424

2525
<button id="bh-sl-submit" type="submit">Submit</button>
@@ -30,7 +30,7 @@ <h1>Using Chipotle as an Example</h1>
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
33-
<div id="map" class="bh-sl-map"></div>
33+
<div id="bh-sl-map" class="bh-sl-map"></div>
3434
</div>
3535
</div>
3636

dist/categories-example.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ <h1>Using Chipotle as an Example</h1>
1616
</div>
1717

1818
<div class="bh-sl-form-container">
19-
<form id="user-location" method="post" action="#">
19+
<form id="bh-sl-user-location" method="post" action="#">
2020
<div class="form-input">
21-
<label for="address">Enter Address or Zip Code:</label>
22-
<input type="text" id="address" name="address" />
23-
<select id="maxdistance" name="maxdistance">
21+
<label for="bh-sl-address">Enter Address or Zip Code:</label>
22+
<input type="text" id="bh-sl-address" name="bh-sl-address" />
23+
<select id="bh-sl-maxdistance" name="bh-sl-maxdistance">
2424
<option value="10">10 Miles</option>
2525
<option value="20">20 Miles</option>
2626
<option value="30">30 Miles</option>
@@ -116,7 +116,7 @@ <h1>Using Chipotle as an Example</h1>
116116
<div class="bh-sl-loc-list">
117117
<ul class="list"></ul>
118118
</div>
119-
<div id="map" class="bh-sl-map"></div>
119+
<div id="bh-sl-map" class="bh-sl-map"></div>
120120
</div>
121121
</div>
122122

dist/css/storelocator.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
margin-top: 15px;
2424
width: 100%;
2525
}
26-
.bh-sl-container #search-form {
27-
clear: left;
28-
float: left;
29-
height: 60px;
30-
}
3126
.bh-sl-container .form-input {
3227
float: left;
3328
margin-top: 3px;

dist/css/storelocator.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/default-location-example.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1>Using Chipotle as an Example</h1>
1616
</div>
1717

1818
<div class="bh-sl-form-container">
19-
<form id="user-location" method="post" action="#">
19+
<form id="bh-sl-user-location" method="post" action="#">
2020
<div class="form-input">
21-
<label for="address">Enter Address or Zip Code:</label>
22-
<input type="text" id="address" name="address" />
21+
<label for="bh-sl-address">Enter Address or Zip Code:</label>
22+
<input type="text" id="bh-sl-address" name="bh-sl-address" />
2323
</div>
2424

2525
<button id="bh-sl-submit" type="submit">Submit</button>
@@ -30,7 +30,7 @@ <h1>Using Chipotle as an Example</h1>
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
33-
<div id="map" class="bh-sl-map"></div>
33+
<div id="bh-sl-map" class="bh-sl-map"></div>
3434
</div>
3535
</div>
3636

dist/geocode.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ <h1>Simple geocoding form</h1>
2323
<p>You can use the following form to geocode a location.</p>
2424
</div>
2525
<div class="bh-sl-form-container">
26-
<form id="user-location" method="post" action="#">
26+
<form id="bh-sl-user-location" method="post" action="#">
2727
<div class="form-input">
28-
<label for="address">Enter Address or Zip Code:</label>
29-
<input type="text" id="address" name="address" />
28+
<label for="bh-sl-address">Enter Address or Zip Code:</label>
29+
<input type="text" id="bh-sl-address" name="bh-sl-address" />
3030
</div>
3131

3232
<button id="bh-sl-submit" type="submit">Submit</button>

dist/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h1>Using Chipotle as an Example</h1>
1616
</div>
1717

1818
<div class="bh-sl-form-container">
19-
<form id="user-location" method="post" action="#">
19+
<form id="bh-sl-user-location" method="post" action="#">
2020
<div class="form-input">
21-
<label for="address">Enter Address or Zip Code:</label>
22-
<input type="text" id="address" name="address" />
21+
<label for="bh-sl-address">Enter Address or Zip Code:</label>
22+
<input type="text" id="bh-sl-address" name="bh-sl-address" />
2323
</div>
2424

2525
<button id="bh-sl-submit" type="submit">Submit</button>
@@ -30,7 +30,7 @@ <h1>Using Chipotle as an Example</h1>
3030
<div class="bh-sl-loc-list">
3131
<ul class="list"></ul>
3232
</div>
33-
<div id="map" class="bh-sl-map"></div>
33+
<div id="bh-sl-map" class="bh-sl-map"></div>
3434
</div>
3535
</div>
3636

0 commit comments

Comments
 (0)