-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector files import limits #10770
Comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 24, 2025
Description: - handle checking the file size for imported vector layers only - show a warning notification for each layer has size larger than the configurable limit if configured - add translations - add test units
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 24, 2025
Description: - add enhancements to the code including some helpful comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 24, 2025
Description: - rename the configurable prop name of vector max size to 'importedVectorFileMaxSizeInMB' instead of 'importedVectorFileSizeInMB' to be more meaningful
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - handle checking the file size for imported vector layers only - show a warning notification for each layer has size larger than the configurable limit if configured - add translations - add test units
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - add enhancements to the code including some helpful comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - rename the configurable prop name of vector max size to 'importedVectorFileMaxSizeInMB' instead of 'importedVectorFileSizeInMB' to be more meaningful
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - handle checking the file size for imported vector layers only - show a warning notification for each layer has size larger than the configurable limit if configured - add translations - add test units
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - add enhancements to the code including some helpful comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Jan 27, 2025
Description: - rename the configurable prop name of vector max size to 'importedVectorFileMaxSizeInMB' instead of 'importedVectorFileSizeInMB' to be more meaningful
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There should a check performed by MS to verify if imported vector files are over a certain (configurable) file size. From last checks performed, it seems that check doesn't exists yet in MS and should be introduced.
The size limit should be configurable and the same valid for all vector file types supported for the Import functionality.
Other useful information
The text was updated successfully, but these errors were encountered: