osingla / RouteView

Use GoogleMaps and StreetView to play a route ("Virtual Street View").
https://github.com/osingla/RouteView
BSD 3-Clause "New" or "Revised" License
74 stars 18 forks source link

BugFix: Pause button changes to Pase when changing Interval during playback #30

Open enkah opened 11 months ago

enkah commented 11 months ago

Modify line 3294 in RouteView.js

dijit.byId('id_btn_pause').set( 'label', "Pase" );

to

dijit.byId('id_btn_pause').set( 'label', "Pause" );