-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1423 from gritGmbH/enhancement/graphic-stroke-wit…
…h-point-199-1204 Optimization of vendor-specific rendering of a graphic on a line
- Loading branch information
Showing
14 changed files
with
1,529 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
15 changes: 15 additions & 0 deletions
15
...c/test/resources/org/deegree/rendering/r2d/similaritytests/render_scene_graphicstroke.gml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<gml:FeatureCollection id="FC_1" | ||
xmlns:gml="http://www.opengis.net/gml/3.2" | ||
xmlns="http://deegree.org/app" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://www.opengis.net/gml/3.2 https://schemas.opengis.net/gml/3.2.1/gml.xsd"> | ||
<gml:boundedBy> | ||
<gml:Envelope srsName="EPSG:25832"> | ||
<gml:lowerCorner>0.0 0.0</gml:lowerCorner> | ||
<gml:upperCorner>100.0 100.0</gml:upperCorner> | ||
</gml:Envelope> | ||
</gml:boundedBy> | ||
<gml:featureMember><Object gml:id="FEATURE_1"><id>1</id><geom><gml:CompositeCurve><gml:curveMember><gml:LineString><gml:posList>20 20 60 70 85 70</gml:posList></gml:LineString></gml:curveMember></gml:CompositeCurve></geom></Object></gml:featureMember> | ||
<gml:featureMember><Object gml:id="FEATURE_2"><id>2</id><geom><gml:CompositeCurve><gml:curveMember><gml:LineString><gml:posList>15 75 30 90</gml:posList></gml:LineString></gml:curveMember></gml:CompositeCurve></geom></Object></gml:featureMember> | ||
<gml:featureMember><Object gml:id="FEATURE_3"><id>3</id><geom><gml:CompositeCurve><gml:curveMember><gml:LineString><gml:posList>65 15 80 30</gml:posList></gml:LineString></gml:curveMember></gml:CompositeCurve></geom></Object></gml:featureMember> | ||
</gml:FeatureCollection> |
Binary file added
BIN
+8.99 KB
...ources/org/deegree/rendering/r2d/similaritytests/render_scene_graphicstroke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.