wfletcher / EasyGIS.NET

EasyGIS.NET source
GNU Lesser General Public License v3.0
66 stars 23 forks source link

How to Coss down SFMap load? #103

Open AliexChang opened 1 year ago

AliexChang commented 1 year ago

Hello everyone:

Now , When i use paint mask and masktoline , if mask lenght > 6 map loading will be big 擷取2

( i show system time on GUI , 10ms)

How to Coss Down SFMap Loading when it paint line? 圖片1

Ex:

When i draw mask (lenght < 6) && (Line <6) , map work is ok

When i draw mask (lenght < 255) && (no Line) , map work is ok

When i draw mask (lenght > 6) && (Line >5) , map work is lag (0.5s~1s)

When i draw mask (lenght > 20) && (Line >19) , map work is lag (2s~3s)

When i draw mask (lenght > 200) && (Line >199) , map work is lag (6s~9s)

wfletcher commented 1 year ago

I'm not really following what you mean here sorry. The map loading shouldn't be any faster or slower if you are drawing lines onto of the map. Can you upload a complete source code example?