Skip to content
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

Fix rendering of geometries in deegree #1330

Merged

Conversation

stephanr
Copy link
Member

@stephanr stephanr commented May 12, 2022

Replacement of PR #1192
Original description:

This PR makes miterLimit configurable.
When the configured factor is exceeded portrayal changes from JOIN_MITER to JOIN_BEVEL (see https://docs.oracle.com/javase/tutorial/2d/geometry/strokeandfill.html).

Configuration can be set via JNDI-Env or System-Property.

Example:

<Environment name="deegree.rendering.stroke.miterlimit" value="2.66" 
                       type="java.lang.Float" override="false" 
                       description="deegree Rendering - Miter Limit Factor"/>

or

-Ddeegree.rendering.stroke.miterlimit=2.66


The following chapters of the documentation are aimed at users with specialized knowledge on the inner workings of deegree.

NOTE: The functionality is currently in evolving status and may be change without future notice.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion for a more explicit wording of this note:

As the internal workings of deegree are always evolving, the information in these chapters might become obsolete without any prior notice. There is no guarantee for anything described in here to be the same for future versions of deegree.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@copierrj copierrj merged commit 1cdbb62 into deegree:master May 13, 2022
@tfr42 tfr42 added this to the 3.4.31 milestone May 13, 2022
@tfr42 tfr42 added bug error issue and bug (fix) WMS deegree Web Map Service labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) WMS deegree Web Map Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants