We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bb8e30 + 2db8065 commit fd0c528Copy full SHA for fd0c528
embed-preview.html
@@ -72,7 +72,7 @@
72
params += "&hidelist=" + ($("#opt_list").prop("checked") ? 0 : 1);
73
params += "&hidegraph=" + ($("#opt_graph").prop("checked") ? 0 : 1);
74
params += "&expandgraph=" + ($("#opt_graph_open").prop("checked") ? 1 : 0);
75
- params += "&q=" + encodeURIComponent($("#opt_filter").val());
+ params += "#!mt=Mapnik&q=" + encodeURIComponent($("#opt_filter").val());
76
77
code = code.replace("&preview=1", params);
78
0 commit comments