Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

ESRI map watermark is displaying in a Pega application

SA-708

Summary



A developer has configured specialty component section to integerate  Environmental Systems Research Institute (ESRI) maps into their application.

By default ESRI's embeds a watermark onto their maps. This watermark displays on top of a PRPC file attachment dialog.



Resolution



The ESRI CSS class which controls this watermark is 
esrIControlBR. By default the z-index for this class is set to 30, whereas the PRPC file attachment dialog is set to 9.

You can override the esrIControlBR CSS class and reduce the z-index and use a value such as 0-8.

Or if you wanted to hide the watermark completely you could also override it as follows.

.esriControlsBR{
z-index: -1;
}

OR

.esriControlsBR{
display: none;
}

Published March 21, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us