-
Notifications
You must be signed in to change notification settings - Fork 1
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
Shape as background map not drawing if initially zoomed in. #110
Comments
|
|
@eoudejans : Do you know how to mitigate the differences between these two SpatialReferences ? |
@MaartenHilferink assuming both projections are valid, I would use proj to reproject data from one definition to the other. Furthermore, the former seems more explicit in the EPSG codes that define for instance the prime meridian ie. PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]] |
WorldClipRect of LayerSet is by design determined by only the non-topographic (aka background) layers. While drawing, all objects of the layers are clipped by the drawing clip region intersected with the clip region of the layerset. This intersecting is useful for the case that the intersection is empty, which implies that the layerset drawing can be skipped, but not useful for filtering features. |
If a shape background layer is configured via
unit<dpoint> AfricanACEA: Format = "ESRI:102022", DialogData = "SourceData/ReadSpatialData/Africa_countries_AEA/inFile/ISO";
And you open a layer that is only a part of the total background map, zooming out won't show the entire background layer.
OVSRV6:
C:\ProjDir\Jip\_Github_issues\geodms_africa_cusa2_issueGH110\cfg\Africa.dms
(was:
C:\ProjDir\Jip\geodms_africa_cusa2_issue110\cfg\Africa.dms
)To see only a part:
/SourceData/Roads/Read_src_shps/Algeria/inFile/geometry_bp
And this one shows the whole background map:
/SourceData/ReadSpatialData/Corridors/inFile/geometry
The text was updated successfully, but these errors were encountered: