You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this lib to read the shapefile.DBF and store it as a map Attribute. when I try to get the Value of I had stored, I get nil,I use value,ok := Attribute["OBJECTID"],it return nil,false.I store it like this:
I use this lib to read the shapefile.DBF and store it as a map Attribute. when I try to get the Value of I had stored, I get nil,I use
value,ok := Attribute["OBJECTID"]
,it returnnil,false
.I store it like this:And when I do it like this:
it can work again.just slightly perplexed.Why is that?
The text was updated successfully, but these errors were encountered: