Skip to content

Commit

Permalink
For #929 - fixed CSS ol3 extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalidze committed Oct 30, 2016
1 parent 16caa7b commit 9adc2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void start(Report report) throws IOException {
line("</style>");
// include OpenLayers 3 css and javascript if report intends to include map
if (report.isIncludeMap() && report.getType().supportsMapDisplay()) {
line("<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/ol3/3.11.1/ol.min.js\" type=\"text/css\">");
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>");
}

Expand Down

0 comments on commit 9adc2b2

Please sign in to comment.