Skip to content

Commit c976a61

Browse files
author
bdcoder2
authored
Update README.md
1 parent fe04c23 commit c976a61

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
# grid_clusterer v1.6.1
2-
<p>
3-
This release includes support for <a href="https://developers.google.com/maps/documentation/javascript/reference/advanced-markers">Google maps &quot;Advanced&quot; markers</a> (migrates AdvancedMarkerView to AdvancedMarkerElement).
1+
# grid_clusterer v1.7.0
2+
<h2>Release Updates</h2>
3+
<ul>
4+
<li>
5+
As of February 21st, 2024, google.maps.Marker is deprecated. This release uses
6+
<a href="https://developers.google.com/maps/documentation/javascript/reference/advanced-markers">&quot;Advanced&quot; markers</a> exclusively.
7+
</li>
8+
<li>Added support for fractional zoom levels.</li>
9+
</ul>
10+
411
</p>
512
<h2>A grid clusterer for Google maps</h2>
613
<p>
714
Use the following links to learn about the grid clusterer:
815
</p>
916
<ul>
10-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/ex1/index.html">Creating data points vs creating Google map markers</a></li>
11-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/ex0/index.html">Tiles and grid points</a></li>
12-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/ex2/index.html">Clusterer configuration options and performance (using &quot;Classic&quot; markers)</a></li>
13-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/ex3/index.html">Enabling and disabling cluster marker click checks</a></li>
14-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/ex4/index.html">Clusterer configuration options and performance (using &quot;Advanced&quot; markers)</a></li>
15-
<li><a href="https://bdcoder2.github.io/grid_clusterer/v161/reference.html">Clusterer Reference</a></li>
17+
<li><a href="https://bdcoder2.github.io/grid_clusterer/v170/ex1/index.html">Creating data points vs creating Google map markers</a></li>
18+
<li><a href="https://bdcoder2.github.io/grid_clusterer/v170/ex0/index.html">Tiles and grid points</a></li>
19+
<li><a href="https://bdcoder2.github.io/grid_clusterer/v170/ex2/index.html">Clusterer configuration options and performance</a></li>
20+
<li><a href="https://bdcoder2.github.io/grid_clusterer/v170/ex3/index.html">Enabling and disabling cluster marker click checks</a></li>
21+
<li><a href="https://bdcoder2.github.io/grid_clusterer/v170/reference.html">Clusterer Reference</a></li>
1622
</ul>
1723
<p>
18-
<a href="https://bdcoder2.github.io/grid_clusterer/v160/index.html"><img src="snapshot.jpg" height=530 width=703 title="Grid Clusterer"></a>
24+
<a href="https://bdcoder2.github.io/grid_clusterer/v170/index.html"><img src="snapshot.jpg" height=530 width=703 title="Grid Clusterer"></a>
1925
</p>
2026
<h2>To download and use locally:</h1>
2127
<ol>
@@ -29,7 +35,6 @@ This release includes support for <a href="https://developers.google.com/maps/do
2935
<li>./dist/ex1/index.html</li>
3036
<li>./dist/ex2/index.html</li>
3137
<li>./dist/ex3/index.html</li>
32-
<li>./dist/ex4/index.html</li>
3338
</ul>
3439
</li>
3540
<li>Using any web browser, open the &quot;/dist/index.html&quot; file.

0 commit comments

Comments
 (0)