myplacesimport
Description
This bundle allows the user to import and save their own datas.
Bundle configuration
{
    "name": "MyPlacesImport",
    "sandbox": "sandbox",
    "flyoutClazz": "Oskari.mapframework.bundle.myplacesimport.Flyout",
    "maxFileSizeMb": 10
}
- name is the bundle name
- sandbox is the used sandbox name
- flyoutClazz is the used flyout class
- maxFileSizeMb is the maximum upload file size in Mb
Requests the bundle sends out
  
    | Request | Where/why it's used | 
  
    | userinterface.AddExtensionRequest | Register as part of the UI in start()-method | 
  
    | `Toolbar.AddToolButtonRequest` | Requests the my places import tool to be added to the toolbar | 
  
    | `userinterface.UpdateExtensionRequest` | Extends the basic UI view. | 
Dependencies
  
    | Dependency | Linked from | Purpose | 
  
      | jQuery | Linked in portal theme | Used to create the component UI from begin to end |