Skip to content

Commit 2db8065

Browse files
Mark JessopMark Jessop
authored andcommitted
Tweak embed URL
1 parent 87ed532 commit 2db8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed-preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
params += "&hidelist=" + ($("#opt_list").prop("checked") ? 0 : 1);
7373
params += "&hidegraph=" + ($("#opt_graph").prop("checked") ? 0 : 1);
7474
params += "&expandgraph=" + ($("#opt_graph_open").prop("checked") ? 1 : 0);
75-
params += "&q=" + encodeURIComponent($("#opt_filter").val());
75+
params += "#!mt=Mapnik&q=" + encodeURIComponent($("#opt_filter").val());
7676

7777
code = code.replace("&preview=1", params);
7878

0 commit comments

Comments
 (0)