diglib: Calculate the total size of topo file to get the correct off_t_size#3163
Closed
HuidaeCho wants to merge 119 commits intoOSGeo:mainfrom
Closed
diglib: Calculate the total size of topo file to get the correct off_t_size#3163HuidaeCho wants to merge 119 commits intoOSGeo:mainfrom
HuidaeCho wants to merge 119 commits intoOSGeo:mainfrom
Conversation
metzm
reviewed
Sep 19, 2023
Member
Can you please add documentation for these things? Preferably also something in the Doxygen API-level doc. |
… of the vector map (OSGeo#3087) * Use gs.find_file() func instead of pygrass module
… drawing items (OSGeo#3162) Device context DrawTex() and DrawLine() method require input x, y parameter argument type as integer type.
Rectangle widget with integer coordinates Offset() method dx, dy parameters require integer argument type.
…rs (OSGeo#3168) Addon module name start with db.*, ps.*, r3.*, wx.*, during installation on the OS MS Windows platform.
Compatible with Matplotlib v3.
* Translated using Weblate (Russian) Currently translated at 100.0% (2193 of 2193 strings) Translation: GRASS GIS/grasslibs Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/ru/ * Translated using Weblate (Russian) Currently translated at 97.6% (4277 of 4380 strings) Translation: GRASS GIS/grasswxpy Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasswxpy/ru/ * Translated using Weblate (Russian) Currently translated at 0.9% (121 of 12647 strings) Translation: GRASS GIS/grassmods Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/ru/ * Translated using Weblate (German) Currently translated at 40.0% (879 of 2197 strings) Translation: GRASS GIS/grasslibs Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/de/ * Translated using Weblate (Russian) Currently translated at 100.0% (2193 of 2193 strings) Translation: GRASS GIS/grasslibs Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/ru/ * Translated using Weblate (German) Currently translated at 34.4% (4394 of 12767 strings) Translation: GRASS GIS/grassmods Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/de/ * Translated using Weblate (Russian) Currently translated at 100.0% (4380 of 4380 strings) Translation: GRASS GIS/grasswxpy Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasswxpy/ru/ * Translated using Weblate (Russian) Currently translated at 1.4% (182 of 12647 strings) Translation: GRASS GIS/grassmods Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/ru/ * Translated using Weblate (German) Currently translated at 34.4% (4403 of 12767 strings) Translation: GRASS GIS/grassmods Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grassmods/de/ * Translated using Weblate (German) Currently translated at 40.2% (885 of 2197 strings) Translation: GRASS GIS/grasslibs Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/de/ * Translated using Weblate (German) Currently translated at 61.9% (2734 of 4415 strings) Translation: GRASS GIS/grasswxpy Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasswxpy/de/ --------- Co-authored-by: Sergey Kazorin <[email protected]> Co-authored-by: Markus <[email protected]> Co-authored-by: Weblate <[email protected]>
Currently translated at 22.3% (489 of 2187 strings) Translation: GRASS GIS/grasslibs Translate-URL: https://weblate.osgeo.org/projects/grass-gis/grasslibs/ko/ Co-authored-by: Huidae Cho <[email protected]>
…OSGeo#3189) Remove vertical sizer Add() method flags parameter argument wx.ALIGN_CENTER_VERTICAL flag. Only horizontal alignment flags can be used in vertical sizers.
…eo#3188) If the Graphical Modeler window is closed.
…SGeo#3177) * wxGUI/main_window: add and use custom SingleWindowAuiManager class Which override base OnClose window close event handler method to prevent prematurely uninitialize manager. wxWidgets/Phoenix#2460 * Update the package documentation class list
…e app (OSGeo#2456) `g.gui.vdigit` module.
* wxGUI/psmap: fix wx.adv.PseudoDC() class DrawRotatedText() method x, y param arg int type
d5bd14a to
4ab7ea9
Compare
Member
Author
|
Oh! I messed it up... Closing it for now. |
Member
Author
Added it in #3351 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
off_tsizes for coor and topo files can be different. For example, from an EPSG:4326 location,coor_sizeis less thanPORT_LONG_MAX(2^31 - 1 = 2147483647; maxint), but the topo size is greater than that. Settingptr->off_t_size = 4ingrass/lib/vector/diglib/plus_struct.c
Lines 677 to 682 in fd59e94
ptr->Isle_offsetis read as -2121341854 ingrass/lib/vector/diglib/plus_struct.c
Line 641 in fd59e94
This PR calculates the total size of topo file to get the correct
off_t_size. Before this PR, the size of coor file was used to determine this offset size for topo file.