Skip to content
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

The star export seems to have gaps at x=0 and y=0. #142

Open
codeka opened this issue Sep 7, 2017 · 1 comment
Open

The star export seems to have gaps at x=0 and y=0. #142

codeka opened this issue Sep 7, 2017 · 1 comment

Comments

@codeka
Copy link
Owner

codeka commented Sep 7, 2017

See: http://213.163.74.8/stars/stars-overall-zoom-4.png

@Gloomyempire
Copy link

I changed the coordinates displayed/outputted for x to be if(x<0) set x = x +1; and for the y coordinate if(y>0) set y = y - 1 and it seemed to work. That should remove the gap from what I have seen. I don't know how possible it is to change the coordinates displayed/outputted so it might not really be worth it.

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

No branches or pull requests

2 participants