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

Question: How you set the value "itemDrawMargin" of TsMapRenderer.cs ? #22

Open
JAGFx opened this issue Jun 2, 2021 · 0 comments
Open

Comments

@JAGFx
Copy link

JAGFx commented Jun 2, 2021

Hi,

I'm work on a rework. It's on the good way.

But currently, I've an issue with the road rendering.
All roads seems not be drawn.

In my investigation, I've change the value of this

private const float itemDrawMargin = 1000f;

For example, if I set to 2000f, some roads appears.

I think all road was not returned to list from this place

var roads = _mapper.Roads.Where(item =>

Can you tell me more about it ? How you're set this value ?

Thanks a lot.

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

1 participant