Skip to content

GPX: Invoke _handleLayerMouseOver on the correct layer#54

Open
adg29 wants to merge 1 commit intoMrMufflon:masterfrom
adg29:addData-layer
Open

GPX: Invoke _handleLayerMouseOver on the correct layer#54
adg29 wants to merge 1 commit intoMrMufflon:masterfrom
adg29:addData-layer

Conversation

@adg29
Copy link
Copy Markdown

@adg29 adg29 commented Jul 21, 2016

Added the conditional typeof layer==='undefined'. This ensures that layer is correctly assigned to the line object that is made available by the addLine callback in the GPX use-case. Previously there was only a check for null, which prevented the correct assignment to the layer that is assigned the mouseover.

With the correct assignment, mouseover is now triggered on the line and the corresponding point in the elevation diagram is indicated.

Tested on a GPX file @ http://codepen.io/adg29/full/jAzpRo/

… a check for undefined layer to correctly assign the layer which triggers mouseover
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