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
After #887 (where map-extent is established as a custom element) we discovered that a few remote files were not working properly this is because the xmlns was set incorrectly and had a trailing back slash.
We need to update mapml files across all repos to remove the trailing back slash, to go from:
After #887 (where map-extent is established as a custom element) we discovered that a few remote files were not working properly this is because the xmlns was set incorrectly and had a trailing back slash.
We need to update mapml files across all repos to remove the trailing back slash, to go from:
xmlns="http://www.w3.org/1999/xhtml/"
to
xmlns="http://www.w3.org/1999/xhtml"
The text was updated successfully, but these errors were encountered: