-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: account for title boundaries in document templates #2696
Conversation
@@ -126,7 +126,7 @@ export default function PlotNewAddress(props: PlotNewAddressProps): FCReturn { | |||
drawType="Point" | |||
geojsonData={JSON.stringify(props?.boundary)} | |||
geojsonColor="#efefef" | |||
geojsonBuffer="10" | |||
geojsonBuffer={10} |
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.
Should have spotted this on the map PR sorry - but would this be a breaking change for the map component?
I'm very certain it's only us using this prop currently so it's not a blocker here right now, but maybe we should have gone to v0.8.0
I'd be happy with continuing as-is and we can maybe just let BOPS know tomorrow to be aware if they're relying on this. Linting should catch it anyway before it causes too many headaches!
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.
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.
Thanks for the explanation - agreed that it's helpful yet headachey 😅
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.
Sorry - hit approve instead of comment. I think we're missing a bump for the API package.json also (not a blocker tbh!)
Once tests are passing on CI I'll manually test as-per instructions 👍
Removed vultr server and associated DNS entries |
See theopensystemslab/planx-core#269
Not a blocker to merging public-facing aspects of title boundaries to production, but we do want to make sure any maps displayed on document templates in submission zips have proper attribution sooner than later.
To test:
properties.planx_user_action