Fix typo.
This commit is contained in:
parent
cbb7d97405
commit
7e6a315104
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
zoom = scaleToZoom(<%= params['scale'].to_f() %>);
|
||||
<% end %>
|
||||
|
||||
map.setCentre(center, zoom);
|
||||
map.setCentre(centre, zoom);
|
||||
<% end %>
|
||||
|
||||
<% if marker %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue