Skip to content

Commit

Permalink
Замінив версію Leaflet 0.7.7 на 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hahaslav committed Aug 19, 2020
1 parent 6e0ba22 commit c307786
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,8 @@ int main()
fout << "<html>\n";
fout << "\t<head>\n";
fout << "\t\t<meta charset=\"utf-8\" />\n";
fout << "\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">\n";
fout << "\t\t<script src=\"http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js\"></script>\n";
fout << "\t\t<link rel=\"stylesheet\" href=\"http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css\" />\n";
fout << "\t\t<link rel=\"stylesheet\" href=\"https://unpkg.com/[email protected]/dist/leaflet.css\" integrity=\"sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\" crossorigin=\"\"/>\n";
fout << "\t\t<script src=\"https://unpkg.com/[email protected]/dist/leaflet.js\" integrity=\"sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==\" crossorigin=\"\"></script>\n";
fout << "\t\t<style>\n";
fout << "\t\t\thtml, body {\n";
fout << "\t\t\t\theight: 100%;\n";
Expand Down

0 comments on commit c307786

Please sign in to comment.