Skip to content

added CrossOrigin annotation to map controller to make it available to browsers

Jonathan Cooper requested to merge CEHCIG-887-cors-for-wms into develop

This enables Cross Origin Resource Sharing on the Map controller, by adding the @CrossOrigin annotation at the class level.

Before: image

After: image

Merge request reports

Loading