The geojson can now also be limited by a number of days, using the daylimit parameter

This commit is contained in:
echarp 2015-11-07 14:45:50 +01:00
parent b8c83de708
commit 19e3b659fd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# Access to OSM controls
class MapsController < ApplicationController
has_scope :region, :locality, :tag
has_scope :region, :locality, :tag, :daylimit, :week
has_scope :future, type: :boolean, default: true
def index