-
Notifications
You must be signed in to change notification settings - Fork 0
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: allow inline image data loading on caddyfile #315
Conversation
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.
Clean!
|
||
@GetMapping("/base-map-layer/{name}") | ||
public String getForestTenureRoadSectionLines(@PathVariable String name) { | ||
return baseMapService.getBaseMapLayer(name); |
Check warning
Code scanning / CodeQL
Cross-site scripting Medium
user-provided value
Closing issue. We'll work with WMS (Web Map Services) instead of WFS (Web Features Services), that has no CORS issues. |
Description
Fix images and polygons not being loaded in SILVA Map View.
Type of change
How Has This Been Tested?
Tested locally.
Checklist
Further comments
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Backend: https://nr-silva-315-backend.apps.silver.devops.gov.bc.ca/actuator/health
Frontend: https://nr-silva-15-frontend.apps.silver.devops.gov.bc.ca
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow