Skip to content

How to export a dynamic map to png without having to use a browser? #355

@ghost

Description

Is there a way to do the following?

fig = gmaps.figure(center=center, zoom_level=11, map_type='HYBRID')
heatmap_layer = gmaps.heatmap_layer(d[['location_latitude', 'location_longitude']])
heatmap_layer.max_intensity = 100
heatmap_layer.point_radius = 5
fig.add_layer(heatmap_layer)
fig.save('xyz.png')  #

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions