linked-data-visualization-tools icon indicating copy to clipboard operation
linked-data-visualization-tools copied to clipboard

Parameters

Open speedingdeer opened this issue 13 years ago • 1 comments
trafficstars

The new set of parameters is needed:

  • 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.

speedingdeer avatar Jun 13 '12 13:06 speedingdeer

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.

speedingdeer avatar Jun 18 '12 13:06 speedingdeer