How to keep different point symbol for identify and draw widget

1831
8
Jump to solution
08-18-2016 10:37 PM
deepthip
New Contributor

I want to keep different point symbols for draw and identify how to change them. Attaching the screen shot for better understanding

  

In the above screen shots both the draw and identify have the same symbol for point.

Do changes i need to do for it please suggest.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Deepthi,

   Sure just add this css rule to the Identify widgets css/style.css

.jimu-widget-identify .jimu-draw-box .point-icon{
    background-image: url(images/draw_point.png);
}

View solution in original post

8 Replies
RobertScheitlin__GISP
MVP Emeritus

Deepthi,

   Are you talking about the button icon or the actual symbol that is placed on the map?

0 Kudos
deepthip
New Contributor

I want to know how to change the button icon which is visible in the above snapshots.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Deepthi,

   That is a css change and is dependent on which theme you are talking about. 

0 Kudos
deepthip
New Contributor

I using tab theme. what changes need to be done in css

0 Kudos
deepthip
New Contributor

Hi Robert,

 

I need to change the point icon only for identify widget, whereas point icon for Draw widget should remains same. Here in DrawBox.html template, for point "draw-item point-icon" class has been used. If i change the image for the point, Then it is going to change for both the widgets.

Can you suggest, How to override the point icon based on the widget.

Thanks,

Deepthi

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Deepthi,

   Sure just add this css rule to the Identify widgets css/style.css

.jimu-widget-identify .jimu-draw-box .point-icon{
    background-image: url(images/draw_point.png);
}
deepthip
New Contributor

Thanks Robert for your suggestions, its working fine 

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Deepthi,

Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.

0 Kudos