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

Tile border error #65

Open
Colins2 opened this issue Feb 16, 2021 · 3 comments
Open

Tile border error #65

Colins2 opened this issue Feb 16, 2021 · 3 comments
Labels
next Is one of the next issues to be fixed

Comments

@Colins2
Copy link

Colins2 commented Feb 16, 2021

Hi,
I'm trying to flatten a runway in a newly created airport where the boundary is just inside the tile boundary and I am getting Error code -4 saying a longitude is out of range. The longitude is within the tile border but only just.
Can you look at the attached files please.
muxp.log

Talasea-apt-area.muxp.txt

NB I had to append .txt to the muxp filename in order to upload it, the file picker won't accept .muxp extensions

@nofaceinbook
Copy link
Owner

Hi Colin,
Well the definition of the tile is wrong according to X-Plane requirements. You use:

tile: -05+150
area: -5.292985 -5.253746 150.000048 150.017695

The tile is always rounded down. So for the area which is about -5.2 you need to round down to -06.
So you could try again with:
tile: -06+150 and see if it works.

Was this automatically created? Then I would need to correct it...

@Colins2
Copy link
Author

Colins2 commented Feb 17, 2021 via email

@nofaceinbook
Copy link
Owner

Ok. So I need to update the error message.

@nofaceinbook nofaceinbook added the next Is one of the next issues to be fixed label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next Is one of the next issues to be fixed
Projects
None yet
Development

No branches or pull requests

2 participants