Skip to content

Custom point size#7

Open
eastbayjake wants to merge 2 commits into
mattcooper:masterfrom
eastbayjake:custom-point-size
Open

Custom point size#7
eastbayjake wants to merge 2 commits into
mattcooper:masterfrom
eastbayjake:custom-point-size

Conversation

@eastbayjake
Copy link
Copy Markdown

Adds a changePointSize method so users can specify a custom point size. (It currently defaults to 2.) Example usage:

// define mapCanvas and mapOptions as in demo
map = new google.maps.Map(mapCanvas, mapOptions);
var myLayer = new WebGLLayer(map);
myLayer.changePointSize(4);
myLayer.start();

Closes #3 (cc: @korczis)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant