Browse By Tags

  • Text symbol is missing from my linestyle in OpenCities Map Advanced

    Hello guys! I have an interesting problem that is happening to me using OpenCities Map Advanced version 17. I have a linestyle that was created in the past V8I version, which consists of text symbol The symbol was created with creating a text first…
  • Is there anyone who has a solution to "Run through corners" ?

    Hi, I work a lot with mapping to authorities, and they have many requirements regarding line styles. One requirement is to have line styles that are not "broken" at breakpoints, you want the line style complete throughout the mapped line. When using…
  • [Connect C# DgnPlatformNet] Proper way of setting custom Line Style

    Currently I am using the following extension for setting an elements line style public static void SetLinestyle(this Element elem, string name) { using (ElementPropertiesSetter propSetter = new ElementPropertiesSetter()) { if (name == "ByLevel…