Skip to content
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

Map controlls missing in report - ReportRenderer.java #929

Closed
nikhilnayak98 opened this issue Oct 30, 2016 · 2 comments
Closed

Map controlls missing in report - ReportRenderer.java #929

nikhilnayak98 opened this issue Oct 30, 2016 · 2 comments
Labels

Comments

@nikhilnayak98
Copy link

nikhilnayak98 commented Oct 30, 2016

Css file extension was wrong
Fix -

if (report.isIncludeMap() && report.getType().supportsMapDisplay()) {
            line("<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ol3/3.11.1/ol.min.css\" type=\"text/css\">");
            line("<script src=\"https://cdnjs.cloudflare.com/ajax/libs/ol3/3.11.1/ol.min.js\" type=\"text/javascript\"></script>");
        }
vitalidze added a commit that referenced this issue Oct 30, 2016
@vitalidze
Copy link
Owner

Fixed, thank you.

@vitalidze
Copy link
Owner

Fixed, written news, updated latest and demo versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants