You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not directly, but it wouldn't be hard: for instance, you could use map.geoOn(geo.event.zoom, () => {<some code to update a DOM element with the scale>}).
thanks for the reply sir.
i can't figure out what DOM element i can update to achieve that after reading the sliderWidget
so i modified the geo.js, add a d3 text like this
now it looks like this
i got an magnification text which can change with the zoom event, but it can only locate upon the nub, as the text will be covered when i change the m_level x bigger than m_xscale(4)
i guess its a bad idea to modify the source code right, do you have any suggestions to do it in an elegant way
hello.
is it possible to show magnification in slider widget, how to do that if yes
like 20x when slide to level 5, 40x when slide to level 10, and show the 20x/40x when scroll the slider bar
The text was updated successfully, but these errors were encountered: