Skip to content

Commit

Permalink
Merge d9fb559 into 766035e
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jul 11, 2019
2 parents 766035e + d9fb559 commit 6c295c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cartoframes/assets/templates/viz/main.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link href="{{airship_styles_path}}" rel="stylesheet">
<link href="{{airship_icons_path}}" rel="stylesheet">

<link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">

<style>
body {
Expand Down
4 changes: 2 additions & 2 deletions cartoframes/viz/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ def _get_publication_html(self, name, maps_api_key):
layers=_get_layer_defs(self._publisher.get_layers(maps_api_key)),
bounds=self.bounds,
size=None,
viewport=None,
viewport=self.viewport,
basemap=self.basemap,
default_legend=self.default_legend,
show_info=self.show_info,
show_info=False,
_carto_vl_path=self._carto_vl_path,
_airship_path=self._airship_path,
title=name,
Expand Down

0 comments on commit 6c295c8

Please sign in to comment.