Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to show cell updates that are newer than a setting #1020

Draft
wants to merge 2 commits into
base: legacy
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions static/madmin/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ <h1 class="leaflet-sidebar-header bg-dark">Settings<div class="leaflet-sidebar-c
<div class="custom-control custom-switch">
<input id="questcoordinateradius" type="number" v-model="settings.routes.coordinateRadius.quests" max="1100" class="form-control form-control-sm" />
</div>
</li>
<li class="list-group-item layer-item d-flex">
<div class="flex-grow-1">Draw tiles newer than</div>
<div class="custom-control custom-switch">
<input id="cellupdatetimelimit" type="number" v-model="settings.cellUpdateTimeout" max="99900" class="form-control form-control-sm" />
</div>
</li>
<li class="list-group-item layer-item d-flex">
<div class="flex-grow-1">Map tiles</div>
Expand Down