Skip to content
Snippets Groups Projects

feat(plugins): data overlays (MIN-222)

Merged mateusz-winiarczyk requested to merge MIN-222-data-overlays into development
3 unresolved threads
30 files
+ 991
7
Compare changes
  • Side-by-side
  • Inline
Files
30
+ 16
0
@@ -18,6 +18,22 @@
- **Project does not exist**: This error occurs when the project data is not available.
- **Project ID does not exist**: This error occurs when the project ID is not available.
## Overlay Errors
- **Overlay name is not provided**: This error occurs when the name of the overlay is missing or not provided.
- **Failed to read file**: This error occurs when there is an issue reading the content of a file. Check if it's text file.
- **Invalid type of fileContent**: This error occurs when the fileContent parameter is of an invalid type.
- **Overlay with provided id does not exist**: This error occurs when the provided overlay id does not correspond to any existing overlay.
- **Overlay with provided id is not active**: This error occurs when the provided overlay id corresponds to an overlay that is not currently active.
- **Overlay with provided id is already active**: This error occurs when the provided overlay id corresponds to an overlay that is already active.
## Zoom errors
- **Provided zoom value exeeds max zoom of ...**: This error occurs when `zoom` param of `setZoom` exeeds max zoom value of the selected map
Loading