Skip to content

Commit

Permalink
Update map content 2022-10-25
Browse files Browse the repository at this point in the history
  • Loading branch information
kklinges committed Oct 25, 2022
1 parent cd7ec46 commit 44aed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

map.addSource('elections', {
type: 'geojson',
data: 'https://gist.githubusercontent.com/kklinges/935b0e617ddb28af496c2e76488f9cae/raw/b65e7b83871644936ffde60cc7823b11263ce84c/upcoming.geojson'',
data: 'https://gist.githubusercontent.com/kklinges/935b0e617ddb28af496c2e76488f9cae/raw/b65e7b83871644936ffde60cc7823b11263ce84c/upcoming.geojson',
cluster: true,
clusterMaxZoom: 14, // Max zoom to cluster points on
clusterRadius: 50 // Radius of each cluster when clustering points (defaults to 50)
Expand Down

0 comments on commit 44aed0e

Please sign in to comment.