ts-map icon indicating copy to clipboard operation
ts-map copied to clipboard

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

Open JAGFx opened this issue 3 years ago • 0 comments

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 https://github.com/dariowouters/ts-map/blob/1a77ad3b688cba6359996962b3474f51325834e2/TsMap/TsMapRenderer.cs#L13

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

I think all road was not returned to list from this place https://github.com/dariowouters/ts-map/blob/1a77ad3b688cba6359996962b3474f51325834e2/TsMap/TsMapRenderer.cs#L297

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

Thanks a lot.

JAGFx avatar Jun 02 '21 20:06 JAGFx