You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hydro Context contains several metadata keys that have no values. Technically the spec allows for this, but it is currently breaking some of our systems such as WebViewer. @MattReimer is patching these, but it's a good idea to avoid keys with no values.
@philipbaileynar, this isn't an easy fix....
the lyr_discriptions.json present in every tool has three elements associated with each layer: a description, a source url, and a product version. This was mainly to keep track of versions and sources for layers in RSContext. So, b/c the source url and version aren't relevant for most layers, they're left blank (empty quotes) in lyr_description.json. The augment metadata function then adds all this info, creating an empty tag if there's not info filled in.
Bottom line, almost every project in the exchange probably has some of these empty meta tags.
Hydro Context contains several metadata keys that have no values. Technically the spec allows for this, but it is currently breaking some of our systems such as WebViewer. @MattReimer is patching these, but it's a good idea to avoid keys with no values.
@jtgilbert can you please fix Hydro Context and either provide values for all MetaData or remove the entries from the
project.rs.xml
?The text was updated successfully, but these errors were encountered: