-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coordinate cell handler doesn't work (or wrong docs) #20
Comments
It's quite strange, but on mouse click code sends 2 SAMP messages: Aladin script (generated script string is perfectly correct, I checked it) and coords point at sky, but in the SAMP hub only last one is seen. So the functionality still does not work as expected. Probably, you can't sent aladin script mtype with notifyAll, you have to send it directly to Aladin (but that's just a guess). |
Just noticed that coord.pointAt.sky message has wrong coordinates. RA is 0...360 deg, Dec is -90…90 deg, whereas for the first row "SAI 1" at http://ocl.sai.msu.ru/catalog/ it sends the following message:
Aladin script message is not seen in the hub still and hence not received by Aladin. Could you please investigate this issue? |
I seem to implement it just like in your example in README, but when I click on coordinates column at http://ocl.sai.msu.ru/catalog nothing happens with the Aladin and no SAMP message is seen in the SAMP hub debug log. Moreover, this Aladin script command which is sent by onclick event on the coordinates should be customizable like it was in samp-webtools.
The text was updated successfully, but these errors were encountered: