Måns Beckman

Results 47 comments of Måns Beckman

Hi, Milsymbol only supports point symbols and not any multipoint symbols. You can find all supported symbols in the documentation. /Måns > On 5 Jul 2022, at 08:24, NoviceInWeb ***@***.***>...

I will do this when I have a feature complete version of 2.0, then I can both rename things and sort the files at the same time.

There shouldn't be anything that prevents you from making a fork... The reason could be that you already have an old fork of milsymbol as one of your repositories. Could...

Could it be that you cant fork the library because you already have an old fork?

Multipoint figures? Milsymbol only support single point symbols. /Måns > On 26 Jul 2022, at 11:34, NoviceInWeb ***@***.***> wrote: > >  > hi, @spatialillusions > > I try to...

If you go to: https://github.com/spatialillusions/milsymbol/blob/master/src/symbolfunctions/textfields.js#L907 and update it to: ```js if (this.style.outlineWidth > 0 || this.style.textOutlineWidth > 0) drawArray1.push( ms.outline( drawArray2, this.style.outlineWidth || this.style.textOutlineWidth, this.style.strokeWidth, typeof this.style.outlineColor === "object" ?...

You don't need to run build-dev anymore, so just build should do the trick. This should be fixed in the documentation. Point two need to be fixed, missed to update...

I have verified that there is an error with tead when I updated Node from v8.9.4 to v10.16.3. I have contacted the maintainer of tead to see if he is...

Fixed the problems with the test in https://github.com/spatialillusions/milsymbol/commit/491cb14be33505128bfec2c917fbb2f6f2b5d1f9. I have now updated all dependencies and made sure that they work with node 10.

A pull request for this would be welcomed.