Zum Hauptinhalt gehen

Feature Map issue - no transparency when highlighting

Kommentare

8 Kommentare

  • Permanently deleted user

    Just curious but have you tried modifying the values for highlight colors in the theme xaml file for your viewer to see if that works. It will change the highlight color for all layers but it may work if you are trying to do it site wide.

    0
  • Permanently deleted user

    I use #00FFFFFF for transparent.

    Here's a snippet from a theme xmal I use that has transparent fill and different shades of red for the border, depending on whether highlighted or selected:

    <!-- BEGIN: Map Highlight Colors -->

     

      <Color x:Key="HighlightFillColor">#00FFFFFF</Color>

     

      <Color x:Key="HighlightBorderColor">#FFFF0000</Color>

     

      <Color x:Key="SelectionFillColor">#00FFFFFF</Color>

     

      <Color x:Key="SelectionBorderColor">#66FF0000</Color>

     

    <!-- END: Map Highlight Colors -->

     

    0
  • Permanently deleted user

    I thought you were referring to the map itself. I could see why it does not because transparency is really not supported that well in the output format of the feature maps I would assume since I believe the map image is exported as bitmap or jpeg. The transparency for the highlight in the feature maps is probably hard coded in the application would be my guess and is not accessible as a property or at least I don't know where you can change it since they only give you a color map and don't display it as an option. 

    0
  • Permanently deleted user

    Hi Nick

    thanks for confirming my view of the inability to set the transparency of the highlight markup. Especially since markup is able to have it's transparency adjusted when using the drawing tools directly.

    Regards

    Ralph

    0
  • Permanently deleted user

    I agree they should expose the transparency if possible so it can be adjusted.

    0
  • John Nerge

    I second this, and it would also be nice to have control over the highlight border color for feature maps too. 

    0
  • David Major

    +1 for control over the transparency of feature map fills and outlines.

    Polygons are a particular problem as someone else notes. The fill on a polygon obscures any text/annotation or other symbols on the polygon. It also distorts the color that the polygon is supposed to be, which is confusing if that color is tied to zoning or a common sense color like park green. In those cases an outline only is the way to go.

    David

    0
  • Permanently deleted user

    +1 as well. The lack of tranparency also detracts from the basemap layer, especially when the area below is open land.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.