Skip to content

Commit

Permalink
Ensure redlining feature specifies the crs
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 27, 2024
1 parent 2a41566 commit 53f0ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/map/RedliningSupport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ class RedliningSupport extends React.Component {
Array.apply(null, Array(91)).map((item, index) => ([center[0] + radius * Math.cos(4 * index * deg2rad), center[1] + radius * Math.sin(4 * index * deg2rad)]))
];
}
feature.crs = this.props.mapCrs;
const layer = {
id: this.props.redlining.layer,
title: this.props.redlining.layerTitle,
Expand Down

0 comments on commit 53f0ec4

Please sign in to comment.