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
Chrome complained on this statement in GeoExplorer.js. This error prevented GeoExplorer from complete initialization. As a result I had GeoExplorer in semi-loaded state and there were no ability to add layers. Background layer also was missed.
I've did a hack - replaced this instruction with statement true. To be more specific (I've modified minimized version - have no time to dig deeper):
Chrome complained on this statement in GeoExplorer.js. This error prevented GeoExplorer from complete initialization. As a result I had GeoExplorer in semi-loaded state and there were no ability to add layers. Background layer also was missed.
I've did a hack - replaced this instruction with statement true. To be more specific (I've modified minimized version - have no time to dig deeper):
It was like this:
and I've changed into:
After this modification it has started working.
Looks like this way of using RegExp dont work. At least in Chrome.
The text was updated successfully, but these errors were encountered: