Open josemvm opened 2 years ago
i foundt he problem, i have a fields as integer type, not as string type...
can i solve the probelm using the num.toString ()
method?
i'm trying to apply something like this var v = feat.properties[num.toString(field])]
or var v = num.toString(feat.properties[field])
but it doesn't work... i don't know the correct syntax.
can you help me please? how i can do it? thanks a lot
i can convert integer fields to string fields with virtual fields but it's not so clean...
hi
i' am trying to adapt this script to one of my projecs but i got this error and nothing happens...
thanks