# this is a node referenced but not added, modified or deleted, so it should
# still be in the node cache.
- if entry = node_cache[node_id]
+ if (entry = node_cache[node_id])
point = Proj4::Point.new(entry.lon, entry.lat)
nodes[node_id] = tile_from_merc(point, max_zoom)
end