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
default-layer, the parameter indicating the default layer (google, open street, idee and so on)
data-cube url, the prefix for data cube dictionary
Anyway, on the client side does not exists any parameter manager. Every time we need to check some parameters, client program sends the query to the server side. The parameter manager on the client is something needed now. Is necessary to remember that the parameters can come from configuration file or from sqlite database.
The text was updated successfully, but these errors were encountered:
The problem is GWT doesn't provide any mechanism for synchronous communication with server. It means we don't know when gwt would load all parameters to the manager.
The new set of parameters is needed:
Anyway, on the client side does not exists any parameter manager. Every time we need to check some parameters, client program sends the query to the server side. The parameter manager on the client is something needed now. Is necessary to remember that the parameters can come from configuration file or from sqlite database.
The text was updated successfully, but these errors were encountered: