Skip to content

Commit

Permalink
update to ensure leaflet options EnableHash() method is invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Aug 12, 2021
1 parent a361079 commit 14b1424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@ func (server_app *HTTPServerApplication) RunWithFlagSet(ctx context.Context, fs
tangramjs_opts.NextzenOptions.StyleURL = nextzen_style_url
tangramjs_opts.NextzenOptions.TileURL = nextzen_tile_url

tangramjs_opts.LeafletOptions.EnableHash()

leaflet_opts := leaflet.DefaultLeafletOptions()
leaflet_opts.EnableHash()

if enable_tangram {

Expand Down

0 comments on commit 14b1424

Please sign in to comment.