-
Notifications
You must be signed in to change notification settings - Fork 24
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
Psp 8635, psp-8636, psp-8638 #4104
Conversation
@@ -92,8 +92,8 @@ export const PointClusterer: React.FC<React.PropsWithChildren<PointClustererProp | |||
return mapMachine.filePropertyLocations.map(x => { | |||
// The values on the feature are rounded to the 4th decimal. Do the same to the draft points. | |||
return { | |||
lat: parseFloat(x.lat.toFixed(4)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was causing some draft markers to be offset from their parent markers at high zoom levels.
@@ -11,7 +11,7 @@ | |||
<id>contact</id> | |||
</contact> | |||
<charset>UTF-8</charset> | |||
<numDecimals>4</numDecimals> | |||
<numDecimals>8</numDecimals> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is the reason the draft markers were being limited to four decimal places - but this restriction only exists on our local geoserver and not the moti one.
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
see commits for story definitions.