parent
2954691be3
commit
79bda7a8ed
2 changed files with 19 additions and 10 deletions
|
@ -7,7 +7,7 @@ attrs = {
|
|||
"comments_count" => changeset.comments.length,
|
||||
"changes_count" => changeset.num_changes
|
||||
}
|
||||
attrs["closed_at"] = changeset.closed_at unless changeset.is_open?
|
||||
attrs["closed_at"] = changeset.closed_at.xmlschema unless changeset.is_open?
|
||||
changeset.bbox.to_unscaled.add_bounds_to(attrs, "_") if changeset.bbox.complete?
|
||||
|
||||
# user attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue