Skip to content

Instantly share code, notes, and snippets.

@mraad
Created April 24, 2013 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mraad/5453621 to your computer and use it in GitHub Desktop.
Save mraad/5453621 to your computer and use it in GitHub Desktop.
doExport
@RequestMapping(value = "/rest/services/InfoUSA/MapServer/export", method = {RequestMethod.GET, RequestMethod.POST})
public void doExport(
@RequestParam("bbox") final String bbox,
@RequestParam(value = "size", required = false) final String size,
@RequestParam(value = "layerDefs", required = false) final String layerDefs,
@RequestParam(value = "transparent", required = false) final String transparent,
final HttpServletResponse response
) throws IOException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment