new style.StyleStore()
Methods
- 
    <static> getServerSideStyle(dataSource, styleName, options)
- 
    
    This method gets a predefined style from the server and puts it into the style 
 cache if it is not already cached.Parameters:Name Type Description dataSourceString The data source name (e.g. "mvdemo") styleNameString The style name ("m.circle") optionsObject It has two properties. - url  {String} The URL for the MapViewer instance. The default value is local domain.
 It should be of the form "http://hostname:port/app_name" without the "/" at the end.
- callback {function} A function to handle the returned style.
 The function must accept a parameter of type OM.style.Style.
 
 
 Returns:. The callback function receives and handles the style. - Type
- void
 
- url  {String} The URL for the MapViewer instance. The default value is local domain.