Skip to content

Commit

Permalink
[KNOWAGE-8650] MAP WIDGET - Using a background layer from catalogue i…
Browse files Browse the repository at this point in the history
…s not working for final users
  • Loading branch information
masseb974 committed Nov 13, 2024
1 parent 4dad477 commit ef5ad6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ public String getDownload(@Context HttpServletRequest req) throws JSONException
@GET
@Path("/{layerId}/download/{typeWFS}")
@Produces(MediaType.APPLICATION_JSON + "; charset=UTF-8")
@UserConstraint(functionalities = { CommunityFunctionalityConstants.GEO_LAYERS_MANAGEMENT })
public Response getDownload(@PathParam("layerId") int layerId, @PathParam("typeWFS") String typeWFS)
throws JSONException {
ISbiGeoLayersDAO dao = DAOFactory.getSbiGeoLayerDao();
Expand Down

0 comments on commit ef5ad6f

Please sign in to comment.