#
# Table name: current_nodes
#
-# id :bigint(8) not null, primary key
+# id :bigint not null, primary key
# latitude :integer not null
# longitude :integer not null
-# changeset_id :bigint(8) not null
+# changeset_id :bigint not null
# visible :boolean not null
# timestamp :datetime not null
-# tile :bigint(8) not null
-# version :bigint(8) not null
+# tile :bigint not null
+# version :bigint not null
#
# Indexes
#
save_with_history!
end
- def tags_as_hash
- tags
- end
-
def tags
@tags ||= node_tags.to_h { |t| [t.k, t.v] }
end