ts-map
ts-map copied to clipboard
Question: How you set the value "itemDrawMargin" of TsMapRenderer.cs ?
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.